9 min read
How to split a PDF into separate pages for free
By ScoutMyTool Editorial Team ยท Last updated: 2026-05-18
Introduction
A vendor mailed me a single 47-page PDF containing fourteen different invoices, one per spread, and asked me to forward each invoice separately to the corresponding internal owner. The bank wanted each invoice as its own attachment for accounts-payable; the vendor had bundled them because "it was easier to scan that way". The first free "split PDF" site I tried wanted me to upload the whole 47-page file with all our supplier pricing on it. The next one was free up to 2 splits per day on the free tier โ I needed fourteen. Below is the workflow I now use every time someone sends me a bundled scan or I need to extract a subset of pages from a longer document.
Two things "split PDF" can mean โ pick the right one
"Split a PDF" is one of those phrases that returns the wrong tool a depressing amount of the time, because two distinct operations share the name. The right tool depends on which one you actually want.
- Path A โ subset extract. You want a specific subset of pages out of a longer PDF, combined into one new PDF. Example: pull pages 5, 8-10 of a 47-page document into a new 4-page file. This is the most common interpretation of "split PDF" and what the ScoutMyTool Split PDF tool does in one click.
- Path B โ burst into separate files. You want one PDF per page (or one PDF per range), as multiple separate downloads. Example: a 14-invoice PDF becomes fourteen 1-page files. This is a repeated-extract pattern: run Split with range "1", then "2", then "3", and so on (or "1-3", "4-6", "7-9" for range-bursts).
The underlying file format makes one-shot multi-file output difficult โ browsers only let a page trigger one download per click, by web platform design1. Tools that "burst in one click" actually bundle the per-page PDFs into a zip and deliver the zip; the ScoutMyTool tool offers explicit single-PDF output per pass, which gives you more control but requires multiple passes for a burst.
Path A: extract a subset of pages (one new PDF)
The ScoutMyTool Split PDF tool lives at scoutmytool.com/pdf/split-pdf. Runs entirely client-side via pdf-lib.
- Open the tool and drop your PDF. One file at a time. The file is loaded into a sandboxed memory buffer using pdf-lib โ no upload. Confirm in the browser network tab if the source is sensitive.
- Type the pages you want to keep in the range field. The syntax is comma-separated, with hyphens for ranges:
1-3โ pages 1, 2, 3.5, 8-10, 15โ pages 5, 8, 9, 10, 15.5, 1, 3โ reordered: page 5 first, then 1, then 3.1โ just page 1 (a one-page output).
- Click "Split PDF". The tool walks your range, copies the referenced pages from the source into a fresh in-memory PDF via pdf-lib's
copyPagesAPI, and starts a download named<your-pdf-name>-pages.pdf. - Check the summary panel. Underneath the action button you will see the source page count, the number of pages extracted, the output file size, and โ if the source had AcroForm fields โ an honest note that form fields are not preserved when splitting. The note catches a common surprise that other tools hide.
- Verify the output before sending. Open the downloaded file in any reader; confirm the page count and content match what you asked for. The source PDF is untouched, so iteration is cheap if the range was wrong.
Path B: burst into separate files (one PDF per page)
- Open the tool and drop your PDF. Same as path A. The file stays loaded between runs, so subsequent passes are fast.
- Run once per output file. First pass: type
1, click Split, save the output aspage-1.pdf. Second pass: type2, click Split, save aspage-2.pdf. And so on. The page count from the summary panel tells you when to stop. For a 14-invoice case where each invoice is on one page, that is fourteen quick passes. - For range-bursts (one PDF per invoice across N pages each). Same pattern but with ranges per pass: type
1-3, save asinvoice-1.pdf; type4-6, save asinvoice-2.pdf. Useful for bundled multi-page invoices / statements / contracts. - Rename as you save. The default filename is
<source>-pages.pdfevery time, so save each output with a meaningful filename when the download dialog appears (or rename afterwards from the downloads folder). For the bundled-invoice case, naming theminvoice-2026-04-vendor-A.pdfturns the burst into immediately-usable assets. - If you need true single-click burst-to-zip. Not currently built into the Split PDF tool, but on the roadmap. For the one-shot case today, the repeated-pass workflow above completes a 14-file burst in 2-3 minutes โ comparable to most upload-then-wait competitors but without the upload.
How ScoutMyTool compares to Smallpdf, iLovePDF and PDF2Go
All four offer some form of "split PDF". The meaningful differences are: whether your file is uploaded, whether you can reorder during split, whether the tool is honest about what gets dropped (forms, bookmarks), and how many free splits per day the tier allows.
| Feature | ScoutMyTool | Smallpdf | iLovePDF | PDF2Go |
|---|---|---|---|---|
| Free unlimited splits | Yes | 2 per day on free | 1 file per task on free | Yes, up to 100 MB |
| No signup required | Yes | Required after 2 tasks | Required for >50 MB | Yes |
| Range syntax ("1-3, 5, 8-10") | Yes | Yes | Yes | Yes |
| Reorder pages while splitting | Yes ("5, 1, 3") | No (UI extracts in original order) | No | No |
| Honest error on invalid range | Yes (named bad range) | Generic error | Generic error | Generic error |
| Files leave your device | No (client-side) | Yes (uploaded) | Yes (uploaded) | Yes (uploaded) |
| Per-file size limit | Device RAM | 5 GB Pro / 100 MB free | 200 MB free | 100 MB free |
| Honest about form/bookmark dropping | Yes (summary surfaces it) | Silent | Silent | Silent |
Third-party gating, free-tier daily caps, and feature availability taken from each vendor's public pricing pages as of May 2026 and may change.
The single most-cited honest tradeoff: ScoutMyTool's text-syntax range input is faster once you know the pages you want; the competitors' thumbnail picker UI is friendlier when you are still browsing the PDF to figure out which pages to extract. If you do not yet know what the right range is, open the PDF in a separate viewer alongside the tool, scroll through, and type the range โ the combined workflow is still faster than a thumbnail picker for any PDF over ~20 pages.
Related PDF tools on ScoutMyTool
- Split PDF โ the tool this guide is about: extract a subset of pages into one new PDF.
- Extract Pages โ same operation, different name; emphasises pulling a subset rather than splitting a whole.
- Remove Pages โ the inverse: keep everything except the listed pages.
- Merge PDF โ recombine split chunks with other documents.
- Reorder PDF Pages โ rearrange without dropping any pages.
- Unlock PDF โ required first if your source is password-protected.
- PDF Editor โ visual thumbnail-based alternative with delete-page and drag-reorder.
Frequently asked questions
- What exactly does "split" mean โ one PDF per page, or a subset of pages in one new PDF?
- Both interpretations are common, and they need different workflows. Most people who type "split PDF" want path A: pull a specific subset of pages out of a long file into one new PDF (e.g. extract pages 5, 8-10 of a contract). A minority want path B: burst a multi-page PDF into one separate file per page (e.g. a 20-page document becomes twenty 1-page files). The ScoutMyTool Split PDF tool does path A in one shot; for path B, run the tool repeatedly with single-page ranges (or use the in-tool field "1", "2", "3", ... one pass per page). The how-to below covers both.
- Can I reorder pages while splitting?
- Yes โ list pages in the order you want them in the output. Type "5, 1, 3" and the output PDF has page 5 first, then page 1, then page 3. Most thumbnail-based UI splitters in competing tools extract pages in original order regardless of how you select them; the ScoutMyTool sequence syntax is the easiest way to reorder during extraction without a second pass.
- What happens if my page range is invalid?
- You get a clear, specific error message that names the bad range โ e.g. "Range exceeds the document's 12 pages" for an input like "1-15" on a 12-page PDF. The tool refuses to silently truncate or guess, because guessing is the failure mode that produces unexpected output. Adjust the range and rerun; the file is already loaded in memory so retries are instant.
- Is my PDF uploaded to your servers?
- No. The split runs entirely in your browser using pdf-lib. Your source PDF is loaded into a sandboxed memory buffer, the requested pages are copied into a fresh in-memory PDF document, and the result is delivered as a download. Nothing leaves your device โ verify in the browser network tab if you want independent confirmation. This matters most for confidential documents (contracts, bank statements, medical records, legal filings) where a "free online splitter" that uploads is a privacy hazard.
- Are form fields, bookmarks, and links preserved in the split output?
- Form fields are NOT preserved (the underlying pdf-lib copyPages call discards form widgets) โ the summary panel surfaces this explicitly when your source has form fields, so you know up-front. Bookmarks (the document outline) are also dropped because they reference page numbers in the original file. Page-internal links survive only if both link endpoints are in the extracted subset. If preserving forms or bookmarks is critical, use Acrobat Pro or the open-source qpdf tool with explicit preservation flags; for everyday subset-extraction without forms or outlines, this tool is the right call.
- Can I split a password-protected PDF?
- No โ the tool refuses encrypted PDFs and gives you a friendly error message. The reason is correctness: silently bypassing encryption would either produce a corrupt output (the content streams stay encrypted) or strip the password without consent. Unlock the source first via Unlock PDF (you will need the existing password), then run the split, then re-protect the output via Protect PDF if you still want a password on it.
- How big can the source PDF be?
- No hard cap โ the split runs client-side, so the only limit is your device's RAM. Practical limit is around 500 pages or 100 MB on a typical laptop. The split operation itself is cheap (pdf-lib copies page references rather than re-rendering each page), so even a 300-page document splits in under a second; the time you spend is mostly loading and saving, which scale with file size rather than page count.
Split your PDF now โ no signup, no upload
Free, unlimited, browser-only. Reorder while splitting, honest about what gets dropped (form fields, bookmarks), and the source file never leaves your device.
Open the free PDF splitter at scoutmytool.com/pdf/split-pdf โ