I'd like to automate the process of encrypting a PDF with a password and initiating a shared review on a webdav server.
I'd like to do this by creating a plugin or using JavaScript.
Is this possible?
I'd like to automate the process of encrypting a PDF with a password and initiating a shared review on a webdav server.
I'd like to do this by creating a plugin or using JavaScript.
Is this possible?
First, From Acrobat JavaScript you can apply a Security Policy to a PDF. You can't apply password encryption directly. Look in the Acrobat JavaScript Reference for the "doc.encryptUsingPolicy()" function.
Initaiting a shared review is much more involved. Take a look at this document.
[url=http://www.adobe.com/devnet/acrobat/pdfs/online_collaboration.pdf]http://www.adobe.com/devnet/acrobat/pdfs/online_collaboration.pdf[/url]
and this one
[url=http://www.adobe.com/devnet/acrobat/pdfs/tracker.pdf]http://www.adobe.com/devnet/acrobat/pdfs/tracker.pdf[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script