You can run this script as a Page Open or Document Level JavaScript. You could add the URL to Adobe Reader if you so desire. When the dialog box button is clicked, the PDF will close.
if (app.viewerVersion < 6) { app.alert("You must have Acrobat Reader 6.0 or later to use this form.") this.closeDoc(true) }
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.
if (app.viewerVersion < 6) {
app.alert("You must have Acrobat Reader 6.0 or later to use this form.")
this.closeDoc(true)
}
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.