Skip to content
Tooletto

Split PDF

Split a PDF into individual pages, extract a specific page range, or break a long document into fixed-size chunks. The file is parsed in your browser and never uploaded.

  • Files never leave your device
  • Free, no signup
  • No watermarks
  • Works offline once loaded
Loading tool…

How to split pdf

  1. 1

    Add your PDF

    Drop the PDF you want to split onto the page.

  2. 2

    Choose how to split

    Extract a page range, split into single pages, or split every N pages.

  3. 3

    Download

    Save the resulting files individually, or take them all as a ZIP.

The three ways to split, and when each fits

A page range is for pulling a known, specific set of pages out of a larger document — the signature block from a contract, a single chapter cited from a report, the two relevant pages from a fifty-page filing. It requires knowing which pages you want in advance, which makes it the right tool when you are working from something you have already read, rather than something you are trying to organise sight unseen.

Splitting into single pages is for the opposite situation: turning every page into its own file without needing to know anything about the content ahead of time, which is exactly what a batch of scanned documents bundled into one PDF usually needs before each one can be filed, renamed or processed separately. It is a mechanical, page-by-page operation rather than a selective one.

Splitting every N pages sits between the two — useful when a long document has a known, regular internal structure, such as a batch scan where every fixed number of pages is a separate form or receipt, and the chunks need to come out as separate files without extracting each one's exact range by hand.

Why an extracted file is not proportionally smaller

A PDF stores fonts, embedded images and colour profiles as shared objects that pages reference rather than duplicate, so a 40-page document with three embedded fonts stores those fonts once, not forty times. Extracting a two-page range from that document still needs to carry the fonts (and any other resources) those two pages reference, and if the document uses those same shared resources throughout, the size of a small extract can end up surprisingly close to the size of the whole file — the byte count was never spread evenly across pages to begin with, so a fraction of the pages does not mean a proportional fraction of the size.

This is most noticeable on documents with heavy embedded fonts or large shared images, and closer to the naive expectation on documents built mostly from scanned page images, where each page genuinely does carry its own distinct data.

Splitting does not affect the source document

The original file is read into memory and used only as the source for building new documents from — it is never modified, moved or altered on your device, and because nothing is uploaded, there is also no copy of it sitting on a server anywhere afterwards. Splitting is a purely additive operation: you end up with new files alongside the original, never instead of it.

Splitting a password-protected document

An encrypted PDF is rejected outright rather than having its protection silently stripped away in order to read it — the password needs to be removed in whatever application created or can open the file first, and the resulting unprotected document can then be split normally.

Frequently asked questions

How do I write a page range?

Use commas and hyphens: `1-3, 7, 10-12` extracts pages one to three, page seven, and pages ten to twelve. Pages beyond the end of the document are ignored rather than causing an error.

Is the original file modified?

Never. The tool reads the file into memory and writes new documents; the file on your disk is untouched. Nothing is uploaded, so there is also no copy left anywhere else.

Can I split a scanned PDF?

Yes. Splitting works at the page level and does not care whether pages contain real text or scanned images. Page images are copied without re-compression, so scan quality is unchanged.

Why is each split file almost as large as the original?

PDFs share resources — fonts, embedded images, colour profiles — across pages. When a page is extracted, everything it references comes with it, so a two-page extract from a font-heavy document can still be substantial.

Common split pdf tasks