Split a PDF into pages

Turn one PDF into a separate file for each of its pages.

Useful when you have been sent a bundle and only need to forward part of it, or when a scanner has put a whole stack of unrelated documents into one file.

Each page comes out as its own PDF, named after the original with a part number. Nothing about the page itself changes — it is copied across intact, with its fonts and images.

A forty-page document becomes forty downloads, which is why this tool pairs naturally with the zip one — or with a pipeline that does both in a single pass.

Accepts: application/pdf

Split intoOne file per pagefixed by this page

Comma-separated, one output file per group. For example: 1-3, 5, 7-9

Questions

What are the resulting files called?
The original name with a part number, so report.pdf becomes report (part 1).pdf, report (part 2).pdf and so on.
Can I get them as a single download?
Build a pipeline that runs split and then zip, and you will get one archive.