Split a PDF the Right Way: Ranges, Single Pages and Batches
Splitting is not one operation but three. Picking the wrong one is why people end up with 200 loose files they have to merge again.
People say "split the PDF" to mean three different things, and choosing wrongly costs an afternoon.
The three splits
Extract a range. You need pages 12–18 of a 90-page report to send to a colleague. One output file, one range.
Burst into single pages. A scanner produced one PDF with 60 invoices, one page each, and your accounting system wants them separately. Sixty output files.
Split at a boundary. A stack of multi-page documents scanned in one pass, separated by a blank page or a cover sheet. This needs a manual pass: find the boundaries, then extract each range.
The Split PDF tool covers the first two directly and makes the third quick, because you can run several ranges in a row without re-uploading the source.
Range syntax that avoids mistakes
Write ranges inclusively and check the last page before exporting. Off-by-one errors nearly always appear at the end of a range, because the reader's page label ("Page 3 of 40") and the PDF's internal page number differ when the document has an unnumbered cover.
Keep the originals
Always split from a copy and keep the source until the outputs are verified. Splitting is destructive in the sense that it discards document-level metadata: bookmarks, form field definitions and attachments do not survive into every output file.
Scanned stacks
If you are splitting scans, run PDF to JPG on one page first to confirm the resolution is high enough for whatever comes next — OCR generally wants 300 DPI. There is no point splitting 600 pages of an unreadable scan.
Privacy
Splitting on Data Wave Cloud happens in the browser, so a 300-page HR file never reaches a server. That matters more than usual here, because the documents people split most often — payroll runs, bank statements, medical records — are exactly the ones with the strictest handling rules.
FAQ
Can I split by bookmarks? Not currently. Note the page numbers from the bookmark panel and use ranges.
Do split files keep their fonts? Yes, embedded fonts are carried into each output file.
What is the fastest way to get one page out? Enter the same number as the start and end of a range.
Keep reading
- How To Compress PDF Files OnlineA practical guide to shrinking PDFs for email and upload limits - what actually makes a PDF large, and how to reduce it without ruining quality.
- How to Merge PDF Files Without Uploading Them AnywhereMost merge sites upload your documents to a server. Here is how browser-side merging works, why it is safer, and how to get the page order right the first time.
- Compress a PDF Without Destroying QualityA 40 MB PDF is almost always four photos in a trench coat. Here is how to find the weight and remove it without wrecking the text.