I need to pull three insets from the draft map and save them as separate image files for a stakeholder presentation at…
Open your PDF file in Adobe Acrobat.
Select Organize Pages from the right pane.
Click Extract in the secondary toolbar at the top.
Enter the page numbers you want to extract in the page selection area.
Check or uncheck extraction options as needed (such as Delete Pages after extracting or Extract pages as separate files).
CautionIf you check 'Delete Pages after extracting', the selected pages will be removed from the original PDF.
Click Extract to create a new PDF with the selected pages.
Save the newly created PDF file to your desired location.
Best practiceFor best results, rename the new PDF to reflect its contents, especially if you extract pages frequently.
You can preview the pages you select before extracting to ensure you have the correct ones.
This runs in the Acrobat app - there is no separate API for this task.
| Feature | Purpose | Result |
|---|---|---|
| Extract Pages | To take specific pages out of a PDF. | Creates a new PDF with only the selected pages. The original PDF remains unchanged. |
| Split PDF | To break one large PDF into multiple smaller PDFs. | Creates several new PDFs based on rules like page count or bookmarks. The original PDF remains unchanged. |
Splitting a large PDF makes it easier to share, email, and manage. Smaller files download faster and are less likely to cause email attachment limits. It also helps you organize content by topic or section, making it simpler for others to find what they need without scrolling through many pages.
Yes, you can automate splitting PDFs using Adobe's PDF Services API. This is helpful for businesses or developers who need to process many documents. You can write code to split PDFs by page count, specific page ranges, or even by the number of files you want to create. This saves time compared to doing it manually for each document.
Your original PDF file stays exactly the same. When you extract or split pages, Acrobat creates new PDF files. This means your first document is always safe and unchanged, acting as a master copy. You don't have to worry about losing your original work.