Split PDF

RUNS ON THIS DEVICE

Pull out just the pages you need — a range like 1-3, 5 into one new PDF, or every page as a separate file — without the document ever leaving your device.

Share the page, not the whole file

A 40-page bank statement where the recipient needs one page. A signed contract where only the signature page has to go to the other side. A scanned bundle where each certificate should be its own file. Splitting exists so you can share exactly what's needed and nothing more — which is also why it's a poor fit for tools that upload your document to a server first.

Two ways to split

Extract pages takes a list like 1-3, 5, 8-10 and produces one new PDF containing those pages in the order you typed them — so 5, 1 also works as a quick reorder. Every page as a separate PDF bursts the whole document into single-page files and packs them into a ZIP with numbered names, ready to file or attach individually.

In both modes, pages are copied with pdf-lib rather than re-rendered: text stays selectable, images keep their resolution, and the output is generated in seconds because nothing is being converted.

Processed on your machine

The page count is read and the split is performed by code running in your browser — the document is never transmitted anywhere, which matters precisely because statements, contracts, and records are the files people split most. There is no signup, no per-day limit, and no watermark on the output. Password-protected files are the one hard stop: the tool asks you to unlock them first (the site's Unlock PDF tool does that locally too) rather than failing with a cryptic error.

Frequently asked questions

Is my PDF uploaded while it's being split?

No. The file is read and split by code running in your browser. Nothing crosses the network, and you could go offline after the page loads and still finish the job.

Can I extract several separate ranges at once?

Yes — enter something like 1-3, 7, 12-14 and all of those pages land in one new PDF, in the order you typed them.

Does splitting lower the quality of my pages?

No. Pages are copied, not re-rendered — selectable text, fonts, and image resolution come through exactly as they are in the original.

How do I save every page as its own PDF?

Choose the 'every page as a separate PDF' mode. Each page becomes a numbered single-page file and everything downloads together as one ZIP.

Why do I get a password error?

The PDF is encrypted, and pages can't be copied out of an encrypted file. Remove the password first with the Unlock PDF tool on this site, then split.