📄 How to Compress PDFs Online Free: Reduce Size by 70%+ Without Losing Quality

📅 2026-05-29 ⏱️ 3 min read 🏷️ PDF Tools

You click "Send" and Gmail bounces back: "Attachment exceeds 25 MB limit." Your 32 MB PDF — a quarterly report, a portfolio, a scanned contract — needs to shrink. But squeezing it blindly can turn crisp text into pixelated soup. Here's how PDF compression actually works, when to use each compression level, and how to hit email attachment limits without ruining your document.

Why PDFs Get So Large

A PDF is a container. When it's large, one of three things is usually bloating it:

  • Embedded images (90% of cases): A single high-resolution photo embedded in a PDF can be 20-50 MB. A typical brochure with 10 full-page photos at 300 DPI can easily exceed 100 MB. The PDF spec allows multiple image formats (JPEG, JPEG2000, JBIG2, PNG, TIFF), each with different compression characteristics.
  • Embedded fonts (5% of cases): Full font files embedded for every typeface used, including unnecessary glyphs (CJK fonts with 20,000+ characters when you only used 100). Each font subset can add 50-500 KB.
  • Metadata and structure bloat (5% of cases): Edit history, duplicate objects from incremental saves, verbose XML metadata, embedded thumbnails. These can add hundreds of KB in pathological cases.

The PDF specification (ISO 32000, managed by the PDF Association) is 1,000+ pages. Most tools that create PDFs use only a fraction of the optimization options available.

Compression Levels: What They Actually Do

LevelImage RecompressionFont SubsettingTypical SavingQuality Impact
LowJPEG quality 85-90Yes20-35%Invisible on screen
MediumJPEG quality 60-75, downsample >150 DPIYes50-65%Barely perceptible
HighJPEG quality 30-50, downsample >72 DPIYes70-85%Noticeable on photos
MaximumAggressive JPEG + JBIG2 for text pagesYes + subset80-95%Visible artifacts

For most business documents — reports, proposals, invoices — medium compression hits the sweet spot: small enough to email, sharp enough to read on screen and print on an office printer.

Email Attachment Limits Cheat Sheet

Email ProviderAttachment LimitEffective Limit*Alternative
Gmail25 MB~18 MB PDFGoogle Drive link auto-inserted
Outlook.com20 MB~15 MB PDFOneDrive link
Yahoo Mail25 MB~18 MB PDFDropbox integration
Corporate Exchange10-35 MB (admin-configurable)~7-25 MB PDFInternal file server

* Effective limit is lower because email attachments are Base64-encoded, adding ~33% overhead. A 25 MB MIME limit means the actual file must be ≤~18 MB.

When NOT to Compress

  • Commercial print: Printers need 300 DPI+ images, embedded fonts, and CMYK color profiles. Compress a copy for review, keep the original for production.
  • Digitally signed PDFs: Compression modifies the document data, invalidating digital signatures (both visible and invisible PAdES signatures). Use a file-sharing service instead.
  • PDF/A archival: Archival PDFs must preserve exact pixel data. Compression breaks PDF/A compliance. These should be stored uncompressed (storage is cheap; reprocessing archival-quality source material is not).
  • PDFs with fillable forms: Some compression tools flatten forms (converting fields to static text/images). Test with a copy first.

Pro Tip: Compress Images Before Creating the PDF

The single most effective strategy: compress images individually before inserting them into a document. A 600 DPI TIFF scan of a contract (50 MB) converted to 150 DPI grayscale JPEG at 85% quality becomes roughly 300 KB — a 99% reduction — with text still perfectly legible. Then build your PDF from pre-compressed assets. This approach gives you per-image quality control that bulk PDF compression can't match.

Found this helpful? Explore 100+ free online tools — no signup needed.