Hi,
Does anybody know how to create a popup window containing "terms of use" or "license agreement" that you have to confirm, before you are allowed to open the document. (- just like the one you see, when you want to install new software on the computer)
Frank L
One option to create the *illusion* of protection would be to cover every page with a solid white watermark layer, and use scripting (via a popup dialog or a form button on the first page) to hide the watermark. The problem of course is that if your users have JavaScript disabled or open the file with an incompatible reader application, nothing works. It'll also cause problems with accessibility.
Another solution we've seen deployed for cases where the original document cannot be altered is to wrap the file in a custom PDF Envelope, which has the EULA written on the cover sheet along with the password to use to open the envelope. That way everyone has to read the EULA to find out what to type into the password box, and you have a positive user action between the EULA and the internally-stored file (which in some legislatures is a requirement to "accept" an agreement). It'll only work in Adobe Reader/Acrobat, you're limited in space on the cover sheet, and it takes a little bit of setting up, but the advantage is you can put anything in a PDF Envelope and once it's set up you can apply it to a file in a couple of clicks.