Copy link to clipboard
Copied
(the signature is in WMF format)
Need to print a PDF and either merge or append with a signature file(the signature is in WMF format). This needs to be an automatic process because I need to repeat it many times
Copy link to clipboard
Copied
To print a file you can use the print method of the Document object.
To digitally sign a file you can use the signatureSign method of the Field object.
Copy link to clipboard
Copied
how i can
digitally sign multiple files ??
there is a javascripts to do that
i have many pdf files not one
Copy link to clipboard
Copied
If you have Acrobat Pro you can use an Action to run the script on multiple files.
Copy link to clipboard
Copied
do you can give me the script if you have it
thanks for your fast replies
Copy link to clipboard
Copied
It's all documented in the JavaScript for Acrobat API Reference, which is a part of the Acrobat SDK, which can you can get from here: Adobe - Acrobat Developer Center | Adobe Developer Connection
Find more inspiration, events, and resources on the new Adobe Community
Explore Now