Split PDF into separate pages
Splitting a PDF into one file per page runs today in the organize pages tool. Choose the file, pick the separate PDFs output, and it writes one document per page, checks every one of them, and hands them back as a single zip archive.
How the files come back
As a zip. One PDF per page, named after the source with a page number appended, like
report-page-01.pdf. The number is padded to at least two digits, and to three when
the document runs past ninety nine pages, so the files sort correctly in any file manager.
A zip rather than a hundred separate downloads is deliberate. Browsers throttle and then block repeated downloads, and a hundred files arriving one at a time is a worse outcome than one archive you open once.
Every split page is checked
After the pages are written, each one is re-opened and read back. The page and its text are compared against the page it came from, and the whole run fails if any single page does not match. You never get an archive where one file is quietly empty.
That check is the reason splitting is safe on a document you cannot easily reproduce. A split that silently dropped the text layer on page forty would be invisible until someone tried to search it.
Splitting some pages rather than all of them
If you only want a range, select the pages you want first and keep those, then split. The tool shows a thumbnail of every page, so choosing is a matter of looking rather than counting. The extract pages page covers that case directly.
The split page covers the other shapes: splitting at a fixed interval, or cutting a document in half. The split guide walks through picking the right one.
Questions people ask
- How are the split PDF files named?
- After the source file with a page number appended, such as
report-page-01.pdf. The number is padded to at least two digits, and three digits past ninety nine pages, so they sort in the right order everywhere. - Do I get one download or many?
- One. Every page PDF is packed into a single zip archive. Browsers block long runs of repeated downloads, so a hundred separate files would fail partway through on most machines.
- Is each split page checked before I get it?
- Yes. Every page PDF is re-opened and its pages and text are compared against the source page. If one file does not match, the whole split fails rather than shipping an archive with a broken file in it.
- Can I split a PDF into single pages on my phone?
- Yes, for a normal sized document. Everything runs in the browser tab, so the limit is the phone's memory rather than the tool. A very large scanned archive is better split on a computer.
Do it now
The tool runs in this browser. Your file never leaves the machine, and the result is checked before you download it.
Split PDFWhere to go next
- Split PDF Cut one PDF into several files at the pages you choose.
- Extract page from a PDF Pull selected pages out of a PDF into a new file.
- Split one PDF into separate files Cut a PDF into the files you actually need.
- Add pages to a PDF Insert pages into an existing PDF at the right place.