Dist,
I am a PLM admin for my company and we have been looking at taking the PDF's created from the CAD models (different packages) and signing them using Acrobat Professional 8.x.
I am however encountering an issue when I open the file from my PLM system and sign the file, it asks me to "Save As". I select to save it as the file that it has temporarily extracted to my local file system. However this fails complaining that the document is open in multiple places (I suppose something to do with opening it from the PLM system).
I can get around this by first extracting the file, locating it, opening it, signing it, closing it, checking it back in manually. This works fine.
I'd like to know however if there is a way to change the "Save As" functionality to be just "Save". My reasoning for this is because during testing, I was able to use mockup tools on the pdf, and click "Save" and the changes took. However if I use Save As I get the same error as if I was signing the document.
I noticed that Adobe Pro 7 use to have a Sign and Save option. But if I can avoid it, I would rather not go back to an earlier version.
So is there a way to change this functionality?
Any/all insight is greatly appreciated.
Best Regards,
Sean.
Here's the basic sequence, you'll need to fill in the parameters with your own values
For a simple test run the code from the Acrobat Console Window. If it works you can place it in a folder level script that creates a toolbar button that runs this code from a trustedFunction.
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