Splitting PDFs and Extracting Pages
Splitting looks like merging in reverse, but in practice it serves a different purpose: sharing only the relevant part of a document. The size of the resulting files rarely matches what people expect.
There are three different "splits"
One word covers three separate needs, and it helps to know which result you want before you start:
- Range extraction: Pages 3–7 come out as one new PDF. The most common case.
- Chunking: A 60-page document becomes ten files of six pages each.
- Burst: Every page becomes its own PDF. Usually a post-scanning step.
If you want to send only the signature page of a contract, you need the first. If you want to archive a book chapter by chapter, you need the second.
Page numbers are not what they look like
A PDF carries two numbering systems: the physical page order (the 1st, 2nd, 3rd page in the file) and the displayed page label ("iii", "1", "A-12" printed on the page itself). If a report numbers its cover and contents in Roman numerals, the page that says "1" may be the 7th page of the file.
Splitting tools almost always use the physical order. When you enter a range, read the page counter in your viewer, not the number printed on the page.
Why the size does not drop
You pulled 10 pages out of a 100-page, 20 MB document and the result is not 2 MB, it is 9 MB. That is not a bug.
The reason is that PDF shares objects. Embedded fonts, logos, background images and colour profiles are stored once in a document and every page points at them. Your 10 pages still need most of those resources, so they all get copied into the new file.
| Document type | Weight per page | Extracting 10 pages |
|---|---|---|
| Scanned document | High and evenly spread | Size drops proportionally |
| Text with embedded fonts | Low, fixed overhead high | Drops less than expected |
| Report with one heavy image | Very uneven | Depends which part gets that page |
If your goal is a smaller file, splitting is the wrong tool — look at compression. If your goal is to share only the relevant pages, splitting is exactly right.
The real privacy value of splitting
Sending an entire document and saying "just look at page 4" means handing over the other 40 pages as well. Here splitting is not a convenience, it is a step that genuinely narrows what you disclose — especially in documents that mention other people.
But note the limit: extracting pages does not hide what is on those pages. A name, address or account number visible on a page is still there in the extracted file, and invisible metadata usually travels along too.
Common patterns
- Signature page: Extract the last page, send it for signing, merge the signed copy back.
- Invoice archive: Burst a batch scan into single files and name each by its invoice number.
- Report summary: Extract the executive summary and conclusion to share; keep the full report separate.
- Size limit: Split a document that exceeds an email limit into two parts and send them separately.
Frequently asked questions
Why are the split files still large?
A PDF stores embedded fonts, logos and colour profiles once, with every page pointing at them. The pages you extracted still need those resources, so they are copied into the new file.
Which page numbers should I enter?
The physical page counter in your viewer, not the number printed on the page. If the cover and contents use Roman numerals, the page marked "1" may be the seventh page of the file.
Does splitting make a document safer?
Partly. It genuinely reduces how much you disclose, but it does not hide what is printed on the extracted pages, and invisible metadata usually travels with them.
How do I extract a single page?
Give the same page as both the start and the end of the range (for example 7–7). The result is a standalone one-page PDF and the original file is left untouched.
More guides
Why Can't I Search a Scanned PDF? An OCR Guide
Why a scanned PDF is really just a photograph, what OCR changes, what determines its accuracy, and where the results stop being trustworthy.
Signing PDFs: A Drawn Signature Is Not a Digital Signature
The difference between pasting a signature image into a PDF and cryptographically signing it, how binding each one is, and when you need which.
What PDF Password Protection Actually Protects
The two kinds of PDF password, why one is real encryption and the other is a polite request, and which threats a password genuinely helps against.
Try Konta PDF
Merging, splitting, reordering, encrypting, OCR and image-to-PDF are free. Files are processed in your browser.
Open the tools