PDF File Size: Why Are Your PDFs So Large (And How to Shrink Them)?

A one-page invoice shouldn’t be 8MB. A ten-page report shouldn’t choke an email attachment limit. Yet PDFs balloon in size constantly, and the reason is almost never the text — text in a PDF is tiny, stored as compact vector/font data. The actual culprits are a small, predictable list of things buried inside the file that most people never think to check.

This is the “why” companion to compressing a PDF — understanding what’s actually eating the space makes the fix (covered in our full guide on reducing PDF file size) make a lot more sense, and helps you avoid creating an oversized PDF in the first place.


The #1 Cause: Uncompressed Embedded Images

By a wide margin, the biggest driver of PDF file size is images pasted or placed into the document at full, uncompressed resolution. A single photo straight from a modern phone or DSLR can be 4–12MB on its own — paste four or five of those into a report, export to PDF, and you’ve built a 40–60MB file before you’ve written a word of body text.

The reason this happens so often: word processors and design tools generally embed images at whatever resolution you inserted them, not the resolution they’re actually displayed at on the page. A photo shown at 3 inches wide on a page might still carry 4000 pixels of source data behind it — dramatically more detail than the page (or a screen) can even show.

What’s really happeningWhy it inflates file size
Image inserted at full camera/screenshot resolutionFar more pixel data than the printed/displayed size needs
Image not re-compressed on exportThe PDF export process usually preserves the original embedded quality by default
Multiple images per page, repeated across many pagesEffects compound — one bloated image becomes fifty

Scanned Documents Are Basically Just a Stack of Large Images

A scanned PDF — a physical document run through a scanner or photographed with a phone app — isn’t stored as text at all. Every page is one image, full stop. There’s no compact vector text data to fall back on, which is why scanned PDFs are consistently the largest, hardest-to-shrink category: a 20-page scanned contract can easily hit 40–80MB, because it’s really 20 separate photographs glued into one file.

This is also why scanned PDFs compress differently than a normal document: since every “page” is fundamentally a picture, the same image-compression logic that shrinks a JPEG also applies here — lowering the effective resolution (DPI) of the scan is what actually reduces the file size, at some cost to how crisp the page looks if reprinted or zoomed into heavily.


Font Embedding

PDFs are designed to look identical on any device, which means they typically embed the actual font files used in the document rather than relying on the reader’s system to have that font installed. A document using several custom fonts, especially ones with large character sets (a font supporting many languages, symbols, or weights), can add a meaningful chunk of size — usually far less dramatic than the image problem, but it adds up in font-heavy design documents like brochures or presentations exported to PDF.

Font subsetting (embedding only the specific characters actually used in the document, rather than the entire font file) is the standard fix, and most PDF export tools do this automatically — but not always, depending on the export settings chosen.


Metadata, Thumbnails, and Layers

The smallest contributors, but still real on complex files:

  • Metadata — author info, editing history, embedded comments, and revision data can accumulate in a file that’s been edited and re-saved many times across multiple people.
  • Thumbnails and previews — some PDF creation tools embed a cached preview image of each page for faster loading in viewers, duplicating data that’s already in the page content.
  • Layers and hidden content — PDFs exported from design or CAD software can retain hidden layers, editable object data, or unused elements from earlier drafts that never got cleaned up before export.

None of these typically explain a truly huge file on their own, but on a document that’s been through many editing rounds, they can add several extra megabytes of dead weight.


A Quick Diagnostic: What’s Actually Making Your PDF Big?

SymptomMost likely cause
File is large but has very few pagesLarge embedded images, likely at full source resolution
File is large and every page “looks like a photo” (can’t select/copy text)Scanned document — stored as page images, not text
File is large despite being mostly textEmbedded fonts, especially several custom typefaces
File has grown after many rounds of editsAccumulated metadata, revision history, or leftover hidden layers

What to Do Next

Now that you know what’s actually driving the size up, the fix depends on which cause applies:

  1. If the culprit is embedded images (the most common case): compress the source images before they ever go into the document. Run them through AllMediaTools Image Compressor — see our guide on compressing images without losing quality for quality settings that keep them looking sharp at normal viewing sizes — then re-insert the smaller versions and re-export to PDF. This produces a noticeably better result than compressing the already-assembled PDF after the fact.
  2. If the PDF already exists and you can’t easily rebuild it, or if the cause is scanned pages, font embedding, or accumulated metadata, our full guide on reducing PDF file size walks through the free tools (Smallpdf, ILovePDF, Ghostscript) and settings that handle each of those cases directly.

AllMediaTools doesn’t currently offer a dedicated PDF compression tool — its compression strength is on the image side, which is exactly where most oversized PDFs actually originate, so pre-compressing images before they go into a document is the highest-leverage step available today.


Frequently Asked Questions

Why is my scanned PDF so much larger than a typed document?

Because a scanned PDF stores every page as an image rather than as text — there’s no compact vector text data to rely on. A 20-page scanned document is really 20 separate full-page photographs bundled into one file, which is why scanned PDFs are consistently the largest category and the hardest to shrink without visibly affecting how the page looks.

Does deleting text from a PDF reduce its size much?

Rarely by much. Text is stored extremely efficiently in PDFs (as vector/font data), so removing it barely moves the needle compared to the images, embedded fonts, or scanned page data that are usually the real cause of a large file.

Will compressing a PDF make the text blurry?

No — text is vector data and stays sharp at any compression level. Only embedded photographs and raster images lose detail when compressed. The exception is a fully scanned PDF, where the “text” you see is actually part of a page image, so compressing it does affect legibility if pushed too far.

Why did my PDF get bigger after I edited and re-saved it several times?

Repeated editing across multiple sessions or people can leave behind accumulated metadata, revision history, cached thumbnails, and sometimes hidden/unused layers from earlier drafts that were never fully cleaned up on export — none of these are huge individually, but they add up on a file with a long edit history.

What’s the single most effective thing I can do to keep a PDF small from the start?

Compress and resize any images to their actual display size and a reasonable quality setting before inserting them into the document, rather than pasting them in at full camera or screenshot resolution and hoping the PDF export process handles it for you.

Leave a Comment