I have three invoices and the original signed [po] that need to travel as a single file to the accounts payable team b…
Open the PDF file you want to split in Adobe Acrobat.
Select Organize Pages from the right pane.
Click Split in the secondary toolbar at the top.
Choose your split criteria (number of pages, file size, or top-level bookmarks) in the Split by dropdown.
Set the value for your chosen split method (for example, enter the number of pages per split file).
Click Output Options to select the destination folder and file labeling preferences, then click OK.
Click Split to start the extraction process.
When the process completes, review the split files in your chosen output folder.
Best practiceIf your document has bookmarks, splitting by top-level bookmarks can help organize content by section automatically.
You can preview the pages before splitting to ensure you are extracting the correct sections.
This runs in the Acrobat app - there is no separate API for this task.
| Feature | What it does | Original file |
|---|---|---|
| Split PDF | Breaks one PDF into many separate, smaller PDFs. | Stays intact, unchanged. |
| Extract Pages | Pulls selected pages into a new PDF, or removes them from the original. | Can be changed (pages removed) or remain intact (pages copied). |
Splitting a large PDF is useful for several reasons. It makes big files easier to share, as smaller files upload and download faster. It also helps with organization, allowing you to manage specific sections of a document more effectively. For example, you might split a yearly report into monthly segments for easier review.
When you split a PDF by bookmarks, Adobe Acrobat uses the top-level bookmarks in your document as markers. Each top-level bookmark will start a new PDF file. This is very helpful for documents that are already well-structured with clear sections, like manuals or reports, allowing you to quickly create separate files for each major section.
Yes, if you need to split many PDF files regularly or as part of a larger system, you can automate this using the Adobe PDF Services API. This allows developers to programmatically split PDFs based on page count, page ranges, or the number of resulting files. It's perfect for integrating PDF splitting into custom applications or workflows.