August 4, 2026 · 6 min read
How to Split a PDF or Extract Just the Pages You Need
Pull single pages, ranges, or chapters out of a PDF in the browser — including how to choose between splitting, extracting and organizing, and how to keep the pieces small.

You need page 7. The bank sent you a 60-page statement. Or the report is fine but only chapter three is going to the client. Splitting a PDF is a two-minute job that a surprising number of people still do by printing to paper and re-scanning.
Split, extract, or organize?
- Split — you want several output files: chapters, one file per invoice, a document broken every 10 pages. Use Split PDF.
- Extract — you want one smaller PDF containing a subset of pages. Split with a single range does this.
- Organize — the pages are all staying, but in a different order or rotation, or a few need deleting. Use Organize PDF, which gives you draggable page thumbnails.
- Export as images — you need pages as pictures for a slide or a post. Use PDF to JPG.
Step by step
- Open Split PDF and drop your file in. Nothing is uploaded — the document is read locally.
- Choose how to split: by page ranges (for example 1-3, 8, 12-20), or into fixed-size chunks.
- Check the page count shown for each range before you run it. Off-by-one errors are the most common mistake, because page 1 of the printed document is often page 3 of the file once you count the cover.
- Split, then download. Multiple outputs come back as separate files you can save individually.
Why the pieces are sometimes still big
Splitting copies page objects out of the original. If a page references a shared resource — an embedded font, a logo used on every page — that resource is copied into each output file. A 20 MB document split into ten pieces can add up to more than 20 MB in total. That is normal, not a bug.
If a single extracted page is still surprisingly heavy, it almost certainly contains a high-resolution image. Run it through Compress PDF and it will usually collapse to a fraction of the size.
Sensitive documents: split locally, redact properly
Statements, medical records and contracts are the documents people most often need to split, and exactly the ones you should not upload to an unknown server. Everything here runs in the browser tab.
One important caveat: removing pages is not redaction. If you need to hide information within a page, drawing a black rectangle in an annotation tool leaves the text underneath selectable. Use Redact PDF, which removes the underlying content rather than covering it.
Common follow-ups
- Recombining a subset into a new document: Merge PDF.
- Adding page numbers after re-ordering: Add Page Numbers.
- Making the extract searchable if it came from a scan: OCR.
Frequently asked questions
- How do I extract a single page from a PDF?
- Open Split PDF, enter that page number as a one-page range, and run the split. The output is a new PDF containing only that page, with its original quality intact.
- Does splitting a PDF reduce quality?
- No. Pages are copied verbatim, so the extracted pages are pixel-for-pixel identical to the originals.
- Why is my extracted page almost as large as the whole document?
- Shared resources such as embedded fonts and images get copied into each output file, and a single page with a high-resolution scan carries most of the document's weight. Compressing the extract fixes it.
- Can I split a password-protected PDF?
- Not until it is unlocked. Remove the password first with the unlock tool, split the document, then re-apply protection to the pieces if you still need it.