Two ways to split a PDF
- By ranges — extract specific pages like 1-3, 5, 7-10 into individual files.
- One per page — explode the document into N single-page PDFs.
Step-by-step
- 1Open the Split PDF tool.
- 2Upload your PDF — the tool detects the page count automatically.
- 3Choose a mode: Ranges or One per page.
- 4If using ranges, type them comma-separated: 1-3, 5, 7-10.
- 5Click Split PDF. Each output file appears with a download button.
Range syntax cheat sheet
- 1-5 → first five pages as one file.
- 1, 3, 5 → three single-page files.
- 1-3, 7-9 → two multi-page files.
- Numbers outside the page count are clamped automatically.
Real-world examples
A bank statement covers 12 months; you only need January–March. Split with range 1-8 (or whatever pages those months span).
You signed page 4 of a 30-page contract and need to send back only that page — Split with range 4.
You scanned a 50-page book chapter-by-chapter and want one file per page for an OCR pipeline — use "One per page".
Three ways to split, in plain English
Split by single pages: every page becomes its own PDF. Useful when you need to email pages individually, or feed them into a workflow that processes one page at a time (e.g. a signature service).
Split by range: pull out a specific window like "pages 5 to 12" as a new PDF. The most common everyday use — quoting a chapter, separating an appendix, isolating an exhibit.
Split by fixed size: chunk a 200-page PDF into 10 files of 20 pages each. Useful for getting under email attachment limits (most providers cap at 25MB) without losing context.
Why splitting doesn't lose quality
Splitting is a structural operation — page objects are copied from the source PDF into a new container without re-rendering. That means embedded fonts, vector graphics, scanned images and digital signatures all transfer intact. A scanned PDF that's 300 DPI in the source stays 300 DPI in every split file. Compression artefacts are not introduced because nothing is re-encoded.
When merge + split is the right combo
A surprisingly common workflow is: split a big PDF, reorder or drop pages, then merge the survivors back into a clean document. This is the manual equivalent of reordering in a desktop editor. Combine Split PDF and Merge PDF to do it entirely in your browser without uploading anything to a server — useful for confidential documents that can't legally leave your device.
FAQ
- Does splitting reduce quality?
- No. Splitting copies page bytes directly — the output is byte-for-byte identical in rendering to the original.
- What's the maximum page count?
- Limited only by your device RAM. Hundreds to thousands of pages work fine on a modern laptop.
- Can I split a password-protected PDF?
- Remove the password first with our Unlock PDF tool.