Split a PDF into Separate Pages
Splitting a PDF is the counterpart to merging: instead of combining files, you break one long document into targeted, self-contained pieces. Done well, it turns a 400-page annual report into six chapter PDFs, isolates a signed page for archival, or extracts just the two pages of a bank statement you actually need to submit. This guide covers every reasonable way to split a PDF, plus the pitfalls to avoid.
When splitting a PDF is the right move
- The recipient only needs certain pages, and sending the whole file exposes information they shouldn't see.
- You're archiving by chapter, month, or topic instead of by "original download."
- A form expects each attachment as a separate file.
- You need to compress or OCR a manageable chunk instead of a huge document.
- You're preparing evidence packages where each exhibit must be its own file.
If instead you need to reorder or remove pages inside a single PDF, our Merge PDF tool combined with split gives you full page-level control.
How to split a PDF in your browser
Our Split PDF tool never uploads your file. Everything happens locally, which is what you want for statements, medical records, and anything else with identifying information.
- Drop your PDF onto the upload area.
- Choose a split mode:
- By range — enter something like
1-3, 5, 8-10to produce three files. - Every N pages — good for splitting a report into fixed-size chapters.
- Extract single pages — outputs one PDF per page (useful for signed contracts).
- By range — enter something like
- Click Split and download the resulting files, either individually or as a zip.
The extracted files preserve fonts, bookmarks, hyperlinks, and the text layer. That means the pieces remain searchable and accessible.
Common split patterns
1-1— extract just the cover page as its own PDF.1-1, N-N— first and last page only, useful for signature verification.2-— everything except the cover.1-3, 6-— remove pages 4 and 5 entirely by omitting them from the range list.
Splitting scanned documents
Scanned PDFs are essentially bundles of images. Splitting them works the same, but keep two things in mind:
- File size stays proportional. If your source is 100 MB across 200 pages, each 20-page split is roughly 10 MB. Combine split with our Compress PDF tool for email-friendly output.
- Run OCR on the split parts if you need text search. Smaller inputs OCR faster and more accurately.
Splitting password-protected PDFs
You can't split an encrypted PDF without the password — the tool has no way to see the pages. Unlock first with our Protect PDF tool (in unlock mode), split the plaintext copy, then re-protect each part if the destination requires it.
Troubleshooting
- "The page numbers in my range don't match what I see." PDFs can display a printed page number that differs from the logical page index. Use the tool's page thumbnails to pick pages visually, not by the number stamped in the header.
- "My split file won't open." The source PDF is likely corrupted. Try opening it in a viewer first; if it fails there, splitting will fail too.
- "I lost my bookmarks." Bookmarks that pointed to pages outside the split range are automatically removed; only in-range links survive.
Frequently asked questions
Can I extract every other page? Yes — enter 1, 3, 5, 7, 9 (or the reverse) as a custom range.
Are files uploaded? No. Splitting runs entirely in your browser using WebAssembly.
Is there a page limit? No, though very large documents (thousands of pages) may take a few seconds and use noticeable memory.
Related tools
- Split PDF
- Merge PDF — recombine after cleaning up.
- Compress PDF — shrink each split for email.