Answered
Hello!
I am doing a C# application that apply a digital signature in a PDF document. I am using the file sdkAddSignature.js, that is a javascript sample that comes with the Acrobat SDK 8.0.
My C# application invoke this javascript and signs de document. It's working very well, but I need to insert a signature image. I would like to change my javascript code to do this. Is it possible do this using javascript?
I have the signature image in many formats: bmp, jpg, gif... but I don't know how could I programatically insert the signature image in the signature.
Help me, pelase!
Thank you in advance!
George Kaiser