Why am I unable to create documents in Acrobat Pro v8 which can be signed digitally using Acrobat Reader 8?
I notice that there are sometimes differences in the Document Security details and the Document Restrictions Summary.
Are there known issues relating to digital signatures and Acrobat Reader 8?
Paste this code in the Page Open Action:
if (app.viewerVersion < 8)
{app.alert("You must have Adobe reader 8.0 to view this document.")
this.closeDoc(true)
}
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.