Splitting a PDF into one file per page is the most common version of the split task. People do it to share specific pages, to feed pages into a different tool one at a time, or to break apart a long scan into searchable chunks. Here is how to do it without uploading.
One Click, One File Per Page
PDF Merge & Split runs entirely in your browser. No account, no upload, no watermark.
Add to Chrome, FreeThe fastest method, one click in the extension
The Chrome extension has a single action for this:
- Click the toolbar icon, pick Split.
- Drop your PDF in.
- Pick Every page as the split mode.
- Click Split & Download. You get a ZIP file with one PDF per page, named
page-001.pdf,page-002.pdf, and so on.
The numbering is zero-padded so files sort correctly in any file manager.
Why ZIP and not separate downloads
Browsers will not let an extension trigger many simultaneous downloads. Wrapping the result in a ZIP is the only reliable way to deliver, say, 200 individual page files in one go. Every desktop OS extracts ZIPs natively, so there is no extra software needed on your end.
Naming the output files
By default the extension uses page-001.pdf, page-002.pdf, etc. If your source file has a meaningful basename (annual-report-2025.pdf), the extension prefixes the page number with that, so you get annual-report-2025-page-001.pdf. This is helpful when you split multiple PDFs into the same destination folder.
When you should split by range instead
Splitting into individual pages is overkill if you only need a handful of specific pages. For "give me pages 1-10, 22, and 30-35", use the range mode instead. It produces one ZIP with three files instead of dozens of single-page files.
And if your source PDF has bookmarks (a real outline, like a book or a technical report), splitting by bookmark usually gives the most useful result, one file per chapter.
Compatibility notes
The split is byte-level, not content-level, so:
- Scanned PDFs split exactly the same as text PDFs.
- OCR text layers stay intact in each output file.
- Per-page form fields stay attached to their page.
- Top-level bookmarks get rewritten to point at the right output file.
How to Split a PDF Into Individual Pages, Tools Compared
| Tool | One file per page | ZIP delivery | Page count limit | Cost |
|---|---|---|---|---|
| PDF Merge & Split (extension) | Yes | Yes | Browser memory only | Free |
| iLovePDF (web) | Yes | Yes | ~200 pages free | Free tier |
| Smallpdf (web) | Yes | Yes | ~100 pages free | 2/day |
| macOS Preview | Manual only | No | Slow above 50 pages | Built-in |
| qpdf (CLI) | Yes (with loop) | Manual | No limit | Free |
Get It Done in Under a Minute
Install the free Chrome extension and process your PDFs locally. Works on Windows, Mac, Linux, and Chromebook.
Add PDF Merge & Split to ChromeRelated Guides
- Split a PDF by Page Range
- PDF Splitter Chrome Extension
- PDF Splitter With No Installation
- Extract PDF Pages Without a Watermark
Frequently Asked Questions
How do I split a 500-page PDF into 500 files?
Drop it into the extension, pick Every page, and download. The extension renders the split client-side and packages 500 single-page PDFs into one ZIP. Takes around 10-30 seconds depending on your hardware.
Can I split a scanned PDF into pages?
Yes. The split is at the file level, so it does not matter whether the pages contain text or scanned images. OCR layers stay attached to their page.
Will the page numbers in my output filenames be correctly padded?
Yes. The extension zero-pads to match the total page count, so a 500-page split gets page-001 through page-500, sorting correctly in any file manager.
Can I split multiple PDFs at once?
Drop them in one at a time and click Split for each. Batch automation is on the Pro tier.
Does the extension work with password-protected PDFs?
Yes. It prompts for the password on file load, then performs the split on the unlocked content in memory. Nothing is written back to disk in unlocked form unless you choose to.