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

Automating encryption and shared reviews

dyre
Registered: Jul 13 2007
Posts: 3

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?

My Product Information:
Acrobat Pro 8.0999999999999996447286321199499070644378662109375, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Yes, both of these are possible, but both are different questions.

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

dyre
Registered: Jul 13 2007
Posts: 3
Thanks for the reply Thom.

I read through the online collaboration and tracker documentation, but they don't have information about completely automating the process of a shared review.

Online Collaboration did have a section of setting up Users with preset preferences for the WebDAV support, but only during installation.

Is there a way to automate the Shared Review in Acrobat 8.0?
arno55v
Registered: Apr 6 2008
Posts: 1
I'm interest for an answer too.

thanks.