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

Printing only selected pages from a PDF portfolio

New Here ,
Jun 08, 2020 Jun 08, 2020

I have 101 PDFs in a portfolio, and I wish to print ONLY the FIRST page, (title) of each PDF in the portfolio.

How can I do this?

TOPICS
Create PDFs , Edit and convert PDFs , Print and prepress
1.3K
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
Adobe Employee ,
Jun 08, 2020 Jun 08, 2020

Hi There,

 

Thanks for your response over community.

There is no direct way to print only the first page from a set of file(s) as portfolio could consist of several file-type(s).

But, one can create a custom setting for the same. Below are the tools that could be used for the same from inside Adobe Acrobat.

community1.PNG

Please do let us know, if you face any issue with the same.

 

Regards,
Swapnil Srivastava

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 ,
Jun 09, 2020 Jun 09, 2020

Thank you Swapnil, this is great. I have been playing with the action wizard, and have made an action where delete is assigned to pages 2-300, (the pdfs are not all the same length, and I wish to delete all but the first page of each) when I try to perform this action, acrobat notifies me that the given document only has 38 pages, etc.

Is following a similar approach to the action I have laid out below a viable way to create one PDF with only the first page of the 101 source PDFs?

Thanks!
deleting pages from multiple pdfs at once..png

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 ,
Jun 10, 2020 Jun 10, 2020
LATEST

I don't think it will work. You can't use an Action to process files that are inside of a Portfolio. I would recommend extracting those files to a folder and then using an Action to print the first page of one one of those files.

This can be done using a simple script, such as:

 

this.print({bUI:false, nStart: 0, nEnd: 0});

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