?

How to split a PDF into multiple files

Cut a long document into equal chunks, or into exactly the sections you define.

Splitting comes up in two quite different situations, and the tool offers a different mode for each.

The first is mechanical: you have a stack of scanned documents in one file and each document is the same length. The second is editorial: you have a report and you want the chapters separated at meaningful boundaries.

The steps

  1. Upload the document.
  2. Choose 'every N pages' for equal chunks, or 'custom ranges' to define each part yourself.
  3. For custom ranges, write something like 1-3, 4-10, 11-20 — each range becomes its own file.
  4. Run the tool and download the parts individually or as a ZIP.

Every N pages, for regular documents

If you scanned forty two-page invoices into one file, every 2 pages gives you forty invoices. The document is cut into consecutive blocks of the size you specify; if the page count does not divide evenly, the final part is simply shorter.

Every 1 page is the special case that bursts a document into one file per page.

Custom ranges, for meaningful sections

Ranges are written as a comma-separated list, and each entry becomes one output file. Writing 1-3, 5, 8-12 produces three files: pages one to three, page five alone, and pages eight to twelve.

Ranges are taken literally, which is more useful than it sounds. Pages you leave out — page 4 and pages 6-7 in that example — simply do not appear in any output. You can also list the same page in more than one range if two sections genuinely share a page.

Getting the parts back

Each part is a separate PDF with its own download. When a split produces more than one file, you can take them all at once as a ZIP archive rather than clicking through them.

Common questions

What does 'every N pages' mean?
The document is cut into consecutive blocks of that size. Every 1 page gives one file per page; every 10 gives files of ten pages each, with a smaller final part if the count does not divide evenly.
How do I write custom ranges?
Separate ranges with commas — 1-3, 5, 8-12 produces three files: pages 1 to 3, page 5 on its own, and pages 8 to 12.
Can ranges overlap or skip pages?
Yes. Ranges are taken literally, so you can omit pages entirely or include the same page in more than one output file.

← All guides