-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JS Executing Twice #1425
Comments
@hassan-righthand |
After further test I may have found the issue. |
pubpub-zz
added a commit
to pubpub-zz/pypdf
that referenced
this issue
Nov 13, 2022
fixes py-pdf#1425 and py-pdf#482 Also Introduces a new API opening in order to open a doc on a page or destination
pubpub-zz
added a commit
to pubpub-zz/pypdf
that referenced
this issue
Nov 20, 2022
MartinThoma
pushed a commit
that referenced
this issue
Nov 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I'm attempting to insert JS that opens the URL whenever the user opens the PDF. Whatever JS I add, it executes it twice. In my scenario, Adobe Acrobat is alerting me about security twice because the same JS was executed twice.
Environment
Plaform:
Linux-4.15.0-108-generic-x86_64-with-Ubuntu-18.04-bionic
PyPDF2 Version:
1.26.0
Python : 3.6.9
Code + PDF
test.pdf
updated_pdf.pdf
Todo:
JS should be executed only once
The text was updated successfully, but these errors were encountered: