Skip to main content
Participating Frequently
May 31, 2018
Answered

Extract one page in PDF document automatically

  • May 31, 2018
  • 1 reply
  • 8535 views

Dear all,

I need extract the first page in one PDF document and then save it in a new PDF document. It is necessary to do it automatically

I have Adobe Acrobat DC. Can you help me, please?

I don't know if I need to know java or other programing language

Thanks in advance

Regards,

This topic has been closed for replies.
Correct answer try67

Adobe Acrobat Pro DC (versión 2018.011.20040)


OK, then go to Tools - Action Wizard, create a new Action that executes this JavaScript code:

this.extractPages(0, 0, this.path.replace(/\.pdf$/i, "_p1.pdf"));

Then run it on your files and the first pages will be extracted into the same folder as the originals.

1 reply

try67
Community Expert
Community Expert
May 31, 2018

Do you want to do it to one file, or multiple files?

Do you want to save the extracted page, or just extract it as a new document?

Participating Frequently
May 31, 2018

Hello,

I need to do with multiple files in one directory

I could erase the original document if it were the only way But, if it is possible, I prefer to preserv the original document in the directory

Thanks

Regads,

try67
Community Expert
Community Expert
May 31, 2018

Do you have Acrobat DC Pro or Standard?