How to Split a PDF File Into Separate Documents
A single PDF often contains more than one document bundled together โ a batch of scanned invoices, a report with chapters that need to go to different people, a signed contract where only one page needs to be shared. Splitting pulls exactly the pages you need out of the larger file.
Two ways to split a PDF
There are really two different jobs hiding under "split a PDF," and it helps to know which one you actually need:
- Split by page range โ pull out one or more specific ranges, such as pages 1-3 for a cover section or pages 8-10 for an appendix.
- Split into individual pages โ turn every single page of the document into its own standalone PDF, useful when each page is really a separate record (a scanned batch of receipts, for example).
How page ranges work
CocoPDFโs Split PDF tool accepts ranges in a simple format: "1-3, 5, 8-10". Each comma-separated entry becomes its own output file. A single number pulls out one page; a range like "8-10" pulls out three consecutive pages as one file. Page numbers beyond the end of the document are simply skipped rather than causing an error.
One file or a ZIP?
The output format follows directly from how many ranges you enter. Enter a single range and you get back a single PDF. Enter more than one range โ or split every page individually โ and the results are bundled automatically into a ZIP file, so you still get one download regardless of how many output files were produced.
What splitting preserves
Splitting only changes which pages end up in which file โ it does not touch the pages themselves. Each output file copies its pages exactly as they appeared in the source: embedded fonts, images, vector graphics, annotations, and form fields all carry over unchanged.
Common reasons to split a PDF
- Pulling a single invoice out of a batch-scanned stack of many invoices.
- Sharing only the signature page of a signed contract instead of the whole document.
- Separating chapters of a report or ebook so each can be reviewed independently.
- Breaking a large scanned document into smaller files that are easier to email.
Splitting is the mirror image of combining files โ if you are instead trying to bring several PDFs together into one, see the guide to merging PDFs.
To split a file, upload your PDF to the Split PDF tool, enter the page ranges you need, and process. Whether that produces one PDF or a ZIP of several, the download starts automatically and your files are deleted from the server within an hour.
Try it yourself
Everything in this article is free to use on CocoPDF โ no account needed.
โ๏ธ Split PDFRelated Guides
How to Merge PDF Files Into One โ The Right Way
Merging PDFs seems straightforward, but there are a few pitfalls โ inconsistent page sizes, orientation, and security settings.
Why Your PDF Keeps Reverting to Sideways
The rotate button in your PDF viewer usually only changes what you see, not the file itself. Here is the difference, and how to fix orientation for good.