Skip to main content
Participant
February 24, 2011
Answered

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

  • February 24, 2011
  • 2 replies
  • 75801 views

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

    This topic has been closed for replies.
    Correct answer George_Johnson

    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.

    2 replies

    Participant
    October 7, 2011

    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!

    Bernd Alheit
    Community Expert
    Community Expert
    October 9, 2011

    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.

    George_JohnsonCorrect answer
    Inspiring
    February 24, 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.

    Participant
    February 24, 2011

    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.