How to get started using offline file "acrobat_reference.pdf" from in Acrobat Pro DC, preferably in the Help menu?

How to get started using offline file "acrobat_reference.pdf" from in Acrobat Pro DC, preferably in the Help menu?

You create a JavaScript script like this.  It has two platforms, but available in JavaScript, but I have commented out the windows because it's from my Mac.  Also note that I've hidden the menu default Acrobat help item in this JavaScript.

/************************* Hide Menu ********************************/

Hide the default Help menu

app.hideMenuItem ("HelpAcrobat");

/ * Menus execution * /.

app.addMenuItem ({cName: 'Adobe Acrobat help PDF', cParent: 'Help', cExec: "fTDocs1()", NPO: 0});

/***************************** Functions ************************************/

Note: The ' / C/Program Files/Adobe / ' convention was used to conform to the

SDK Adobe format but the installer does not you may need to

Change the path to your system.

Mac OS X

function fTDocs1()

{app.openDoc ("/ Applications/Adobe Acrobat XI Pro/Help/acrobat_reference.pdf") ;}} ;

This section is commented

64-bit Windows

function fTDocs1()

{app.openDoc("/C/Program Files (x 86) / Adobe/Acrobat DC/Acrobat/Javascripts/acrobat_reference.pdf') ;};}

Tags: Acrobat

Similar Questions

Maybe you are looking for