How to Split a PDF β Step by Step
- Upload your PDF. Drag the file onto the page or click to browse. The file is processed locally in your browser β it is never uploaded to a server, which matters when you're splitting contracts, bank statements, or medical records.
- Choose what to extract. Pull out a single page, a range (say pages 4β9), or split the entire document into individual one-page PDFs.
- Download the result. Each extracted portion becomes a standalone, fully valid PDF that opens in any reader.
When Splitting a PDF Is the Right Move
Sending only what's needed. A client needs the signature page of a 60-page agreement, not the whole document. An insurer wants one invoice out of a scanned bundle. Splitting lets you share the relevant pages without exposing the rest β smaller attachment, less oversharing.
Beating upload size limits. Portals for job applications, courts, universities, and government services routinely cap uploads at 5β10 MB. Splitting a large scanned document into sections is the fastest way through, and you can compress the images inside each part further if needed.
Reorganizing scanned batches. Sheet-fed scanners produce one long PDF from a stack of unrelated papers. Splitting turns that pile back into separate documents you can name and file properly. If you later need pieces recombined in a different order, our PDF Merger handles the reverse operation, and PDF Rotate fixes pages scanned sideways.
How Page Extraction Works Under the Hood
A PDF is a container of independent page objects plus shared resources (fonts, images) they reference. Splitting copies the selected page objects β along with every font and image those pages use β into a fresh document. This is why extraction is lossless: text stays selectable text, vector graphics stay vectors, nothing is rasterized or recompressed. It's also why a one-page extract can occasionally be larger than expected β if that page uses an embedded font, the font travels with it.
Frequently Asked Questions
Is my PDF uploaded to your servers?
No. The splitter runs on pdf-lib, a JavaScript library that works entirely in your browser. Confidential documents never leave your machine.
Does splitting reduce quality?
No β pages are copied, not re-rendered. Text, images, and vector content in the output are bit-for-bit equivalent to the source.
Can I split a password-protected PDF?
Encrypted PDFs must be unlocked first β open the file with its password in any PDF reader and print/save an unlocked copy, then split that. The tool won't bypass protection, by design.
What's the maximum file size?
Documents up to a few hundred megabytes work in a modern browser; the practical ceiling is your device's memory. Thousand-page documents split fine β processing time grows with page count, not just file size.
Can I extract non-consecutive pages, like 2, 5, and 9?
Extract each page or range separately, then combine the pieces with the PDF Merger β the two tools together handle any recombination.