Slate PDF

Compressing

Why Is My PDF So Large? (And How to Fix It)

A three-page PDF should not be 45 MB. Here are the six things that actually bloat a PDF, how to identify which one you have, and what to do.

March 8, 20262 min read

PDF file sizes are wildly inconsistent. A 200-page book can be 2 MB and a three-page scan can be 45 MB. The difference is almost never the amount of content — it is what the content is made of.

The six usual causes

1. It is a scan

Every page is a full-page photograph. At 300 DPI in colour, one A4 page is roughly 25 megapixels of data before compression. This accounts for the majority of oversized PDFs, and it compresses extremely well.

2. Images at print resolution used at thumbnail size

Someone dropped a 12-megapixel photo into a document and scaled it to a 5 cm square. The page shows a thumbnail; the file still contains all 12 megapixels. Downsampling fixes it entirely.

3. Embedded fonts, in full

A complete font family can be several megabytes, and a document using six of them carries all six. Subsetting keeps only the characters actually used and typically recovers most of that.

4. A background on every page

A scanned letterhead or watermark image placed on all forty pages can be stored forty times over. De-duplication collapses it to one copy.

5. Edit history

PDFs support incremental saving: each edit appends to the file rather than rewriting it. A document edited twenty times can carry twenty layers of superseded objects. Rewriting the file discards them.

6. Embedded attachments

PDFs can carry other files inside them — spreadsheets, images, whole documents. They are invisible in the reader and count fully towards the size.

What to do about it

CauseFixTypical saving
ScanCompress with downsampling70–90%
Oversized imagesDownsample to 150–200 DPI50–80%
Full embedded fontsSubset fonts10–40%
Repeated backgroundDe-duplicate resourcesVaries, sometimes dramatic
Edit historyRewrite the file10–50%
AttachmentsRemove them if not neededWhatever they weigh

A general-purpose optimiser addresses most of these in one pass, which is why "compress" fixes so many oversized PDFs even when the cause is not obviously an image.

Avoiding it next time

  • Scan at 300 DPI greyscale, not 600 DPI colour, for ordinary text.
  • Resize images before placing them in a document, not after.
  • Export to PDF once at the end rather than saving repeatedly.
  • Use two or three typefaces, not eight.

Do it now

Compress PDF

Reduce file size while maintaining quality. It runs in this browser tab — your file is not uploaded anywhere.

Open Compress PDF

Frequently asked questions

Why is my scanned PDF 50 MB?+

Because it contains a photograph of every page. Compression typically brings it under 5 MB with no visible change to printed text.

Does the page count determine file size?+

Barely. What the pages contain matters far more — a 500-page text document can be smaller than a three-page scan.

Can I see what is taking up the space?+

Some desktop tools report space by object type. In practice, the text-selection test tells you what you need to know in a few seconds.

Is a large PDF a problem?+

Only when it hits a limit or a slow connection. If it sends and opens fine, leave it alone.

Keep reading