Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Need to print a PDF and either merge or append with a signature file

New Here ,
Aug 21, 2017 Aug 21, 2017

(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

TOPICS
Acrobat SDK and JavaScript
493
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 22, 2017 Aug 22, 2017

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 22, 2017 Aug 22, 2017

how i can

digitally sign multiple files ??

there is a javascripts to do that

i have many pdf files not one

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 22, 2017 Aug 22, 2017

If you have Acrobat Pro you can use an Action to run the script on multiple files.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 22, 2017 Aug 22, 2017

do you can give me the script if you have it

thanks for your fast replies

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 22, 2017 Aug 22, 2017
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines