PDFs accumulate: a 200-page report when you need chapter 4, a month of scanned receipts when the auditor wants March, a merged application when a portal accepts one document per slot. Splitting — extracting exactly the pages you need into a new file — is one of the three fundamental PDF operations alongside merging and compressing. Here is how to do it cleanly every time.
Three ways to split
First, extract a page range: pages 12–18 become their own file. Second, burst every page into its own file when each page is a separate record (pay slips, certificates). Third, pull hand-picked pages: 1, 7 and 22–25 for the exact exhibits a form demands. The free split PDF tool handles all three — upload, choose pages or ranges, download the result. No software to install, and the original file is never modified.
Page-range syntax that always works
Learn this tiny language once and every PDF tool obeys it: single pages as 1, 5, 9; ranges as 3-7; combinations as 1, 3-7, 12. Page 1 is the first page of the file, not the printed page number — a document with four pages of front matter means printed page 10 is file page 14. When a portal asks for 'pages 5–9 of the statement', count from the file start, and when in doubt extract one page extra on each side rather than clipping content.
Splitting never edits the original. Your source file stays intact — the tool only copies pages into new files.
What to do with the pieces
Split outputs plug straight into the rest of the toolkit. Extracted a chapter to email? Shrink it first with compress PDF — see how to compress without losing quality. Pulled pages facing the wrong way? Fix them with rotation before sending. Assembling exhibits from several files? Extract each part, then combine everything with merge PDF in the right order. Need one page as a picture for a slide? Send it through the image extractor. Splitting is usually the first move in a longer sequence, not the whole job.
Splitting scanned documents
Scans split exactly like digital PDFs — pages are pages. Two cautions: scanned pages are heavy, so a 100-page scan bursts into 100 large files; compress the scan first or split only the range you need. And if the scan needs searching later, run OCR on the extracted piece rather than the whole archive — smaller jobs finish faster and the searchable layer lands exactly where you need it, as our OCR guide explains.
Frequently asked questions
Does splitting reduce quality? No — pages are copied byte-for-byte; text, images and resolution are untouched. Can I split a password-protected PDF? Unlock it with your password first, then split normally. Why do my extracted pages have wrong numbers? Printed numbers and file positions differ whenever front matter exists — count from the file start. What is the largest file I can split? Browser-based splitting handles hundreds of pages; for thousand-page archives, split into a few large chunks first.