This may seem like a really novice question, but I have been tearing my hair out all day on this.
I am running the trial version of Adobe Acrobat Professional XI I am looking to add simple JavaScript to a PDF file.
The aim is to have a PDF file, that when opened, pops up with an alert message with Yes and No options. Click Yes, and the alert goes away, leaving the PDF to be read. Click No, and the file closes.
The main trouble I am having is where to write my code. I have used the JavaScript Debugger but it is not very intuitive, and doesn't seem to let me add JavaScript to the file, only run from within the debugger.
All the tutorials I have looked at online show me the code, but not where to write it.
The JavaScript debugger in Acrobat lets you review your code line by line, set breakpoints, and inspect variables using the debugger dialog. To enable JavaScript Debugger, go to Edit > Preferences > JavaScript, and then select the Enable JavaScript debugger after Acrobat is restarted option.
Choose Edit > Preferences (Windows) or Acrobat / Acrobat Reader > Preferences (Mac OS). From the Categories on the left, select JavaScript.
NitroPDF and Adobe Acrobat definitely support JavaScript in PDF files.
Acrobat and Acrobat Reader let you adjust application behavior so that JavaScript executes within your desired level of security.
In Adobe Acrobat open Tools pane on the right, select JavaScript section and then Document JavaScripts.
Enter a script name and click Add. In the JavaScript editor remove the generated code and add yours:
app.alert({cMsg: "JavaScript action: hello", cTitle: "demo title"});
This code (if not placed in a function) will be executed automatically when the document is opened.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With