Why Is My PDF So Large? Anatomy of an Oversized File
It is one of the small absurdities of office life: a three-page scan that outweighs a three-hundred-page novel. The novel, as an e-book, might be 800KB; your scan is 40MB. Nothing is wrong with your computer — the two files just contain fundamentally different things, and understanding the difference is the key to shrinking any PDF intelligently.
The number one culprit, by an enormous margin, is images. Text in a PDF is stored as compact instructions — 'draw these characters in this font at this position' — and a full page of it costs a few kilobytes. A scanned page, by contrast, is a photograph: at 300 DPI in color, that is roughly 8.7 million pixels per A4 page before compression. Ten such pages easily outweigh a novel. Photos inserted into reports do the same thing at smaller scale, especially images pasted at full camera resolution to be displayed at postage-stamp size.
The second tier of weight is fonts. Every distinctive typeface your document uses may be embedded in the file, and a full CJK font can add several megabytes on its own. Well-behaved tools embed subsets — only the characters actually used — but plenty of software embeds everything. Third comes invisible baggage: previous versions of edited pages left behind by incremental saves, unused objects, duplicated images, form data, and metadata. This dead weight does nothing for the reader but still travels with every copy.
The diagnosis determines the cure. If your PDF is scan-based or image-heavy, image recompression is where the megabytes are: PdfWill's compress tool re-encodes embedded images at sensible resolution while leaving text and vectors untouched, and its lossless pass also rebuilds the file structure, discarding the invisible baggage along the way. If color is unnecessary, grayscale conversion removes two-thirds of the pixel data before compression even starts. And if only some pages matter, removing pages is the most honest diet of all.
A useful mental benchmark when you wonder whether a file is 'too big': pure text runs a few KB per page, mixed text-and-graphics documents perhaps 100-300KB per page, and clean scans around 0.5-1MB per page after decent compression. If your PDF sits far above its class, it is carrying weight it does not need — and now you know where to look for it.