Is there any VB JavaScript code to check whether a PDF is password protected or not. Any version is fine. Pls. reply
Thom Parker The source for PDF Scripting Info www.pdfscripting.com Very Important - How to Debug Your Script
You can access the name of the security handler with
this.securityHandler
For no encryption this parameter will be "null".
For password encryption it will be "Standard"
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script