· 5 min read
How to Split a PDF Into Separate Files for Free
Manesh Jayawardhana
CIO & Co-founder
You’ve got one PDF that’s actually three documents stapled together — a signed contract, an appendix, and an invoice — and you only need to send someone page 4. Or you scanned a 40-page booklet as a single file and now you need each chapter on its own. Either way, you’re stuck with a “split PDF” problem, and most people’s first instinct is to open it in whatever PDF reader they have and look for an export option that isn’t there.
That gap is annoying because it’s such a common task. Splitting a PDF isn’t complicated in principle — you’re just choosing which pages go where — but very few free PDF readers expose it directly, and the paid tools that do often want a subscription for what amounts to a few seconds of work.
What splitting a PDF actually involves
At the file level, a PDF is a container of pages plus a lot of shared metadata (fonts, images, bookmarks). Splitting means producing one or more new PDF files, each holding a subset of the original pages, without corrupting that shared structure. Get it wrong with the wrong tool and you can end up with missing fonts, broken links, or pages that render blank.
For most people the real requirement is simpler than the technical one: type a page range like “1-3, 5, 8-10” and get a clean file back for each piece, without losing formatting.
Why people get stuck here
- No native export option. Most PDF viewers can print a page range to a new PDF, but that’s a “print to PDF” pass, not a true extraction — it can flatten form fields or reduce quality.
- File size limits. A scanned contract can be 20-40MB. Some free web tools cap uploads at 10MB, which rules out exactly the documents people most need to split.
- Privacy concerns. Contracts, medical records, and financial statements are the kind of files people most want to split — and the kind they’re least comfortable uploading to an unfamiliar server.
- Ambiguous page ranges. “Split every 2 pages” and “split at page 5” are different operations, and a lot of tools only support one of them.
What a good PDF splitter looks like
Flexible range input
You should be able to type something like 1-3, 5, 8-10 and get exactly those pages, in that grouping, as separate downloadable files — not just an “every N pages” preset.
No file leaves your device
If the document is sensitive, the tool should process it locally, in your browser, rather than uploading it to a server you have no visibility into. This matters more for a signed contract than it does for a public flyer, but it’s a reasonable default either way.
Output that still looks like the original
Fonts, images, and page orientation should carry over untouched. If a splitter “flattens” your PDF in the process, you’ve lost editable form fields and selectable text along with it.
Common mistakes to avoid
- Using a screenshot or print-to-PDF workaround for a document that has selectable text or form fields — you’ll lose both.
- Uploading a signed or financial document to a tool with no clear privacy statement.
- Assuming “split” and “extract pages” are the same feature everywhere — some tools only let you delete pages, not save the removed ones as a new file.
- Forgetting to double-check page numbers against the PDF’s own numbering, especially if it has a cover page or blank pages that shift the count.
- Re-splitting the same file repeatedly through a lossy print-to-PDF chain, which visibly degrades image quality after a couple of passes.
How to do it with PDF Splitter
Online Tool Store’s PDF Splitter runs the whole operation in your browser — the file is read locally and never uploaded anywhere.
- Open the PDF Splitter tool and drop in your file.
- Type your page range using the same format described above:
1-3, 5, 8-10. - Preview the page count for each group before generating anything.
- Download each split file separately, ready to send or archive.
Because nothing is uploaded, it also works fine on a document you wouldn’t want to hand to a random server — the split happens locally and the tab can be closed with nothing left behind.
Frequently asked questions
Can I split a password-protected PDF?
Not directly — you’ll need to remove the password first (with the document’s original password, not by cracking it) before any splitter, including this one, can read the page contents.
Does splitting reduce PDF quality?
No, not if the tool extracts pages rather than re-rendering them. A true page-extraction operation copies the original page data as-is; only a print-to-PDF workaround introduces quality loss.
What’s the difference between splitting and extracting pages?
They’re often the same operation described two ways: splitting usually implies producing multiple output files from one input, while “extract” can mean pulling out just one range into a single new file. A good tool supports both from the same page-range input.
Final thought
If you only need one page range out of a document, a page-range extraction beats printing to PDF every time — it keeps text selectable, keeps images at full quality, and keeps form fields intact. Save print-to-PDF for when you’re flattening a document on purpose.