How to compress a PDF: make files smaller without wrecking them
Short answer: Compress a PDF by choosing between two methods. Lossless structural compression subsets fonts and removes unused objects, typically saving 10-30 percent with zero visible change. Image downsampling re-encodes embedded photos at a lower DPI, which can cut a scanned document by 80-95 percent but is not reversible.
A PDF gets big for one of two reasons: it contains large images, or it contains a lot of accumulated structural junk. The fix is different for each. Structural compression rewrites the file, subsets fonts, drops orphaned objects, packs the cross-reference table, and never touches a pixel. Image compression downsamples photos and scans to a target DPI, which is where the real savings live. These guides cover both, plus the email limits that started the problem.
Every guide in this topic
- How to compress a PDF file for free, Compress a PDF for free in your browser. When lossless structural compression is enough, when to downsample images, and how much each method actually saves.
- How to reduce a PDF file size for email, Attachment limits for Gmail, Outlook, iCloud and Yahoo, why a 24 MB file still bounces, and four ways to get a large PDF into an email that actually sends.
- How to compress a PDF without losing quality, What lossless PDF compression really means, which DPI target is safe for print and screen, and how to shrink a file without visible damage to text or scans.
- Why is my PDF file so large? 8 reasons, Eight things that make a PDF huge: scanned pages, unsubsetted fonts, duplicated images, incremental saves, uncropped photos, form fields and colour profiles.