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.

Updated:

There are three different "splits"

One word covers three separate needs, and it helps to know which result you want before you start:

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.

Advertisement

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 typeWeight per pageExtracting 10 pages
Scanned documentHigh and evenly spreadSize drops proportionally
Text with embedded fontsLow, fixed overhead highDrops less than expected
Report with one heavy imageVery unevenDepends 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

  1. Signature page: Extract the last page, send it for signing, merge the signed copy back.
  2. Invoice archive: Burst a batch scan into single files and name each by its invoice number.
  3. Report summary: Extract the executive summary and conclusion to share; keep the full report separate.
  4. 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

Try Konta PDF

Merging, splitting, reordering, encrypting, OCR and image-to-PDF are free. Files are processed in your browser.

Open the tools