On a Mac, you can preserve exactly the pages you need from a PDF instead of saving the entire file. These methods give you control so that sensitive or important pages stay easy to share and access.
Below is a quick reference that shows how each built in tool behaves on different PDF types, whether it keeps bookmarks and images, and how much manual work is required.
| Method | Preserves Formatting | Keeps Bookmarks | Best For |
|---|---|---|---|
| Quick Look + New PDF from Selection | High, near original layout | Only if source PDF has them | Small ranges, manual control |
| Preview Select and Save As | High, vector text stays sharp | Limited, depends on source | Fast page extraction on Mac |
| Print to PDF with Page Range | High, reliable rendering | No | Any app, simple settings |
| Automator Workflow with PDF Library Actions | High, batch consistent output | Maybe, source dependent | Repeatable extraction tasks |
| Third Party Tools like PDF Expert or Adobe Acrobat | Very High, advanced layout handling | Yes, often intact | Complex PDFs, bookmarks and metadata |
Using Preview to Extract Specific Pages
Preview is the default Mac viewer for PDFs and offers a straightforward way to save only the pages you want.
Open and Mark Pages
Open the PDF in Preview, then click the thumbnail sidebar to select the exact pages you plan to keep. Hold Command to pick nonadjacent pages if you need a customized set.
Export Selected Pages
Choose File > Export Selected Pages, give the new file a clear name, and pick a destination. This creates a separate PDF that contains only your chosen pages while leaving the original untouched and optimized for sharing.
Print to PDF with a Careful Page Range
When you need consistent results across different apps, the virtual PDF printer built into macOS is a dependable option for saving selected pages.
Set the Range in the Dialog
Open the PDF in any app and choose File > Print. In the lower part of the print dialog, type the exact page numbers or ranges you want to keep, using commas and hyphens as needed.
Choose PDF as Printer
Select the Save as PDF button at the bottom left, then save the new file. The output retains vector text and sharp tables, making it suitable for reports or forms that you will archive or send by email.
Automator and AppleScript for Repeated Tasks
If you regularly pull out the same sections from large documents, Automator can turn that process into a one click action on your Mac.
Build a PDF Extraction Workflow
Open Automator, choose New Document > Workflow, then add the Get Specified Finder Items action followed by the Extract PDF Pages action. Set the page numbers or ranges you want and choose where the smaller files should be stored.
Save and Run the Workflow
Save the workflow and run it any time you need to split a PDF. For more complex logic, you can add conditions and notifications so you know when the extraction finishes without watching the screen.
Third Party Tools for Advanced PDF Control
Applications like PDF Expert, Adobe Acrobat, and specialized editors give you more precise tools for bookmark handling and annotation preservation.
Bookmark and Layer Preservation
These tools often keep outlines, links, and embedded layers when you extract pages, which is valuable for legal or technical PDFs where navigation matters.
Batch and Security Options
You can usually process multiple files at once, set passwords on the new documents, and fine tune image quality. That makes them ideal when you must protect sensitive data while still sharing selected pages with colleagues or clients.
Key Takeaways for Managing PDF Pages on Mac
- Use Preview for fast, manual extraction with high fidelity on most documents
- Choose Print to PDF when you need reliable, app independent results
- Automator and AppleScript help you automate repetitive page splits
- Third party editors add bookmark, security, and batch features
- Always check extracted files for formatting, links, and searchable text
FAQ
Reader questions
Will extracting pages with Preview break links or form fields?
Links and form fields may be lost unless the original PDF stores them in a way that Preview can carry over. For critical interactive content, test the extracted file and consider a dedicated PDF app.
How can I keep only odd or even pages using Automator?
Set the page range with step values in the Extract PDF Pages action, such as 1-10/2 for odd pages or 2-10/2 for even pages, then run the workflow to create a clean subset file.
What is the best way to save a few pages from a large scanned PDF?
Use Preview or the Print to PDF method with the exact page numbers, then open the result in a PDF editor to run OCR only on those pages if searchable text is required.
Can I extract pages from a PDF that has digital signatures?
Extraction usually removes signature details, so verify the new document with your workflow tools and add a fresh signature if you need it for compliance.