Your files never leave this device — 100% in-browser

Split PDF Into Pages

Every page becomes its own PDF, packaged in one ZIP — split on your device, not on a server.

Drop a PDF and every page comes back as its own single-page PDF, numbered and bundled into one ZIP. Splitting is a lossless object-level copy (no re-rendering), it runs entirely in your browser, and there's no page-count paywall because there's no server to meter.

Last verified 2026-08-15 — this tool passed 79 automated end-to-end checks

Drop a PDF here, or click to browse
converts to ZIP · one PDF per page · ZIP output
01 — PRIVATE
Splitting a contract into pages on a random website means the contract was on their server. Here it never leaves this tab.
02 — NUMBERED OUTPUT
Pages come out as name-page001.pdf, name-page002.pdf… — sorted correctly everywhere, even past page 99.
03 — LOSSLESS
Each page is copied at the object level with its fonts and vectors intact — no rasterized, blurry re-render.

How to use

  1. Drop your file(s) into the box above — or click it to browse.
  2. Conversion starts immediately — no settings needed.
  3. Click Download on each finished file — or Download all (.zip) for a batch. Nothing was uploaded at any point.

Why one-file-per-page is the useful split

The real-world reasons to split are extraction jobs: e-signing one page of a lease, submitting a single certificate from a scanned bundle, or e-mailing page 3 without sharing pages 1–14. One file per page — with the original name plus a zero-padded page number — covers every one of those with a quick pick from the ZIP. For ranges, delete what you don't need after extraction, or merge a subset back together: split + merge composes into any rearrangement.

Split behavior
PropertyBehavior
OutputOne single-page PDF per page, in one ZIP
Namingname-page001.pdf … zero-padded, sorts correctly
QualityLossless object copy
Limits100 MB per file · 500 pages

When NOT to split

  • To make a file smaller for e-mail — splitting divides pages, not bytes; a 40 MB scan splits into heavy pages. Compression is a different job.
  • Single-page PDFs — nothing to do; the tool says so instead of producing a pointless ZIP.
  • Password-protected files — decrypt first in the native app.

Frequently asked questions

Can I split by range instead of every page?

v1 splits every page — the extraction cases that matter are then one pick away. Range splitting is on the roadmap; meanwhile split + merge composes any subset.

Why a ZIP instead of many downloads?

Browsers throttle multi-file downloads (pop-up blocking, one click each). A single ZIP with numbered parts is faster and keeps the set together.

Is the document uploaded?

No — parsing, page copying and ZIP packaging all run in your browser. Verify in the network tab: zero upload requests.