325Tools

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

By the 325Tools Team · Updated 2026-06-23

A 6-page PDF has no business being 48 MB — yet there it is, bounced back by a mail server. In almost every case the culprit is images: a PDF's text is tiny (a whole novel is under 1 MB as text), so when a PDF is huge, it's carrying heavy pictures. Here's how to find the cause and fix it.

The usual suspects

  1. Scanned pages at high DPI. A scanner saving at 600 DPI produces roughly four times the data of 300 DPI — and each page is stored as one giant photograph, even if it's just black text. This is the #1 cause: a 10-page scan can easily hit 50 MB.
  2. Full-resolution photos pasted into documents. Drop a 12-megapixel phone photo into a report and the PDF embeds all 4000×3000 pixels, even displayed at thumbnail size.
  3. Duplicated images. A logo placed on every page should be stored once and referenced; some export tools embed a fresh copy per page instead. Fifty pages, fifty logos.
  4. Embedded fonts. Usually 20–200 KB each — modest, but a designer file embedding a dozen full font families can add several MB on its own.

The fix, in order

Start with the Compress PDF tool: it re-compresses and downsamples embedded images in your browser (nothing is uploaded), which attacks causes 1–3 directly. Image-heavy PDFs commonly shrink 60–90% — a 40 MB scan dropping to 4–8 MB is a normal result. Text-only PDFs barely shrink, because there's nothing heavy to squeeze.

Still too big? Two more moves:

  • Split it. Email providers cap attachments around 20–25 MB (and some corporate servers at 10 MB). Use PDF Split to send a large document in parts, or to share only the pages that matter.
  • Rebuild the heavy pages. For a PDF that's really just pictures, export pages as images with PDF to JPG, shrink them with the Image Compressor, and reassemble.

And for next time: scan text documents at 300 DPI in grayscale or black-and-white, not 600 DPI color. That single setting change prevents most oversized scans.

Troubleshooting

  • Compression barely reduced the size. The file is probably text- and vector-heavy already, or its images were compressed on creation. There's little fat to trim — split it instead with PDF Split.
  • Text looks blurry after compression. The pages are scans (pictures of text), and downsampling softened them. Re-run Compress PDF at a lighter setting, or re-scan at 300 DPI black-and-white for sharp, small output.
  • It's small enough now, but the mail server still rejects it. Some servers also cap total message size, and Base64 encoding of attachments adds ~33% in transit. Aim for a file about 25% under the stated limit, or share a link instead.
  • The PDF is password-protected. Tools can't rewrite what they can't read. Remove the protection first (you'll need the password), compress, then re-protect.

Tools used in this guide