Skip to content
PDFLove

why is my pdf file so big

Why Your PDF File Is So Large

Text costs almost nothing to store. Images cost almost everything. If your PDF is large, it is carrying pictures — even if it looks like a document.

01

Text is tiny. Images are not.

A page of text in a PDF is not a picture of a page. It is a short list of instructions: use this font, put this character at this coordinate, then this one. A dense page of prose stores in a few kilobytes. A hundred such pages still fit comfortably in under a megabyte.

A scanned page is the opposite. It is a photograph of paper. At the 300 DPI most scanners default to, a single A4 sheet is roughly 2,500 by 3,500 pixels — around 8.7 million of them. Even compressed, that is commonly 300 KB to 1.5 MB per page. Twenty scanned pages will comfortably clear 20 MB, and nothing about the document looks any different to you.

So the first question is never "how do I compress this". It is "what is actually inside it".

02

How to tell in five seconds

Open the PDF and try to select a word with your cursor. If you get a neat text selection that follows the line, the file is real text and its size is coming from somewhere else — embedded images, fonts, or attachments. If you get a blue rectangle that ignores the words entirely, or nothing at all, every page is a picture.

The other quick test is search. Press Ctrl+F (Cmd+F on a Mac) and search for a word you can plainly see on the page. No match means no text layer, which means scans.

03

What actually shrinks it

If the file is scans, the only lever that matters is re-encoding the images: lower their resolution, raise the JPEG compression, or both. This is what every compression tool is doing under the hood, whatever it calls the setting. It is a genuine trade — you are throwing away picture detail in exchange for size — but the first pass is usually close to free, because 300 DPI is far more than a screen can display and more than most documents need to stay readable.

If the file is real text and still large, the weight is usually one of three things: a handful of high-resolution images somewhere in the middle, fully embedded fonts where subsets would do, or a form and annotation layer that was never flattened. Compression handles the first. Flattening handles the third, and has the side effect of making the document final.

Scanned pages
Compress. Expect a 50–90% reduction on a file that was scanned at default settings.
Text with a few big photos
Compress. The gain comes almost entirely from those few pages.
Filled forms and annotations
Flatten first. It merges the layer into the page and often shrinks the file as a byproduct.
Already small and still slow
Size is not your problem. Very complex vector graphics render slowly at any file size.

04

What will not help

Putting the PDF in a ZIP saves you almost nothing. The streams inside a PDF are already compressed, and compressing compressed data is close to a no-op — expect a percent or two, occasionally a slightly larger file.

Neither will deleting pages you actually need, printing to PDF and hoping, or emailing it to yourself first. And if the file is a scan, no amount of removing text will help, because there is no text in it to remove.

FAQ

Related questions

How small can a scanned PDF realistically get?

A page scanned at 300 DPI in colour typically lands between 300 KB and 1.5 MB. Re-encoded for screen reading, the same page usually comes down to 60–200 KB and stays legible. Below roughly 40 KB per page, text starts to look soft at normal zoom.

Does compressing a PDF lose quality every time?

It loses image quality, which is not the same thing as losing document quality. Text drawn as text is untouched by compression — it is stored as instructions, not pixels, so it stays perfectly sharp. Only the photographs and scans inside the file are re-encoded.

Why did compressing barely change the size?

Usually because the file was not image-heavy to begin with — there was nothing large to squeeze. It can also mean the images were already compressed hard by whatever produced the file, in which case a second pass has very little left to take.