I have some PDFs I am posting to our Intranet. The Save function in the
browser is disabled due to the PDF security settings, but once viewed
through a browser the Acrobat Save button is active. This is just a fact of
life when viewing/distributing PDFs on the web.
We can't disable save, so what I want to do is redirect the user to a
different page of the Intranet if they try to save. Acrobat permits JS to be embedded in the document, so I wanto to put the script under the Document Will Save JS option. However all the lines of code I have tried don't work.
For example:
window.location('http://www.webpage.com');
Causes the error "ReferenceError: window is not defined" in Acrobat. I am
not sure what this means.
Can anyone help? <:-)
TIA,
Webfairy
Aandi Inston
If we do come up with a solution I will post it here for posterity :-)
However, as you said, it will help with those less tech-saavy.