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

How to split a single scan of multiple docs into multiple files.

New Here ,
Feb 23, 2011 Feb 23, 2011

Copy link to clipboard

Copied

I'm currently using Acrobat X Pro. I need to scan a pile of documents (bills, receipts, etc) and convert  them to PDF for archiving (this I can do). Problem is I want to scan 50-100 at a  time, and I want to save each as it's own individual PDF, not one giant  100 page PDF. Is this possible in Acrobat X? I currently scan in the docs, select the print button, and then in the print dialog box I type in the page number that I want to print. Very clumsy.

Thanks,

Brian

Views

72.9K

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

correct answers 1 Correct answer

LEGEND , Feb 23, 2011 Feb 23, 2011

Tools > Pages > Extract > Extract Pages as Separate Files

If you want more control over the resulting file names, you can use the extractPages JavaScript method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.465.html

The batch sequence in the example has more details.

Votes

Translate

Translate
LEGEND ,
Feb 23, 2011 Feb 23, 2011

Copy link to clipboard

Copied

Tools > Pages > Extract > Extract Pages as Separate Files

If you want more control over the resulting file names, you can use the extractPages JavaScript method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.465.html

The batch sequence in the example has more details.

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
New Here ,
Feb 24, 2011 Feb 24, 2011

Copy link to clipboard

Copied

That's exactly what I was looking for. Thanks a lot!

George_Johnson wrote:

Tools > Pages > Extract > Extract Pages as Separate Files

If you want more control over the resulting file names, you can use the extractPages JavaScript method: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_A croJS.88.465.html

The batch sequence in the example has more details.

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
New Here ,
Oct 07, 2011 Oct 07, 2011

Copy link to clipboard

Copied

Hello,

I was wonder if anyone could provide the complete script for this task (extracting every two pages). It looks like it has been figured out but I'm too much of a noob to put the pieces together.

Thanks!

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
Community Expert ,
Oct 09, 2011 Oct 09, 2011

Copy link to clipboard

Copied

LATEST

I was wonder if anyone could provide the complete script for this task (extracting every two pages). It looks like it has been figured out but I'm too much of a noob to put the pieces together.

Try the forum for Acrobat Scripting.

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