How to save every PDF page as a separate file
Sometimes the answer to “where should it split?” is “everywhere”. A twelve-page PDF becomes twelve PDFs, each holding one page:
document.pdf → document-01.pdf … document-12.pdfThe numbering is padded so the files sort the way you read them: document-09.pdf comes before document-10.pdf in every file manager. With more than ninety-nine pages the padding grows — 001, 002 — for the same reason.
When one page per file is the right shape
- Pages that are sent separately. A certificate, a single signed page, one drawing from a set — each goes to a different person or a different form field.
- A scanned batch. The scanner made one PDF of forty pages because that is what scanners do; the forty pages were always forty documents.
- One-page forms. Applications, delivery notes, receipts: the sheet is the unit, not the stack.
- Archiving page by page. Some record systems want one file per record, with the page number in the name.
If instead you have a long document with a real structure — chapters, sections, an appendix — splitting by page ranges is usually closer to what you mean.
Why one ZIP instead of twelve downloads
A browser treats each download as its own event: with a dozen files you get a dozen prompts, or a permission question, or files that arrive out of order in your downloads folder — and if you look away, you cannot tell whether all twelve made it.
One archive avoids all of that. You get document-split.zip, open it, and see twelve files with their page numbers in their names. Every operating system can open a ZIP without extra software.
It is still a structural split
Making twelve files out of twelve pages does not mean converting anything. Each output is a real PDF page copied as it is: text stays selectable text, vector drawings stay vectors, images stay images at their own resolution, and the page keeps its size and rotation. Nothing is rasterised into a picture of a page.
Two practical notes, both true of splitting in general: document information — title, author, subject, keywords — is carried into each new file, and links that pointed inside the original document are removed rather than left pointing nowhere, since the page they referred to is now in a different file. Filled form fields become fixed page content.
Doing it
Split PDF has every page as one of its split options: apply it and the list on the right immediately shows what you are about to get — twelve rows, one page each, named and numbered. Press create, and a single ZIP arrives.
The original file is untouched throughout; splitting reads it and writes new files.
If the document is confidential, it is worth knowing where the work happens: splitting without uploading the file. And for the basics of cuts and outputs, how to split a PDF.
Split your PDF in the browser → Split PDF