I would like sign a PDF from external application.
After try a lot of libraries I thougt that a good option may be use the Adobe SDK to make a Plug-In.
But I not want open the Acrobat Reader. Is posible use my Plug-in like a library (DLL)?
I prefer not install the plug-in, only make calls to it for add the sign.
Have a better idea?
I'm usgin "Adobe Reader 9" and "Adobe 9 SDK".
Thanks!
Jesús
There is a way to do this with Acrobat. First, a PDF can be signed from JavaScript. So you can write a folder level funtion to do this. Second, Acrobat can be controled from an external application with the IAC (interapplication communication) interface. The IAC has access to the Acrobat JavaScript environment, so it can call the folder level signing fucntion. You can find information and documentation here:
http://www.adobe.com/devnet/acrobat/interapplication.php
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