Split a PDF
Cut a document into the pieces you actually need — a range such as 3-7, one file per page, or a fixed chunk size. Everything happens inside this tab.
- Runs entirely in your browser
- Works offline
- No upload
- No sign-up
- No watermark
Loading the tool…
How it works
- Drop a PDF onto the area below.
- Choose how to split it: page ranges, one file per page, or every N pages.
- Download the parts individually or all at once as a ZIP.
Why nothing is uploaded
Every operation on this page is done by code running inside your browser tab, using the same engine that renders web pages. The file is read from disk into your tab’s memory, transformed there, and written back out as a download. It is never sent anywhere — not to us, not to a third party.
Verify it yourself
- Open your browser’s developer tools (F12) and select the Network tab.
- Load your file and run the tool.
- The only requests you will see are the tool’s own code and, once cached, none at all.
Frequently asked questions
What page-range syntax can I use?
Ranges like 1-3, single pages like 5, and lists like 1-3, 8, 12-20. Each comma-separated group becomes one output file, so you can carve a 200-page report into chapters in one pass.
Does splitting re-compress the pages?
No. The pages are copied byte-for-byte into the new documents, so text stays selectable and image quality is untouched.
Where is the ZIP built?
In your browser, by the same tab. Nothing is uploaded at any point — you can verify it with the Network tab of your developer tools.