We have a bunch of Acrobat files in our SharePoint document libraries that contain procedures everybody on site is supposed to follow, and since many of them are constantly under revision, people are supposed to refer to the most current revision posted online.
Unfortunately, sometimes people save these Acrobat files to their hard drives and end up using a document that's out of compliance because it's no longer current. To prevent that, I embedded a JavaScript in all these files that adds a date stamp and the current file path to every document they print so you can see when and where it originated.
I thought that would be sufficient, but my boss wants me to change the JavaScript to first check to see if the file path originates from SharePoint, and if not, she wants it to create a watermark stamped "Uncontrolled Copy" on every page, but a lot of people on site only have Acrobat Reader which I understand can't create watermarks from JavaScripts.
Is there an example in the forum of a JavaScript that stamps a custom message based on where the file originated?
George Kaiser