PDF Actions & Custom Keystroke Script #1320
Unanswered
hari-narendran
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Did you already check if the features work in the showcase of the base library? https://mozilla.github.io/pdf.js/web/viewer.html I didn't implement the JavaScript engine myself, so I'm afraid I can't help you. But if you can reproduce the same bug at the base library, you can file an issue there, and once the Mozilla team has solved it, I can add it to ngx-extended-pdf-viewer. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I came across 2 issues related to text box and checkbox that I need help with.
I have attached a sample PDF with the 2 scenarios
Scenario 1 Text Field :
Text filed has Custom Keystroke Script ( Text Filed Properties -> Custom Keystroke Script ) set to
if ( event.fieldFull ) { this.getField("field_2").setFocus(); }
With this script, text is supposed to overflow from field_1 to filed_2 (works in acrobat). But the overflow doesn't happen extended-pdf-viewer.
Scenario 2 Check Box:
Check box has an Action set to trigger on Mouse Up. Action is to show/hide a field. IN extended-pdf-viewer, show/hide of the filed is not working.
Thanks in advance.
testpdf.pdf
Beta Was this translation helpful? Give feedback.
All reactions