How can I make a button on one already open pdf file open another pre-specified pdf file? Am I on the right track by using the app.openDoc method?
How can I make a button on one already open pdf file open another pre-specified pdf file? Am I on the right track by using the app.openDoc method?
The setting of the "disclosed" property is done with a document level script:
this.disclosed = true;
You can give the script any meaningful name.
See [url=http://www.acrobatusers.com/tutorials/2007/js_document_scripts/]Entering Document Scripts[/url] by Thom Parker for instructions on how to access or create a document level script.
George Kaiser