Q: I created JavaScript on a PDF document. How can I secure it so that people are not allowed to make changes? A: You will need to un-check “Allow document Assembly” option under Document Security. For more details, follow the steps below: Go to Security -> Document Security and select Security tab Click Edit button […]
Articles Tagged: JavaScript
Is there a way to set an expiration date on a PDF document?
Q: I want to set an expiration date on a PDF document so that the PDF expires after a certain amount of time and can no longer be open. Is it possible in PDF Studio? A: There is no concept of expiration date defined in the PDF specifications format. And unless you are using a […]
Sample JavaScript to create a popup menu using app.popUpMenu
Here is sample JavaScript to create a popup menu using the app.popUpMenu method. This sample PDF contains one button and one text field. When user clicks on the button, a popup menu is displayed with 3 options: opt1, opt, opt3. When the user selects an entry in the popup menu, the value is set into […]