Split PDF & Extract Pages
Pull selected pages out of a PDF into a new file using simple range syntax like 1-3, 5, 8-10. Runs client-side with pdf-lib, so contracts and statements are never uploaded.
Nothing is uploaded — it is read in your browser.
Splitting a PDF means copying the pages you want into a new document and leaving the rest behind. It is the fix for the everyday problem of needing to send one section of a long report, or file page 4 of a bank statement without disclosing the other eleven. This splitter copies pages losslessly with pdf-lib inside your browser, so the original document is never uploaded.
How to split a PDF and extract pages
- Upload the PDF. The page count appears once it has been read.
- Type the pages you want using ranges and single numbers, comma separated — for example 1-3, 5, 8-10.
- Check the count of selected pages shown underneath the field.
- Extract and download. The new PDF contains only those pages, in ascending order.
The Split PDF & Extract Pages runs entirely in your browser — nothing you enter is uploaded, stored, or logged.
When to use this tool
Sending one section of a long document
Rather than emailing a 90-page report so somebody can read chapter three, extract those pages. It is smaller, faster to open, and avoids circulating material that was not asked for.
Redacting by omission
When a form asks for a single page of a statement, extracting that page is safer than sending the whole file. Pages you do not copy are not present in the output at all.
Breaking a scan into per-document files
A batch scan often produces one PDF containing several separate documents. Splitting on the page boundaries turns it back into individually filed papers.
Things worth knowing
- Ranges are inclusive at both ends: 1-3 gives you pages 1, 2 and 3.
- Overlapping ranges are fine — each page is included once, so 1-5, 3-7 gives pages 1 to 7.
- Pages always come out in ascending order. To reorder them, extract first and then use a merge tool.
- Unlock a password-protected PDF before splitting; encrypted files cannot be read.
Guides that use this tool
Step-by-step walkthroughs for the situations this tool is usually reached for.
Frequently Asked Questions
Does splitting reduce quality?
Does splitting reduce the quality of the pages?
Can I split one PDF into many separate files at once?
Are my PDFs uploaded to a server?
Why does my page range produce fewer pages than expected?
Do bookmarks and form fields survive the split?
Related Tools
PDF Merge & Combine
Combine multiple PDF documents into a single organized PDF file entirely client-side in your browser.
Rotate PDF Pages
Rotate every page of a PDF by 90, 180, or 270 degrees and save the corrected document.
PDF to JPG & PNG Converter
Render every page of a PDF as a JPG or PNG image and download them individually or as a ZIP.