Are the DIGSIG menu items restricted from Javascript in Acrobat 8.0? In Acrobat 7.0 I could call the DIGSIG:ValidateAll item from javascript via a button or other trigger. In 8.0 this does not seem to work. I notice this is the same for other DIGSIG items. I also tried making a function in a JS file and calling this function from my script. This worked in 7.0, but not in 8.0
This is what I'm using: ' app.execMenuItem("DIGSIG:ValidateAll"); '
Thank you for your help.
Regards, Chris
[url=http://www.acrobatusers.com/blogs/thomp/2006]http://www.acrobatusers.com/blogs/thomp/2006[/url]
Scroll down to the "Security Makes Life Difficult for Everyone" entry.
But! you should not be using menu items anyway. Call the JavaScript signatureValidate functions.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script