Expand my Community achievements bar.

How does the SignatureClear() function work?

Avatar

Level 2

Hello everyone:

I have read Javascript for Acrobat API Reference (8.0) and I'm still wondering how SignatureClear() works. Is it possible to clear a signature field with this? How? It is said that you can not work with it in Adobe Reader... but I have seen some other functions working despite of the Availability column: is it possible to use it in Reader?

Code examples will be very appreciated.

Regards,

Javier

1 Reply

Avatar

Former Community Member

Javier

I have not reviewed thew API documentation, but I can comment...

1)  To "clear" or remove a digital signature, you need to have access to the "private" key (digital credential\certificate) that was used to generate the signature.  This means that typically, only the signer can remove their own signature.

2)  You cannot sign a PDF document with Reader, UNLESS the PDF has been "reader extended" with the "signing" permission that will enable the ability to sign a document with Reader.  A PDF can be extended with LiveCycle Reader Extensions (server product) or with Acrobat Professional.  I have nottried it myself, but I would assume that the "signing" permission would need to be enabled on the document to allow Reader to remove (clear) the signature, assuming agaion that Reader had access to the private key used to create the signature.

Hope this helps.


Steve