0
Adding a digital signature in javascript
New Here
,
/t5/acrobat-sdk-discussions/adding-a-digital-signature-in-javascript/td-p/9998306
Aug 02, 2018
Aug 02, 2018
Copy link to clipboard
Copied
Hi,
I would like to use javascript to digitally sign a document, in order to be able to sign many files at once using action wizard.
Does anyone know the script to add a visible digital sign to a document?
Thanks in advance,
TOPICS
Acrobat SDK and JavaScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/adding-a-digital-signature-in-javascript/m-p/9998307#M19872
Aug 02, 2018
Aug 02, 2018
Copy link to clipboard
Copied
The method you should use is signatureSign of the Field object. You'll need to read its documentation to see exactly how it is used.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

