PDF Split Every N Pages
Split a long PDF into equal chunks of a fixed number of pages.
Chopping a big file into even pieces
When a document is really a run of equal-sized units — a stack of two-page invoices, a set of ten-page reports scanned into one file, chapters of a fixed length — splitting every N pages cuts it into consistent pieces automatically. Set the chunk size, and a hundred-page file becomes ten ten-page files, or fifty two-page ones, without you marking each break by hand.
Choose how many pages per file, and the document is divided evenly.
When even chunks are the right tool
This suits documents with a regular structure, where every piece is the same length. If your split points are irregular — pull out pages 1 to 3, then 4 to 20 — naming the ranges with the page extractor or the general splitter fits better. Splitting every N is the one-step answer specifically when the file divides neatly into equal parts.
How to split a PDF every N pages
- Add the PDF.
- Set how many pages each output file should contain — for example every 1, 2 or 10 pages.
- Export the evenly split files as a ZIP.
Chop a big file into even pieces
When a scanner batches many documents of the same length into one PDF — say two-page invoices or ten-page statements — splitting every N pages separates them back out automatically, no manual selecting required.
Set N to one to burst a document into single pages; set it to your document length to separate a batch.
Questions & answers
How is this different from the normal splitter?
This splits automatically at a fixed interval, ideal for uniform batches, rather than by chosen ranges.
What if the total isn't an exact multiple of N?
The final file simply contains the remaining pages.
Are the pieces good quality?
Yes. Pages are copied as-is into each output file.
How does this differ from the normal splitter?
It cuts the file into equal chunks of the size you set, rather than at points you mark individually.
When is it the right choice?
When the document is made of equal-length units — same-size invoices, reports or chapters.
Is my PDF uploaded?
No. The split happens in your browser.