Answered
Hi,
i´m searching for a solution to create a button that saves the current dokument under the same name and overrides it, without asking me where i want to save to the file.
I´ve seen many solutions with an external JS, but in my case it has to be a solution without external files.
Can somebody help me, please?
Best wishes
Heinz Eckert
However, there is a way to do this. If the document is established as trusted by the user, then scripts inside the PDF can perform privileged operations.
One way to establish trust is to certify the PDF with a digital signature. If the user has the public key for the signature on thier system and it is registered with Acrobat, then the PDF is considered trusted.
Acrobat 9 has another method called a trusted folder, but it's new and I haven't done much testing on it so I can't vouch for it.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script