How to split a PDF into separate pages (or any custom range)
Extract one page, split into halves, or explode a 200-page PDF into 200 files โ three different needs, three different tools. Here's how to pick.
Three tools, three different jobs
People say "split a PDF" but mean different things:
- "I need pages 12 to 24 as their own file" โ Extract PDF Pages
- "Break this into two halves" โ Split PDF
- "Chuck out pages 3, 7, and 15" โ Remove PDF Pages
Using the wrong one turns a 30-second job into a 10-minute puzzle.
Extracting specific pages
The most common case: you have a big document (a bank statement, an annual report, a scanned book) and only need a handful of pages. Extract PDF Pages takes a range like 1-3, 7, 12-15 and gives you back a single PDF with just those pages, in that order.
Two things worth knowing:
- Page numbers are always the PDF page numbers, not any printed page number (a book's page 1 might be PDF page 15 after cover, TOC, foreword).
- Ordering matters โ
5, 2, 8produces a file in that exact order, which is occasionally useful for reprinting or rearranging.
Splitting into halves, quarters, or every N pages
Split PDF is for chopping a document into equal-ish chunks. Useful when:
- You need to email a 500-page PDF in parts under a size limit.
- You're archiving by chapter and every chapter is roughly the same length.
- A print shop wants files under 100 pages each.
You pick either a page count per file ("every 25 pages") or a total number of files ("split into 4 parts"). The tool spits out a ZIP.
Removing pages you don't want
Remove PDF Pages is the inverse of extracting. If you want most of a document but need to drop a few pages โ a redacted section, blank scan pages, a confidential appendix โ this is faster than listing every page you want to keep.
The workflow that comes up constantly
The three-step: split, edit, merge.
- Split PDF to isolate the section you need to change.
- Edit it in whatever tool you use for editing (rearrange, add text, sign).
- Merge PDF to stitch it back with the untouched sections.
This is dramatically faster than trying to edit a 300-page PDF in place, and it works even in browser-based tools that don't support in-place editing.
Privacy note
All three tools (Split PDF, Extract PDF Pages, Remove PDF Pages) on DashConvert run in your browser. If the PDF you're splitting has bank statements, medical records, or contracts in it โ which, statistically, is the most common reason to split a PDF at all โ this matters. Upload-based splitters hold your file on their servers for anywhere from an hour to a month.