I've been going through the Folder Level Scripting Tutorial on this site. The test to add the reference to the AcroJS.pdf runs the script, but only when I turn on the JavaScript Console.
The script is:
app.addMenuItem({cName:"JS Ref", cParent:"Help",
cExec:"app.openDoc('/C/AcrobatDocs/AcroJS.pdf');"
});
I have a script file Config.js in my User path and restart Acrobat, but the Reference to the AcroJS.pdf is not on the Help Menu, but once I fire up Console (ctrl-J), the reference is there??
Has anyone seen this before and if so, any tips?
Thanks in advance.
What is the error message?
Exactly in what folder have you placed this scirpt?
George Kaiser