Large PDF files are a daily headache — whether you're emailing a contract, uploading homework, or submitting a print-ready document. A single high-resolution PDF can balloon to 50, 100, or even 200 megabytes, making it impossible to email or causing upload forms to time out. This guide explains exactly how to compress PDFs effectively, covering the two main techniques, when to use each, and why the right approach depends on what's inside your file.
A PDF is a container format. It packages together text, fonts, vector graphics, and raster images. Most of the time, the images are the culprit. Here's why:
About 80% of PDF file size comes from raster images. That means effective image compression is the primary lever for shrinking PDFs.
There are two families of PDF compression. Understanding them matters because choosing the wrong one either wastes space or ruins quality.
Lossless methods shrink the file without losing any data. The PDF looks and prints identically to the original. Techniques include:
Lossless is the right default for documents that will be edited, printed professionally, or archived. You'll typically see 5–20% reduction here — smaller gains than lossy, but zero risk.
Lossy compression discards information that the human eye is unlikely to notice. This is where the big savings happen — often 50–90% reduction:
Lossy is right for viewing on screen — web, email, mobile. It is not appropriate for legal documents, academic papers with fine detail, or anything you'll print professionally.
Here's a practical workflow. You can follow these steps using any tool (we built smartpdfconv to automate all of this in your browser):
Ask: Is this mostly text, mostly images, or a mix? A text-heavy document (reports, essays) benefits less from compression than an image-heavy one (photos, scanned pages, design mockups). Quick check: if the file is over 5 MB, images are almost certainly the cause.
Define what "good enough" means:
| Use case | Max size | Compression approach |
|---|---|---|
| Email attachment | 10 MB | Lossy, 150 DPI, JPEG 80% quality |
| Web upload | 5 MB | Lossy, 150 DPI, JPEG 70% quality |
| Professional print | 50 MB | Lossless or lossy at high quality (90%+) |
| Archive / legal | No limit | Lossless only |
For a browser-based, private experience (no uploads), use our Compress PDF tool. It uses WebAssembly (pdf-lib) to process your file entirely in-browser. For more control, here's what happens under the hood:
Open the compressed PDF and scroll through every page. Check especially for text that's hard to read or images that look pixelated. If quality is insufficient, re-run with a higher quality setting.
| Tool | Privacy | Max reduction | Notes |
|---|---|---|---|
| smartpdfconv (browser) | 100% private, no upload | up to 90% | Web-based, WebAssembly, free |
| Adobe Acrobat Pro DC | Desktop app | up to 80% | Paid subscription, most control |
| Preview (macOS) | Local only | up to 30% | Quartz filter, basic |
| Ghostscript CLI | Local only | up to 90% | Powerful but command-line |
| SmallPDF (online) | Uploads to server | up to 70% | Convenient but not private |
| Setting | Light | Recommended | Extreme |
|---|---|---|---|
| Image downsampling target | 200 DPI | 150 DPI | 110 DPI |
| JPEG quality factor | 85% | 70% | 50% |
| Expected reduction | 20–35% | 50–80% | 80–90% |
The best way to compress a PDF depends on three things: what's inside the file, who will use it, and whether privacy matters. For most people emailing documents, recommended lossy compression at 150 DPI with 70% JPEG quality hits the sweet spot — a 70–90% size reduction that's still perfectly readable. For anything that must reproduce exactly, stick with lossless.
Ready to compress your PDF?
Compress PDF Now (Free, Private)