We have users that are appending PDF documents on a network, when they go to save they are unable to do so. It states the document is either read only (which it is not) or open by another user (which I don't believe it is). What may be the problem?
We have users that are appending PDF documents on a network, when they go to save they are unable to do so. It states the document is either read only (which it is not) or open by another user (which I don't believe it is). What may be the problem?
Use this JavaScript in the page properties to check the users version of Adobe Reader.
if (app.vewerVersion < 8) {
app.alert("You must have Adobe Reader 8.0 or later to open this document.\n\nGet the latest Adobe Reader at [url=http://www.adobe.com/products/acrobat/readstep2.html"]http://www.adobe.com/products/acrobat/readstep2.html"[/url], 2 ,2)
this.closeDoc(true)
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.