DescriptionAllow pdfium_test to send simple events to each page.
We add the --send-events flag, which causes pdfium_test to look
for a .evt file with the same base name as the .pdf file being
rendered, and to use its contents to drive calls to FORM_*
APIs.
The .evt file syntax is crude, roughly:
# comments
keycode,65
mousedown,right,300,300 # more comments
mouseup,right,300,300
mousemove,300,300
Committed: https://pdfium.googlesource.com/pdfium/+/f09bdfa90d6324813309e987a07b28c1b75aec72
Patch Set 1 #
Total comments: 3
Patch Set 2 : Some APIs not present unless XFA #Patch Set 3 : Fix build, nits. #
Messages
Total messages: 12 (7 generated)
|