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

Need help with Javascript to create a print button that uses automaticaly PDFcreator

New Here ,
Jan 15, 2019 Jan 15, 2019

Copy link to clipboard

Copied

Hello,

I want to add on my fillable PDF form a printing button that would automaticaly print the file with PDFcreator. I'm using Adobe Acrobat Pro DC.

I know how to create and run the button on Adobe, but I'm new to Javascript coding.

Can someone help me with that?

Thank you

Views

1.2K

Translate

Translate

Report

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 ,
Jan 27, 2019 Jan 27, 2019

Copy link to clipboard

Copied

LATEST

In the future you'll be better off asking questions about JS in Acrobat here: JavaScript

You can specify the name of the printer to use, but not the file-name of the target file.

To do it use the PrintParams object and specifically its printerName property.

You can get a list of the internal names of all the printers using the printerNames property of the app object.

Votes

Translate

Translate

Report

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