Splitting a PDF: extract pages, ranges, or break it into single files
Pull out a single page, a range, or break a document apart entirely. Plus the off-by-one trap that catches almost everyone.
Splitting is the reverse of merging and it comes up for a narrower reason: you have a 60-page document and someone needs pages 12 to 14. Sending all 60 is lazy and sometimes a privacy problem, since the other 57 pages may contain things the recipient has no business seeing.
Like merging, splitting copies page objects rather than re-encoding them, so the extracted pages are pixel-identical to the source. The tool lives in the ToolHub PDF section alongside merge and compress.
Split PDF: the facts that matter
| Modes | Range extract, specific pages, split all |
| Numbering basis | Viewer page position, 1-indexed |
| Quality loss | None |
| Bookmarks | Links pointing outside the extracted range will break |
| Encrypted files | Unlock before splitting |
How to do it, step by step
- 1Open the PDF split tool in ToolHub and load your file.
- 2Decide which mode you need: extract a range, extract specific pages, or split every page into its own file.
- 3Enter the range using the page numbers shown in the viewer, not the numbers printed on the pages. Those often differ because of cover pages.
- 4Preview the selection. Most split failures are actually correct splits of the wrong range.
- 5Export. Range splits give one file, per-page splits give a set.
Three things worth knowing
- Splitting is the privacy-safe way to share part of a document. Redacting by covering text is not, because the text is still in the file.
- If you only need pages for reading, splitting is better than screenshotting. Screenshots lose selectable text.
- Name the output before you send it. "document (1).pdf" tells the recipient nothing.
Common problems, solved
Where to run it
This tool is part of the ToolHub tool library, a library of over 1,000 browser-based tools covering PDF, image, video, audio, text and developer work. Everything runs in the browser and none of it needs an account.
ToolHub is built by codaiman.com, an AI-first software company in Ahmedabad. Related to this page: ToolHub over 1,000 browser-based tools for pdf, image, video, audio, text and developer work. no sign-up required.
Split PDF, in the browser: no install, no sign-up, no upload queue. Part of the ToolHub library from CodeAiMan.
Open ToolHubRelated tools
Merge PDF
Combine several PDFs into one, control the page order, and avoid the two mistakes that produce a broken output file.
Read guidePDF to JPG
The whole job comes down to one setting: DPI. Pick it wrong and your text is unreadable or your file is enormous.
Read guideCompress PDF
Compression targets images, not text. That one fact explains why some PDFs shrink 90 percent and others barely move.
Read guide