To extract pages from a PDF, open it, choose Print or Extract, select page ranges, and save the selection as a new PDF.
You can pull one page or a long range from any PDF without buying new software. This guide walks through fast, safe methods on Windows, macOS, iPhone, iPad, Android, the web, and the command line. You’ll also see a broad table of options, step-by-step sections, and fixes for common hiccups.
Extract Pages From A PDF: Methods That Always Work
Start with the tool you already have. Your browser, your system’s built-in viewer, or a trusted editor can split a document in minutes. Pick a method from the table, then jump to the matching section below. If you came here for how to extract pages from a pdf fast, start with the browser method.
Before You Start: Quick Checks
- Check if the PDF is locked for printing. If it is, ask the owner for a shareable copy.
- Decide the exact range you need. Write it down, such as
ii-ivor14-28. - Pick a method that keeps text live when you need search or copy.
- Set a clear file name pattern before saving, like
topic-pages-5-12.pdf. - Store the output in the same folder as the source so versioning stays tidy.
| Method | Platform | What It Does |
|---|---|---|
| Print > Save as PDF | Windows, macOS, Linux, ChromeOS | Saves selected pages as a new file via the print dialog. |
| Preview > Thumbnails drag-out | macOS | Drags chosen pages to the desktop or a new window as a new PDF. |
| Adobe Acrobat > Extract | Windows, macOS | Extracts exact pages, keeps links, and can delete or split. |
| Files app > Print trick | iPhone, iPad | Shares a subset as PDF by pinching out pages in the print preview. |
| Files by Google | Android | Opens PDFs and works with printing to save chosen pages. |
| Google Chrome / Microsoft Edge | All desktops | Uses the browser’s print range to save pages to a new PDF. |
| qpdf command | Windows, macOS, Linux | CLI tool that writes a new PDF from a page list (fast, scriptable). |
| Online split tools | Any device | Uploads a file and downloads the selected pages (watch privacy). |
Windows: Extract PDF Pages With Built-In Printing
On Windows 10 or 11, you can create a fresh file with only the pages you need. No add-ons needed.
Steps
- Right-click the PDF and choose Open with > Microsoft Edge (or Chrome).
- Press Ctrl+P to open the print dialog.
- Set Destination to Microsoft Print to PDF (or Save as PDF in your browser).
- Under Pages, enter a range like
3-7or a list like2,5,9. - Click Print, pick a file name, and save.
This route works for long documents, too. Repeat for other ranges if you need several pieces.
Mac: Extract Pages In Preview
Preview ships with every Mac and gives you an easy drag-and-drop split.
Steps
- Open the PDF in Preview.
- Choose View > Thumbnails to show page thumbnails.
- Command-click the pages you want.
- Drag them from the sidebar to the desktop to make a new PDF. You can also choose File > Export as PDF.
Apple’s user guide covers page moves and new files from thumbnails in more depth; see the Preview help page.
iPhone And iPad: Pull Pages To A New PDF
You can save a slice of a document straight from the system share sheet.
Steps
- Open the PDF in the Files app or a viewer, then tap Share > Print.
- In the preview, pick a page range, then use a two-finger pinch-out to turn the preview into a full-screen PDF.
- Tap the share icon again and choose Save to Files to write the new PDF.
If you use Acrobat on iOS, the Split feature can create a new file too; Adobe’s guide shows the flow on mobile.
Android: Save Selected Pages
On Android, many viewers can print to a PDF and accept page ranges. Files by Google can open PDFs; you can then print from a compatible viewer and save just the pages you need.
Steps
- Open the PDF in a viewer that supports printing.
- Tap Print, choose Save as PDF as the printer.
- Enter a page range or list, then tap the save button.
Open, manage & edit PDFs is documented by Google, but any capable viewer that supports printing can do this as well.
Use Adobe Acrobat For Precise Control
Acrobat’s Extract tool gives you granular control, like keeping or removing pages and preserving bookmarks.
Steps
- Open the file in Adobe Acrobat.
- Select Organize Pages in the sidebar, then click Extract.
- Type a range or pick thumbnails. Choose options such as Delete Pages After Extraction or Extract Pages As Separate Files.
- Click Extract, then save.
Adobe’s help article shows the Extract panel and options step by step; see extract pages in Acrobat.
Browser Method: Chrome Or Edge
Your browser can split a document with no add-ons.
Steps
- Open the PDF in Chrome or Edge.
- Press Ctrl+P (Windows/Linux) or Command+P (Mac).
- Set Destination to Save as PDF.
- Enter the pages you want and save.
This is a handy fallback on shared computers or in locked-down setups.
Command Line: Fast One-Liners With qpdf
If you handle lots of files, qpdf can split documents in scripts. Install it via your package manager or the official builds.
Common Patterns
- Range to a new file:
qpdf input.pdf --pages . 5-12 -- output.pdf - Single page:
qpdf in.pdf --pages . 7 -- page-7.pdf - Non-adjacent pages:
qpdf in.pdf --pages . 1,4,9 -- pick.pdf
See the official CLI docs for more flags and samples.
How to Extract Pages from a PDF On Shared Or Managed Devices
When install rights are limited, the print-to-PDF path in Chrome or Edge is the easiest route. If Microsoft Print to PDF is missing on Windows, pick the browser’s own Save as PDF destination. If that option is blocked, switch to a web-based split tool on a trusted network and remove the file from the site after download.
File Quality, Text, And Links
Most built-in print flows turn the page content into a fresh PDF layer. That keeps the look, but some links may flatten. Acrobat’s Extract keeps internal links, bookmarks, and page labels intact. qpdf writes pages as they are, so text stays searchable and selectable.
Naming And Organization Tips
Consistent names speed up sharing and review. Pick a short base, add the section or chapter, then add the page span. Examples: proposal-scope-3-6.pdf, manual-warranty-42-49.pdf. Use dashes, not spaces, to avoid odd behavior on shared drives. Add a brief note in a text file alongside the PDF if the range maps to a chapter title or a slide list.
Why This Works For Long Documents
Page ranges let you share only what the other party needs—meeting packets, syllabi, manuals, and contracts. You trim the size, cut reading time, and avoid sending private sections. The steps above are fast in a meeting room or on a call.
Troubleshooting: Fix Common Snags
| Issue | Symptom | Fix |
|---|---|---|
| Print to PDF missing | No PDF printer on Windows | Use the browser’s Save as PDF or reinstall the device in Settings. |
| Locked file | Print says “not allowed” | Open in a tool that honors permissions; ask the owner for a copy without print locks. |
| Large scans | Output is huge | Use Reduce File Size in Acrobat or a PDF optimizer. |
| Blurry text | Looks rasterized | Prefer Acrobat Extract or qpdf; avoid virtual print when clarity matters. |
| Lost links | Clickable items gone | Use Acrobat’s Extract, which keeps links and bookmarks. |
| Wrong pages | Range off by one | Check if the document uses Roman numerals at the start; use thumbnails to select. |
| Mixed sizes | Pages crop oddly | Turn off “Fit to page” in the print dialog; use Actual size. |
| Form fields flatten | Fields turn static | Export with an editor that keeps forms or resend the source. |
Method And Criteria We Used
To pick and rank the methods above, we tested on Windows 11, macOS Sonoma, iOS 18, Android 15, Edge, Chrome, Preview, Acrobat, and qpdf. We timed each path from file open to saved split and checked output for searchability, link retention, and size. The winners are the ones that need no install, save correctly named files, and keep text live when possible.
Practical Examples You Can Copy
Meeting Packet
Open the deck in Chrome, set Pages to 1-12, and save a light handout.
Client Contract
In Acrobat, extract 12-18 with Delete Pages After Extraction if you need a redacted share.
Manuals And Guides
On a Mac, grab the exact pages you need in Preview by dragging thumbnails into a new file.
Extracting PDF Pages For Teams And Workflows
Standardize names like projectname-section-pages.pdf, store outputs in a shared folder, and keep a note of page ranges in a readme file. For repeat work, script qpdf with a simple batch or shell script. For teams asking how to extract pages from a pdf at scale, small scripts save hours each week.
Bottom Line
Use what you already have: a built-in print dialog, Preview on a Mac, Acrobat for precision, or qpdf for speed. With the right pick, you can trim any document in minutes and send exactly what your reader needs.
