How to Split a PDF by Page Range
May 26, 2026 · 5 min read
A 200-page industry report. A contract with 12 exhibits. A textbook you converted to PDF and now need to carve into chapter-sized chunks. Splitting a PDF by page range is one of those tasks that seems like it should be easy but often isn't — until you have the right tool.
Why People Split PDFs
The common reasons to extract pages or sections from a larger document:
Sharing a specific section. You received a 60-page vendor proposal and want to forward only the pricing section (pages 41–48) to your manager. Sending the whole document shares more than you intended.
Filing individual documents from a batch scan. When you scan a stack of papers in one pass, the result is one big PDF. Splitting it by page range lets you file each document separately.
Breaking a book or manual into chapters. Large documents are unwieldy to navigate on screen. Splitting them into logical sections makes reading easier.
Extracting forms or appendices. A contract might have a signature form on the last two pages. Extracting just those pages gives the other party only what they need to sign.
Reducing file size for email. If a PDF is too large to attach to an email, splitting it into smaller parts and sending them separately is a practical workaround.
The Two Splitting Operations
Most PDF tools offer two modes:
1. Split by specific page range. You specify exactly which pages you want extracted — for example, pages 10–25. The result is a new PDF containing only those pages.
2. Split into individual pages. Every page becomes its own PDF file. Useful when you scanned multiple separate documents into one file.
Some tools also support split by file size (break into chunks under X MB) or split by bookmarks (use the existing chapter structure), though these are less common.
Step-by-Step: Split a PDF Using yourpdfeditor
Here's how to extract a page range using yourpdfeditor.com/split-pdf:
- Open the tool and drop your PDF onto the dropzone.
- Choose your split mode. You can extract a specific range (enter start and end page numbers) or split into individual pages.
- Enter your page range. If you want pages 10 through 25, enter 10 in the start field and 25 in the end field.
- Preview. Thumbnails show you exactly which pages will be included in the output.
- Click Split and download. The tool extracts the pages in your browser, builds the new PDF, and downloads it to your device.
Your original PDF is unchanged. The split is non-destructive — you're creating new files, not modifying the source.
Splitting on Different Operating Systems
macOS: Preview can split a PDF without any additional software. Open the PDF, switch to the page thumbnails panel, select the pages you want to extract, and drag them to the desktop or to a Finder folder. Each drag creates a new PDF with those pages.
Windows: Windows has no built-in PDF splitting tool. Your options are browser-based tools (like yourpdfeditor), Adobe Acrobat (paid), or free desktop software like PDF24 or PDF Sam.
Linux: pdftk (PDF Toolkit) is a command-line tool that handles page extraction precisely: pdftk input.pdf cat 10-25 output extracted.pdf. Powerful if you're comfortable with the terminal.
Any OS with a browser: A browser-based tool works everywhere without installing anything.
Privacy Considerations When Splitting
The same privacy calculus that applies to merging PDFs applies to splitting. If you're extracting the pricing section of a vendor proposal or the signature pages of a legal agreement, you probably don't want those pages processed on a random server.
The most popular online PDF splitting tools (ilovepdf, smallpdf, Adobe online, etc.) upload your entire file to their servers before extracting your pages. yourpdfeditor splits the PDF entirely in your browser — no upload, no server copy, no risk of an intermediary retaining the content.
This matters most for:
- Legal documents (contracts, agreements, filings)
- Financial documents (statements, invoices, proposals with pricing)
- Medical documents (records, consent forms)
- Anything with personal identification information
For a random product manual, upload-based tools are fine. For anything you'd be uncomfortable with a stranger seeing, local processing is the better default.
Common Issues and How to Handle Them
"The tool shows fewer pages than I expected." Some PDFs have introductory pages — covers, table of contents — before the numbered content starts. Page 1 in the document's numbering may be page 5 in the file's actual page count. Check the page numbers in the thumbnails vs. the numbers printed on the pages.
"The extracted PDF is large for just a few pages." If the source PDF had high-resolution embedded images (common in scanned documents or design-heavy reports), each page is large. A 10-page extraction from a scanned document may still be 20MB. This isn't a tool problem — it's the nature of the source material.
"Bookmarks are broken in the extracted PDF." If the original had a table of contents with hyperlinked bookmarks, those links may point to page numbers that no longer exist after splitting. The bookmarks will still appear in the sidebar but may navigate to the wrong place or show an error. This is a known limitation of page-range splitting.
"I need to split at every page where a new section begins." If your PDF has bookmarks for each section, some tools (including PDF Sam's Split by Bookmarks feature) can use that structure automatically. Otherwise, you'll need to look up the page number where each section starts and do manual range splits.
After Splitting: What to Check
Before you send or file the extracted PDF:
- Open it and confirm the right pages are included
- Check that any images on the pages look correct (didn't get clipped)
- Verify the page count is what you expected
- If the file will be printed, do a quick print preview to confirm margins and layout are intact
Want to try the tools we mention? Visit the homepage or jump straight to Merge PDF, Sign PDF, or Edit PDF.