How to Compress a PDF Without Losing Quality
A 40-page slide deck exported from PowerPoint can easily land at 60-80 MB, while the same content saved as a well-tuned PDF should be a fraction of that. The gap almost always comes from one place: images. Understanding what's actually taking up the space is the difference between a compression pass that keeps your document crisp and one that turns your diagrams into mush.
What actually makes a PDF large
A PDF is a container format — it can hold vector text, vector graphics, fonts, and raster (pixel-based) images, all bundled together. Vector text and vector line-art are tiny; a page of body text is typically a few kilobytes. The bulk of a bloated PDF is almost always:
- Embedded raster images at full camera/scanner resolution. A scanned page saved at 600 DPI is massively higher resolution than anything a screen or even a laser printer needs.
- Duplicated or unsubsetted fonts. Some export tools embed the entire font file for every font used, even if only a handful of glyphs appear.
- Uncompressed or poorly compressed image streams — for example, images saved as raw bitmap data instead of JPEG-encoded.
What compression can and can't fix
PDF compression tools work primarily by re-encoding embedded images at a lower quality/resolution and re-compressing the document structure itself (removing redundant objects, compressing embedded fonts and streams). This is why compression has diminishing returns on a text-only PDF — there's very little "fat" to trim on vector content — but can shrink an image-heavy scanned document by 70-90% with barely visible quality loss, because scanned pages are usually captured at far higher resolution than needed for on-screen reading.
What compression generally cannot do is add back detail once it's discarded. If you compress aggressively and the source images get downsampled hard, resharpening later won't recover the lost detail. This is why picking the right compression level up front matters more than the tool itself.
Choosing a compression level
A few rules of thumb, depending on what the PDF is for:
- Reading on screen or emailing: moderate compression is almost always safe. Screens rarely render more than 150 DPI effectively, so downsampling images to that range is usually invisible.
- Printing on a standard office printer: keep image resolution closer to 300 DPI — go easier on the compression slider, especially for photos or detailed diagrams.
- Archival or legal documents with fine print or signatures: use the lightest compression setting, or compress only the image data while leaving text layers untouched if your tool supports it.
- Scanned text documents (not photos): these tolerate aggressive compression well, since the "detail" that matters is text legibility, not photographic nuance.
If you're not sure, start with a moderate setting and open the result at 100% zoom before sending it anywhere important — checking fine text and any diagrams with thin lines, since those degrade first.
A quick pre-compression check
Before compressing, it's worth checking whether the bloat is even fixable via compression at all. If a 20-page PDF is 200 MB, it's worth opening it and checking whether a handful of pages contain uncompressed, full-resolution embedded images or scans — sometimes splitting out and separately re-scanning or replacing one offending page is more effective than compressing the whole file.
Try it yourself — upload a PDF and pick a compression level with a live before/after size comparison.
Open Compress PDF →