Splitting works in the opposite direction from merging: instead of combining several files into one, you're taking one file and pulling specific pages or sections out of it into their own document. It's just as common a need — separating a scanned batch back into individual documents, pulling one chapter out of a long report, or extracting a single page someone asked for without sending the whole file.
The basic process
Splitting reads a source PDF, copies the specific pages you select, and writes them into a new, separate file, leaving the original document completely untouched. Depending on what you need, this can mean extracting one continuous range of pages into a single new file, or separating every page of a document into its own individual file, one page per output.
Both are genuinely different operations even though they're often grouped under the same "splitting" label. Extracting a range produces one smaller PDF containing exactly the pages you asked for, still in their original order. Separating into individual pages produces as many output files as there are pages, each one a single-page PDF, useful when every page needs to become its own standalone document.
When to extract a range vs separate every page
Extracting a specific range makes sense when you need a coherent chunk of a document — pages 5 through 12 of a report, for instance, which still need to read in order as a connected section. Separating into individual pages makes more sense when a scanned batch actually contained several unrelated single-page documents, like a stack of separately scanned receipts that got saved as one file and now need to become individual files again.
A worked example
Say you have a 40-page contract and only need to send someone the signature page, which happens to be page 38. Extracting just page 38 into its own one-page PDF gives them exactly what they need without sharing the other 39 pages, which might contain information not meant for that particular recipient. The tool on this page handles this by accepting a page range like "38" and producing a new file containing just that page.
What to check after splitting
Confirm the extracted file actually contains the pages you intended — a quick open-and-scroll check catches an off-by-one mistake in the page range before it becomes a problem, since it's easy to miscount when a document's printed page numbers don't match its actual position in the file (a cover page or table of contents can shift everything by one or two positions). This is a fast check worth doing every time, not just for unusually important documents.
Splitting doesn't affect the pages themselves
Just like merging, splitting doesn't alter the content of the pages involved — text, images, and formatting on an extracted page remain exactly as they were in the source document. What changes is only which pages exist together in a given file; nothing about how any individual page looks or reads is touched by the extraction process itself.
Try the Split & Extract tool yourself — free, instant, nothing uploaded.
Open the toolFrequently asked questions
Does splitting a PDF delete pages from the original file?
No. Splitting reads the source file and writes a new file with the selected pages; the original document stays completely intact and unchanged unless you specifically choose to delete or replace it afterward.
Can I extract pages that aren't next to each other in the original document?
Yes, most splitting tools, including the one on this page, accept a range like "1-3,7,10-12" that pulls together non-consecutive pages or ranges into one new output file, in the order you specify.
What's the difference between splitting and just deleting the pages I don't want?
Splitting extracts specific pages into a new file, leaving the original untouched; deleting pages (covered in the Organize tool on this site) removes pages directly from a document, changing that file itself rather than producing a separate extract.
Can I both extract a range and separate the rest into individual pages in one step?
Not typically in a single operation with most tools, including the one on this page, which is built around one extraction at a time; accomplishing both usually means running the process twice, once for the range you want kept together and once for the individual pages.