Split PDF files
Extract pages or split a PDF into separate files — entirely in your browser.
Runs 100% in your browserComma-separated pages and ranges. Order is preserved.
How to split a PDF
- Open a PDF. Select a PDF file. The tool reads how many pages it has.
- Choose what to extract. Type a page range to extract, or pick "One PDF per page" to split it apart.
- Download. Click the button to build and download the result in your browser.
Splitting copies pages — it never re-prints them
A PDF is a container of page objects, each pointing at its own text runs, embedded fonts, and image or vector content. When you split here, the tool copies the page objects you selected — together with the resources they reference — into a brand-new document. It does not rasterize anything or re-encode the streams, so the output is byte-for-byte as crisp as the source: text stays selectable and searchable, fonts stay embedded, and a 600-DPI scan loses none of its detail. That is the key difference from "printing to PDF" or screenshotting a page, both of which flatten everything to pixels. The whole operation runs locally with a bundled copy of pdf-lib, so a confidential contract or medical record is never uploaded.
Two ways to split: extract a range, or burst every page
Extract pulls a subset into a single new PDF. The range box takes comma-separated pages and
ranges like 1-3, 5, 8-10, and it honours the order you type — so 5, 1, 2 produces
a file with page 5 first. That makes it handy for lifting one chapter out of a report or isolating the signed
page of an agreement. One PDF per page bursts the document apart instead, saving each page
as its own numbered single-page file — ideal for breaking a scanned stack into one file per invoice or per
form. Because each page downloads separately in burst mode, your browser may ask permission to save multiple
files at once; allow it, and every page lands in your downloads folder.
Split, merge, organize — and a note on encryption
Splitting is about taking pages out. To put files together, the merge PDF tool joins several documents into one; to shuffle, rotate, or drop pages within a single file, the PDF organizer rebuilds it visually; and to turn pages into images, try PDF to JPG. One limitation to know: a password-protected PDF cannot be read in the browser at all. Open it in a viewer, re-save it without the password, and then split the unprotected copy.
Frequently asked questions
- No. The file is read and split in your browser with a bundled library. It is never uploaded and nothing is stored on a server.
- Choose "Extract pages" and type a range like 1-3, 5, 8-10. The tool builds a new PDF containing only those pages, in that order.
- Yes. Choose "One PDF per page" and each page downloads as a separate single-page PDF, named with its page number.
- No. Pages are copied unchanged, so text stays selectable and images keep their original resolution.
- Remove the password first by opening it and re-saving without protection. Encrypted PDFs cannot be read in the browser.