How to split a PDF into separate files
Updated
To split a PDF into separate files, open the Split PDF tool, pick your document, and choose how to divide it: custom page ranges, every N pages, or one file per page. The split runs immediately and the resulting PDFs download together as a ZIP.
What sets this approach apart is where the work happens. Split PDF runs entirely in your browser using WebAssembly and browser APIs, so the file stays on your device from start to finish — nothing is sent anywhere to be processed. There is no account to create and nothing to install; you pick a file, split it, and save the results.
This guide walks through each split mode, what the output looks like, and the limits worth knowing before you start — including when a neighboring tool like Extract Pages is the better fit for the job.
Open Split PDFStep by step
- 1Open the Split PDF tool.
- 2Pick the PDF you want to split — it stays on your device the whole time.
- 3Choose a split mode: custom page ranges, every N pages, or one file per page.
- 4Define the split: for ranges, list the page spans that should become separate files; for the every-N-pages rule, set how many pages each piece should hold. One file per page splits at every page boundary — each page of the document becomes its own PDF.
- 5Run the split — the processing happens in your browser, not on a server.
- 6Download the resulting files as a ZIP. Each piece inside is a complete, standard PDF.
Choose the right split mode
Split PDF offers three ways to divide a document, and picking the right one saves rework. Custom page ranges fit documents with a known structure: give each chapter, exhibit, or section its own range and each becomes its own file. The every-N-pages rule fits uniform documents — batch scans, multi-page statements, anything that repeats at a fixed length — because you set the interval once and the tool cuts at every boundary. One file per page is the blunt instrument: every single page becomes its own PDF, useful when each page must stand alone.
If what you actually want is a handful of specific pages combined into one new document — rather than the whole file divided into pieces — the Extract Pages tool is the closer fit. It lets you pick pages by clicking thumbnails or typing a range like 1-3, 5, then exports them as a brand-new PDF, also right in your browser.
What the output looks like
Every piece the split produces is a complete, standard PDF that opens in any reader — no special format, no wrapper. The results download together as a single ZIP, so a split that produces many pieces still arrives as one download instead of a scatter of separate saves. Unzip it and each range, interval, or page is there as its own file. If you later need some pieces back together as one document, the Merge PDF tool combines PDFs into one, in any order — also in your browser.
Where the split happens
Split PDF is an in-browser tool. The processing runs entirely on your device using WebAssembly and browser APIs, and the file never leaves it — there is no server step in the path from picking a file to saving the ZIP. That also means no account: nothing about the flow requires identifying yourself.
One honest nuance about working offline: the page and its processing engine load over the network, and the engine is fetched the first time you use the tool. After that, the split itself runs entirely on your device, and a dropped connection does not interrupt work in progress.
Limits to know
The tool accepts PDF input up to 100 MB per file. Because the work happens on your device, that ceiling is the main constraint to plan around — there is no queue and no transfer to wait on. The cap applies to the input PDF you pick: a file over it is refused before any work starts, so an over-cap document cannot be split here. If you control the source, export a smaller PDF from the original application and split that.
Common questions
Does Split PDF send my file to a server?
No. The tool runs entirely in your browser with WebAssembly and browser APIs — the file stays on your device from start to finish, and the split output is produced and saved locally.
How large can the PDF be?
Up to 100 MB per file. The cap applies to the input PDF you pick.
Can I split a PDF so every page becomes its own file?
Yes. Choose the one-file-per-page mode and each page of the document becomes its own PDF. The results download together as a ZIP so you get everything in one save.
Does Split PDF work offline?
Not fully. The page and its processing engine load over the network, with the engine fetched when you first use the tool. After that, the split runs entirely on your device, and a dropped connection does not interrupt work in progress.
What if I only need a few specific pages?
Use Extract Pages instead: pick pages by clicking thumbnails or typing a range like 1-3, 5, and export them as one brand-new PDF. It runs in your browser too, so that file also stays on your device. Split PDF is for dividing the whole document into multiple output files.