How to Extract a Specific Page from a PDF
You have a 50-page PDF. You only need page 23. Or pages 15-20. Or pages 5, 12, and 47. Whatever the subset, extracting specific pages is a common operation that doesn’t need expensive software.
The fastest way: PDF Splitter with “extract pages” mode
Use the PDF Splitter. It handles single-page and multi-page extraction.
The flow:
- Open the PDF Splitter
- Drop in your PDF
- Choose “Extract specific pages”
- Type the pages you want:
5— just page 55-10— pages 5 through 105, 8, 12— pages 5, 8, and 12 only5-10, 15, 20-25— combine ranges and individual pages
- Click Extract
- Download the resulting PDF (or PDFs depending on output mode)
Output options:
- Single combined PDF with just the extracted pages
- Individual PDFs with one page per file (for batch extraction needs)
Page numbering: what’s “page 1”?
PDFs sometimes have different numbering schemes:
- Sequential page numbers (what you see in the PDF viewer): 1, 2, 3, 4…
- Document page numbers (printed on the page itself): often different (e.g., a TOC page might be “i” while the first chapter page is “1”)
The splitter uses sequential page numbers — what your PDF viewer’s status bar shows. If the splitter says “Page 15,” you want the 15th page in the file regardless of what number is printed on it.
To verify: open the PDF in any viewer, navigate to the page you want, check the status bar (typically shows “15 / 50” or similar).
Common scenarios
Just one page for sharing: a single bill, a single statement, just the relevant section of a report.
Specific section of a long document: chapter 5 of a textbook, pages 10-15 of a contract that matter.
Removing a private/internal section: extract everything except the confidential pages.
Building a custom packet: pulling specific pages from multiple PDFs to make a personalized document.
Single page from a multi-page scan: I scanned 20 pages but only need to send page 12 to someone.
Form pages: a 50-page form where I only filled out and need to submit pages 5-10.
After extracting
Common follow-ups:
Combine with other extracted pages: use PDF Merger to bundle pages from different sources.
Compress for email: PDF Compressor for smaller files.
Add OCR if scanning-based: PDF OCR to make text searchable.
Rotate pages: PDF Rotator if any page is sideways.
Alternative methods
If you don’t want to use a browser tool:
Adobe Acrobat Reader (free):
- Open PDF → File → Print
- Choose specific pages in the print dialog
- Choose “Microsoft Print to PDF” (Windows) or “Save as PDF” (Mac) as printer
- Output: a new PDF with just the chosen pages
Preview (Mac):
- Open PDF → Sidebar showing thumbnails
- Select page thumbnails (Cmd-click for multiple)
- Drag selected to a new folder/window — creates new PDF
Smallpdf, ilovepdf, etc. (free online services):
- Upload PDF (privacy concern for sensitive content)
- Use their extract feature
- Download result
For private content, browser-based extraction (no upload) is preferable.
Range vs individual pages
Different syntax for different needs:
Range 5-10: extracts pages 5, 6, 7, 8, 9, 10 (six pages).
Individual list 5, 7, 9: extracts pages 5, 7, and 9 (three pages).
Mixed 5-10, 12, 15-17: extracts pages 5-10, 12, and 15-17 (10 pages total).
Order in the output matches order in your input — 1, 5, 3 extracts in the order 1, 5, 3 (not sorted).
To reorder: use PDF Merger after extraction, which lets you drag-to-reorder.
Page count vs file count
The splitter offers two output modes:
Combined: all extracted pages → one PDF file. Most common.
Separate: each extracted page → its own PDF file. Useful when:
- You’ll process each separately
- Filing system wants individual page files
- Sharing specific pages with different recipients
What’s preserved
When extracting pages:
Preserved:
- Text content with full formatting
- Embedded images
- Hyperlinks
- Bookmarks pointing to extracted pages
- Form fields on extracted pages
- OCR text layer (if present)
Affected:
- Page numbers in metadata: the new PDF starts at page 1
- TOC entries: outdated if they referenced pages that weren’t extracted
- Internal links between extracted and non-extracted pages: broken
For most use cases (extracting a section to share), these edge cases don’t matter.
File size considerations
Extracted PDFs are sized roughly proportional to the page count extracted:
- 50-page PDF: 5 MB
- Extract pages 1-10: ~1 MB output
- Extract just page 5: ~100-200 KB output
Image-heavy pages are bigger; text-only pages are smaller. The numbers above are typical for mixed content.
When extraction isn’t quite right
You want some specific content but not exactly a single page:
Cropping a specific section: extract the page, then use PDF to Images → Image Cropper → re-create PDF.
Combining content from multiple pages onto one: more complex; usually requires desktop PDF editor or specialized tools.
Extracting non-page content (just images, just text): use PDF to Images for visual content or PDF to Text for text.
Privacy
The PDF Splitter runs in your browser:
- PDF parsed with pdf-lib
- Page extraction in browser memory
- Output PDFs generated locally
Nothing uploads. For sensitive content (legal documents, medical records, financial statements), this matters — the extraction is fully private.
TL;DR
- Extract specific page(s): PDF Splitter → “Extract specific pages”
- Page syntax:
5(one),5-10(range),5, 8(list),5-10, 12(mixed) - Output options: combined PDF or separate files
- For reordering extracted pages: use PDF Merger after
- For non-private alternative: Smallpdf, ilovepdf (uploads required)
- For Mac users: Preview’s sidebar drag method also works
- Browser-based; nothing uploads