Why Some PDFs Are Mysteriously Huge (And What Compression Can and Can't Fix)
Published 2026-09-14
Text takes almost no space; images take almost all of it
A page of plain typed text in a PDF might take up only a few kilobytes, since text is stored as compact instructions (which characters, what font, what position) rather than a picture of the letters. A single high-resolution photo embedded on that same page can easily add several megabytes — which is why a document's file size is overwhelmingly determined by its images, not its word count.
The most common causes of PDF bloat
- Scanned documents saved as images: a scanned page is typically stored as one large image per page rather than as searchable text, which is far heavier than the equivalent typed text would be — and it's also why scanned PDFs aren't searchable unless OCR (optical character recognition) has been run on them separately.
- Uncompressed or minimally compressed images: a photo pasted into a document at its original camera resolution, with no compression applied, can be many times larger than necessary for on-screen or even print viewing.
- Embedded fonts: to guarantee consistent appearance everywhere (see our article on why PDF became universal), fonts are often embedded directly in the file — usually a small cost, but it adds up with several different fonts or font weights in one document.
- Redundant objects from repeated editing: some office software leaves behind old, unused versions of objects each time a document is re-saved after edits, quietly bloating the file over each revision without any visible content change.
What structural optimization can and can't fix
A PDF optimizer that works on structure — removing duplicate objects, compressing the internal object streams, cleaning up leftover edit history — can meaningfully shrink a bloated file, especially one that's been edited many times. What it generally can't do is recompress or downscale the images already embedded inside the PDF, since that requires re-encoding the images themselves, a different and more aggressive kind of processing.
Check what's actually driving your file size
Our PDF Compress tool optimizes a PDF's internal structure and shows you the before/after size difference — and its content section is upfront about this exact distinction, so you know what kind of savings to expect for your specific file.