These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Review & Commenting

christolo
Registered: May 17 2007
Posts: 4

How do I programatically set the "Allow review in Acrobat Reader" property?

My Product Information:
Acrobat Pro 8, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Figure out what the menu item name is with app.listMenuItems(), and then use the "app.execMenuItem()" function to execute it.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

christolo
Registered: May 17 2007
Posts: 4
Thanks Thom. That worked great. The function is "DIGSIG:UBDoc". Is there a way to programmatically close the modal window that is triggered when the "Enable Usage Rights in Adobe Reader" menu is clicked?