PDF Pro Guide
HomeGuidesSplit without uploading

How to split a PDF online without upload — using the PDF Pro local splitter.

2 min read 🎯 Easy 🛠 PDF Pro Splitter

This guide is for anyone breaking a long PDF into pieces — chapters of a manual, sections of a tax return, or a stack of scanned receipts that needs to become one file per receipt. Three split modes cover every shape that job takes; here's how to pick the right one and run it locally in two minutes.

What you'll need

The five steps

1

Open the local splitter

Head to the PDF Pro local splitter. The page loads with the splitter engine bundled as WebAssembly. There is no signup, no email-confirm wall, no "free trial" countdown — and no upload endpoint to send your file to.

2

Drop your PDF and review the page grid

Drag the file onto the drop zone or click to browse. The splitter parses it locally and renders a thumbnail grid — you see every page laid out in a small mosaic. This is the visual you'll use to decide where the breaks should fall, especially for the Range mode where you're typing page numbers by hand.

3

Pick the split mode that matches the job

Three modes, three different jobs. Range gives you full control over each chunk's start and end. Per-page writes one PDF per page — best for batches like scanned receipts. Every-N takes a chunk size and divides the file evenly, which is what you want when emailing a 200-page report in 25-page slices.

4

Type the range or count

For Range mode the syntax is comma-separated and forgiving: 1-10,11-25,26-end produces three PDFs, 1-3,7,10-end produces three (page 7 alone is a one-page output), and the keyword end always means the last page so you don't have to count. For Every-N you just pick a number — 25 is a popular choice for email-attachment sized chunks. Per-page needs no input.

5

Download the ZIP of split PDFs

Click Split & download. The splitter writes each chunk as its own PDF, packages them all into a single ZIP (named after your source file), and hands the ZIP to your browser's downloads folder. Unzip it and you'll find files named handbook-part-1.pdf, handbook-part-2.pdf, and so on. For a single-output job (Extract mode) the splitter skips the ZIP and downloads the PDF directly.

Split & download ZIP

Common mistakes & gotchas

Troubleshooting

What's the difference between Per-page and Every-N with N=1?

None functionally — both produce one PDF per page. Per-page is just a convenience shortcut. Use it when you don't want to think about whether 1 is the right number to type.

The page numbers on the split parts didn't reset to 1. Why?

Page numbers printed onto pages are part of the page content, not metadata — splitting doesn't rewrite the visible numbers because that would alter signed or formal documents. The physical page index inside each part PDF does start at 1; that's what your PDF reader shows in its page count.

My range like 1-10, 11-25, 26-end produced two parts instead of three. What happened?

Almost always a typo — a missing comma, a stray space inside 11 - 25, or a smart-quote that turned the dash into an em-dash. The splitter shows the parsed ranges as pills underneath the input. If you only see two pills, edit the input until you see three.

Can I extract just one range without making a ZIP?

Yes — use Extract mode and type a single range like 5-12. The splitter skips the ZIP packaging and downloads the extracted PDF directly. Useful when you just want the appendix from a long report.

I want to split a 2 GB scan. Will the browser handle it?

Probably, but you'll be close to memory limits. For very large files, split in two passes: extract the first half with one range, then the second half with another range, instead of asking the browser to hold the whole thing plus all parts at once.

Ready to split?

Open the local splitter and run your file through the five steps above.

Open the tool →