The flight, hotel, and car confirmations came as three PDFs and the executive leaves tonight. They shouldn't have to o…
Place all PDFs you want to split or extract in a single folder.
Open Adobe Acrobat Pro.
Go to File > Create > Action Wizard > New Action.
In the New Action dialog, under Files to be Processed, click Add Files and select all the PDFs from your folder.
In the Choose Tools to Add panel, expand Pages and double-click Extract Pages or Split Document as needed for your task.
Configure the extraction or split settings (e.g., number of pages, top-level bookmarks, or custom page ranges) in the right pane.
Best practiceYou can save this Action to reuse for future batch splits or extractions.
Click Save to name and save your Action.
Select your new Action from the Action Wizard list and click Start.
Follow prompts to choose output locations and confirm processing for all files.
CautionBatch actions will overwrite files if you select the same output folder and filenames.
Using the Action Wizard streamlines splitting or extracting pages from multiple PDFs in one automated batch process.
This runs in the Acrobat app - there is no separate API for this task.
Splitting by page count means you tell Acrobat how many pages each new PDF should contain, for example, every 10 pages. Splitting by file size means you tell Acrobat the maximum size each new PDF file can be, for example, 5 MB. The tool will then create new PDFs until that size limit is reached. Both methods help manage large documents, but one focuses on content length, and the other on file storage or transfer limits.
Splitting a PDF by top-level bookmarks is useful when your document is already well-organized with clear sections. Each top-level bookmark usually marks a major section, like a chapter or a vendor's details. By splitting this way, you automatically get separate PDF files for each main section, saving you time from manually selecting page ranges. It's a smart way to break down structured documents.
The 'Split PDF' operation in the Adobe PDF Services API is a programming tool that lets developers automatically divide a PDF document into multiple smaller PDF files. You can specify how to split the PDF, for example, by a certain number of pages, by specific page ranges, or by a target number of output files. This is useful for integrating PDF splitting into custom applications or workflows without manual interaction.