Hide Menu Items from Adobe Acrobat , Reader.
Disabling Menus and Buttons
To disable UI elements, you will first need to list all of the elements by name. To do this, save the following script as ListItems.js in %ProgramFiles%\Adobe\Reader 9.0\Reader\JavaScript.
Here’s the code you’ll need to hide those items. Copy and paste into HideItems.js, then copy into %ProgramFiles%\Adobe\Reader 9.0\Reader\JavaScripts.
//HideMenu.js
// [File - Create Adobe PDF Using Acrobat.com], plus toolbar button
app.hideMenuItem("WebServices:CreatePDF");
app.hideToolbarButton("Weblink:CreatePDF");
// [File - Collaborate], plus toolbar button
app.hideMenuItem("Annots:FileCollaboration");
app.hideToolbarButton("Annots:CollabToolButton");
// [File - Digital Editions]
app.hideMenuItem("eBook:Digital Edition Services");
// [Help - Improvement Program Options]
app.hideMenuItem("UsageMeasurement");
// [Help - Online Support], plus sub menu items
app.hideMenuItem("OnlineSupport");
app.hideMenuItem("KnowledgeBase");
app.hideMenuItem("AdobeExpertSupport");
app.hideMenuItem("AccessOnline");
app.hideMenuItem("SystemInformation");
// [Help - Repair Adobe Reader Installation]
app.hideMenuItem("DetectAndRepair");
// [Help - Check for Updates]
app.hideMenuItem("Updates");
// [Help - Purchase Adobe Acrobat]
app.hideMenuItem("Weblink:BuyAcrobat");
To disable UI elements, you will first need to list all of the elements by name. To do this, save the following script as ListItems.js in %ProgramFiles%\Adobe\Reader 9.0\Reader\JavaScript.
Here’s the code you’ll need to hide those items. Copy and paste into HideItems.js, then copy into %ProgramFiles%\Adobe\Reader 9.0\Reader\JavaScripts.
//HideMenu.js
// [File - Create Adobe PDF Using Acrobat.com], plus toolbar button
app.hideMenuItem("WebServices:CreatePDF");
app.hideToolbarButton("Weblink:CreatePDF");
// [File - Collaborate], plus toolbar button
app.hideMenuItem("Annots:FileCollaboration");
app.hideToolbarButton("Annots:CollabToolButton");
// [File - Digital Editions]
app.hideMenuItem("eBook:Digital Edition Services");
// [Help - Improvement Program Options]
app.hideMenuItem("UsageMeasurement");
// [Help - Online Support], plus sub menu items
app.hideMenuItem("OnlineSupport");
app.hideMenuItem("KnowledgeBase");
app.hideMenuItem("AdobeExpertSupport");
app.hideMenuItem("AccessOnline");
app.hideMenuItem("SystemInformation");
// [Help - Repair Adobe Reader Installation]
app.hideMenuItem("DetectAndRepair");
// [Help - Check for Updates]
app.hideMenuItem("Updates");
// [Help - Purchase Adobe Acrobat]
app.hideMenuItem("Weblink:BuyAcrobat");
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
timmsie
13 years ago
you should add this to the knowledge base article - http://www.appdeploy.com/packages/browse.asp?cat=alpha&str=a
Unless you're asking a very well disguised question [:D]
Unless you're asking a very well disguised question [:D]
Posted by:
anonymous_9363
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.