Split PDF
Drop one or more PDFs and chop each into a ZIP of smaller documents. Pick the split mode — single page, fixed-size chunks, or your own page ranges.
Drop PDF files here or click to select
Multiple files allowed — one ZIP per input
When to use this tool
Use Split PDF when one big file should really be several smaller ones. The classic case is a multi-page scan where every page is a self-contained document (one invoice per page, one receipt per page). It's also handy when a 200-page report is too large to email and you need to chop it into ~25-page parts, or when you want only a specific section out of a long file.
Step by step
- Drop one or more PDFs into the drop zone. The same split rule will be applied to each input.
- Pick a split mode: one PDF per page, fixed-size N-page chunks, or your own named ranges.
- If you chose fixed-size chunks, set the chunk size (e.g. 5 → every 5 pages becomes one output file).
- If you chose named ranges, type them in the format
1-3, 5, 9-12. Each range becomes one output file. - Click "Split & download ZIP". Each input produces one ZIP with the split parts inside.
Common use cases
- Stack of one-page documents. Bank statements, payslips, or shipping labels arriving as one big PDF — split per-page so each becomes its own file.
- Email-friendly chunks. A 90 MB report broken into three 30 MB parts so it slides past attachment limits.
- Distributing chapters. A book or manual where each chapter goes to a different reviewer — name the chapter ranges and get a clean ZIP back.
- Per-student answer keys. If each student's pages are at known offsets, ranges-mode produces individualised PDFs in one go.
- Pre-processing for OCR. Some OCR tools work best on per-page input — split first, then process.
Common mistakes
- Forgetting the start of ranges is 1, not 0. Page numbering is human, not computer.
- Asking for pages outside the document. The tool silently drops out-of-range pages (e.g.
1-100on a 12-page file gives you pages 1-12). Watch the result count. - Single-page mode on a 1000-page file. A thousand-row ZIP with thumbnails will choke a browser tab. Split such files via the
sizemode (e.g. 50-page chunks) first.
FAQ
Why a ZIP and not many separate downloads?
Browsers don't allow a single click to trigger many downloads in a row reliably. ZIP keeps things tidy and avoids "your browser blocked the download" prompts.
Can I keep the original page numbers in the file names?
Single-page mode does — files are named source-page-3.pdf, source-page-4.pdf, etc. Ranges and chunks use source-part-1.pdf, source-part-2.pdf; rename inside the ZIP if you need different conventions.
Does the split file include the original metadata?
No — each split output starts with a fresh PDF document. Run it through Edit metadata if you need to set title/author on the parts.
What's the largest file I can split?
Limited by browser memory. As a rule of thumb, single-PDF inputs up to ~500 MB work on a typical laptop. Bigger files may freeze the tab during page-copy.