I want to be able to send pdf files to a person outside my organisation & have them expire after a specified time (no matter where there filed). Can someone tell me how to do this in very simple, plain English as I know nothing about computers & have tried to find out how to do this on the web only to be baffled by the jargon being used...pls, pls [link=mailto:help [dot] [dot] [dot] rogerjboyd [at] bigpond [dot] com]help [dot] [dot] [dot] rogerjboyd [at] bigpond [dot] com[/link]
You could also set a password to open the document equal to a specific date (example password: June172007). Use an Alert Dialog box to inform the user that a password is required to open the document. Place this JavaScript in the Page Properties, Page Action tab as a trigger when the Page Opens, Select Action, chose Run a JavaScript and enter this code:
app.alert("This document can only be opened with a password. If you do not know the password, please contact [url=mailto:yourname [at] yourISP [dot] com."]yourname [at] yourISP [dot] com."[/url], 1)Use a cover page for this script and place this code on that page.
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.