Hi,
We have an application hosting Acrobat Pro 9 thru OLE automation. We want to use the stamping feature in the embedded Acrobat Pro 9. However, the Comment and Markup toolbar is not available in the embedded Acrobat although it's available in the standalone Acrobat Pro 9.
We used to be able to enable stamping feature (comment and markup toolbar) in our application with Acrobat Pro 7. What we did was to set up collaboration using Reviewing and Collaboration options of Acrobat. However, we can’t find the place to enable them in 9.1 (Edit > Preferences > Reviewing > Shared Review Preferences doesn’t seem to work).
Can anyone advise what we need to do to make Comment and Markup toolbar available in the embedded Acrobat Pro 9?
Thanks,
Min
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Adobe Acrobat\8.0\FeatureLockDown\cDefaultExecMenuItems
But the easiest thing to do is place this line of code in a document level script.
Collab.showAnnotToolsWhenNoCollab = true;
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script