In Acrobat 9, we were able to create javascript to hide the touch up text menu. The code was
app.hideMenuItem("TouchUpTextToolMenuItem");
app.hideToolbarButton("TouchUpTextTool");
How would you do this for Acrobat Standard X? We tried the following script but it did not work:
app.hideMenuItem("EditDocumentTextMenuItem");
app.hideToolbarButton("EditDocumentText");
Please advise.
Thank you,
Steve