How to split a PDF without uploading it
Splitting is the unglamorous part of working with PDFs. You do it because a 300-page file has to become four documents for four people, because one chapter of a report belongs in an appendix, or because the page you need is page 87 of a scan and nobody wants to scroll to it. The operation is simple; the range list and the file naming are where people lose time.
The usual online splitter asks for the file first. For a payslip, a medical report or a signed contract, that is an unnecessary exposure: the document goes to a server you do not control, and you have only the site’s word for what happens next. A browser can split a PDF by itself. Pages are copied into new documents in memory and only the finished files are written to your disk. That is how the PDF tools on SQLViz work, and splitting is one of the three free ones, so there is no counter and no account.
Three different jobs that all get called “split”
Decide which one you actually want before you touch the file, because the setup is different for each.
- Every page its own file. Typical when a single scan contains several unrelated documents — a batch of receipts, or four signed pages from four different people. A 60-page file gives you 60 PDFs, so they arrive as a ZIP.
- Ranges. One output per range: chapters, sections, or the three parts of a tender document that go to three different suppliers.
- Extract a section. You want pages 12–40 out and the rest is irrelevant. Split gives you the section; if you also need the remainder as one file, you either split twice or delete the pages you do not need in one pass instead.
How the page range syntax works
The list is comma-separated, and a hyphen means an inclusive range. 1-3, 7, 12-15 produces three files: pages 1–3, page 7, and pages 12–15. A few rules worth knowing before you type:
- Numbers outside the document are ignored, not rejected. Numbering starts at 1, and an item like page 0 — or page 40 in a 30-page file — simply drops out of the list. If you get fewer output files than parts you typed, that is usually the reason.
- Write both ends of a range.
12-15works,12-does not; there is no open-ended range. And a reversed range is read as ascending, so7-3means pages 3 to 7 rather than three parts in reverse order. - The order of the list is the order of the output.
7, 1-3gives you page 7 first. That is occasionally exactly what you want, and a surprise the rest of the time. - Overlap duplicates pages.
1-5, 3-8is legal and puts pages 3–5 in two files. Nothing breaks, but the total page count will not match the original, which is confusing when you check your work later. - Count the parts before you run it. Four commas means five outputs. The download is either one PDF or a ZIP containing exactly as many files as you asked for; if the count disagrees, a range was mistyped.
Step by step
- Open the split tool. Go to the PDF tools page and choose Split PDF. It is free, with no signup and no trial counter.
- Add the file. Drag it in or pick it from the dialog. Nothing is transmitted — you can confirm that in your browser’s network tab.
- Choose the mode. One PDF per page, or Page ranges with a list like
1-3, 4-6, 10. For a long document, ranges are almost always what you want; one-PDF-per-page mode on 200 pages is 200 downloads in one ZIP. - Run it and download. One output comes as a PDF, several come as a ZIP named after the original file. Save it next to the original rather than into a temporary folder you will have to hunt for later.
What comes out, and why you should rename it immediately
Every part is a normal PDF that opens on its own. The combined size of the parts is roughly the size of the original, sometimes a little more: fonts and shared resources get copied into each part, and copies take space. That is expected and not a sign that something went wrong.
The part that costs people time is naming. The tool names each part after the source file and the pages it holds — contract-2026-pages-1-3.pdf, contract-2026-page-7.pdf — and wraps a multi-part result in a ZIP named after the original. That is enough to see what is inside, and still not enough to find the right file in six months. Rename the outputs as you save them — contract-2026-appendix-b.pdf — and write the ranges down somewhere, because the file itself will not tell you which pages of the original it contains.
Three things splitting does not fix
Scanned pages stay images. If the source was a photocopy, every part is still a photocopy. Ctrl+F finds nothing, because there is no text layer to find. Splitting does not create one; that is OCR, a separate job with its own trade-offs.
Internal links and the outline can break. A table of contents entry that pointed to page 40 of the original has no target inside a part that holds pages 10–20. You will see the same problem with cross-references in a numbered contract. Fix the ones that matter by hand, or keep the parts so that links stay inside the part that contains their target.
Interactive form fields need checking. Fillable fields belong to the document rather than to a single page. If your source has them, open each part and click through the fields before you send it to anyone.
Choosing the right tool the first time
Split is for when you want the pieces. If you only want pages gone, Remove pages deletes them in a single pass and leaves one file. If the pieces should become one document again after reordering or rotating, that is what the free merge tool is for. If the file is too heavy to email at all, nothing about splitting helps much; compressing it does.
And if a PDF asks for a password before it opens, no browser-only tool can read it. You need the password, a version saved without one, and then you can split it.
The honest limits
Because the work happens on your machine, the ceiling is your own memory rather than a server quota. A laptop handles a big scan comfortably; a phone with a browser full of open tabs may not. If a large split fails, close some tabs and try again, or work in two passes: split pages 1–100, then 101–200, then split the parts further.
There is no undo and no server copy. Close the tab before downloading and the work is gone, so download first and read the parts after. For documents you would not email to a stranger, that trade — a few seconds of care in exchange for never handing the file over — is the entire point.
If you later need the other tools, the five Pro ones — remove pages, rotate, page numbers, images to PDF and PDF to JPG — come with 3 free trial uses per IP address, after which Pro is €5.90/month with PayPal or card, cancellable at any time. Merge, split and compress stay free.
Split it in the browser, not on someone’s server
Choose single pages or a page range and download the parts. Split PDF is free, no signup, and your file never leaves your device.
Open the PDF tools