How do you use this tool?
- Click 'Choose PDF' or drag and drop your file onto the upload zone.
- Preview the page thumbnails and select which pages or ranges to extract.
- Choose a split mode: extract a range, extract individual pages, or burst all pages into separate files.
- Click 'Split' and download the resulting file(s) as a ZIP or individual PDFs.
What This Tool Does
The kittokit PDF Splitter lets you divide any PDF into smaller pieces without sending the file to a server. Whether you need to extract a single invoice page from a 200-page bank statement, isolate slides from a deck, or break a merged document into its original components, this tool covers every scenario.
Three split modes are available:
| Mode | What it does |
|---|---|
| Range extract | Pull out pages 5–12 as one new PDF |
| Page pick | Select any combination of pages (e.g., 1, 4, 9) |
| Burst all | Export every page as its own numbered PDF |
All output files can be downloaded as individual PDFs or bundled into a single ZIP archive.
How It Works
The tool uses a pure-JavaScript PDF manipulation library, running entirely in your browser via a Web Worker. When you open a file:
- The library parses the PDF structure in memory.
- Page thumbnails are rendered so you can visually confirm your selection.
- On split, the selected pages are copied into new PDF documents with all embedded resources (fonts, images, form fields) intact.
- The resulting files are made available for download — nothing is stored on any server.
Because computation happens locally, the tool works offline after the initial page load.
What Are Common Use Cases?
Legal and contracts. Attorneys frequently receive multi-contract bundles from opposing counsel. Splitting out individual agreements makes them easier to route for review.
Medical records. Patients often download large PDF summaries from patient portals. Splitting lets them share only the relevant lab results with a specialist.
Tax documents. W-2s, 1099s, and other tax forms sometimes arrive in a single merged PDF from an employer or financial institution. Burst all pages to get separate files for each form.
Academic papers. Extract the methodology section (pages 8–14) from a 60-page research paper for quick reference during a presentation.
Real estate. US property disclosure packets routinely run 50–80 pages. Agents can split them into logical sections (inspection report, HOA docs, title report) before forwarding to clients.
Print-on-demand. Many POD services require single-page PDF uploads. Burst a chapter PDF into individual pages ready for upload.
Frequently Asked Questions
Can I reorder pages before splitting? The current version focuses on extraction. For reordering before merging, use our PDF Merger tool, which supports drag-and-drop page ordering.
Does splitting reduce image quality? No. Pages are copied at their original resolution; no re-encoding or compression is applied during the split operation.
What browsers are supported? Any modern browser with WebAssembly support works: Chrome 90+, Firefox 88+, Safari 15.2+, Edge 90+.
Is this tool free? Yes, completely free with no limits on the number of splits per session.
Last updated: