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

How to print first page of multiple pdfs in a folder

New Here ,
Jan 11, 2016 Jan 11, 2016

So I'm using Acrobat X and I'm trying to print the first page of all the PDF's in a single folder... i have gotten as far as using a java script to just print the first page of the PDF that is currently open but i can not figure out how to use that command on every PDF in the folder or even just the selected PDF's.

this is the script im using inside acrobat for printing the first page:

this.print

({

bUI: false,

nStart: 0,

bSilent: true,

bShrinkToFit: true

});

Any ideas would be great help, Thanks

TOPICS
Acrobat SDK and JavaScript , Windows
1.6K
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 ,
Jan 12, 2016 Jan 12, 2016

If you have Acrobat Pro create a new Action (Tools - Action Wizard) and add your JS code as it's command.

Then run it on your files.

If you have Acrobat Standard (ie, not Pro) then you can't do it.

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 ,
Jan 12, 2016 Jan 12, 2016

I have it in the action Wizard already... How do I run on all the files in the folder?

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 ,
Jan 12, 2016 Jan 12, 2016

Select the folder under the Input part of the Action.

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 ,
Jan 12, 2016 Jan 12, 2016
LATEST

That doesn't seem to be an option, when i click on the button for it it just runs it without displaying any options first

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