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

Validating all Signatures - warning messages

ed.shields
Registered: Oct 23 2006
Posts: 6

I am validating all the signatures on my PDF using DIGSIG:ValidateAll. Two warning messages appear, one indicating "Are you sure - this may take awhile" and the other indicating the process is finished. Since I have a couple of thousand customers that will use this reader enabled form I don't want to have them check the "don't show this message again box". Is there a way in javascript to silently validate all signatures?

My Product Information:
Reader 7.0.5, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
I believe you can do silent validation with JavaScript. Look in the Acrobat JavaScript Reference for the "field.signatureValidate()" function.

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