How to split a PDF, and what it loses
· 5 min read
Splitting takes one document and produces several. The mechanics are simple; what surprises people is what does not come across.
Two operations people call splitting
Extraction pulls a chosen range into a new file and leaves the rest alone: pages 12 to 18 become their own document. Separation cuts the whole thing at boundaries, so every page, or every N pages, becomes a file. Deciding which you want before you start saves redoing it.
Why one page can be a large file
Extracted pages carry their resources with them. Fonts, images and vector drawings travel with the page, so pulling one page out of a 200 page report can produce a file far larger than a two hundredth of the original, because shared fonts must be embedded in each output. That is normal and it is the price of every output standing alone.
What does not survive
Page labels and bookmarks. If the original numbers its pages 'iv, v, 12-40', the outputs count from 1 again in the viewer sidebar, and outlines pointing at removed pages disappear. Check the result before sending it anywhere that cares about pagination, which courts and registries do.
A password-protected file must be unlocked first. A reader that cannot open a document cannot copy its pages either.
Doing it without uploading
The documents people split are contracts where one exhibit goes to one party, scanned bundles from an administration, or a year of statements that needs to become twelve files. Those are exactly the files that should not be handed to a service, and splitting in the browser means they are not: load the page, disconnect, and it still works.
Frequently asked questions
Can I split a PDF without losing quality?
Yes. Pages are copied as objects rather than re-rendered, so text stays selectable and vector graphics stay sharp. Nothing is recompressed.
Why is my extracted page so large?
Embedded fonts and images travel with the page. Each output file has to stand alone, so shared resources are duplicated into every one.
Is there a page limit?
No imposed limit. The whole document is read into memory, so very large scans behave better on a laptop than on a phone.