Copy link to clipboard
Copied
My many PDFs (which are about linguistics) have a great many links to example sentences that had been mentioned at earlier points in the PDF. As far as I am aware, though, Acrobat has no button for users to press when they want to return to where they were when they pressed the link to see a sentence illustrated elsewhere. So I have to tell them to remember to always press ALT + LEFT-ARROW. when they want to go back. But if they forget this instruction, they will be lost. Could I be missing a 'Go badk' button provided by Acrobat to simply go back to where they were before?
Copy link to clipboard
Copied
You must create a button using "Execute a menu item" action or using "Run a JavaScript" action.
Execute menu item:
Run a Javascript
app.execMenuItem("GoBack");
Copy link to clipboard
Copied
You must create a button using "Execute a menu item" action or using "Run a JavaScript" action.
Execute menu item:
Run a Javascript
app.execMenuItem("GoBack");
Copy link to clipboard
Copied
It does exist, but only in Acrobat, not the free Reader, unfortunately.
Copy link to clipboard
Copied
(I stand corrected... It is available in Reader, if you use the old UI)
Copy link to clipboard
Copied
It's also available as a button in the toolbar (right-clic to customize it).