A 60 MB PDF is a small daily disaster. It bounces off the 25 MB Gmail limit, crawls on conference-room Wi-Fi, and makes the person opening it on a phone wait and resent you a little. The instinct is to “compress it” — but compress it wrong and the text turns to mush. Here is how to cut 70-90% of the size while keeping the document genuinely readable.
Lossless vs lossy: the only distinction that matters
Every PDF compressor does one or both of these:
- Lossless optimization restructures the file without changing a single visible pixel: it removes duplicated objects, subsets embedded fonts to only the glyphs used, and re-compresses internal data streams. Result: smaller file, identical appearance. There is never a reason not to do this.
- Lossy compression throws away data you (hopefully) will not miss — almost always by downsampling images to a lower resolution. This is where quality can drop, and where judgement is required.
The winning strategy is simple: always do lossless first, and only reach for lossy if you still need to be smaller.
What is actually making your PDF large
Before compressing, know the enemy. In practice it is a short list:
- Full-resolution images. A phone photo dropped onto a page is often 300+ DPI when the page only needs 150.
- Scanned pages. Each page is one giant image instead of text — the number-one cause of monster PDFs.
- Over-embedded fonts. Whole font families embedded when six glyphs are used.
- Redundant objects. The same logo embedded 40 times; leftover editing history.
A text-only contract that is somehow 30 MB is almost always secretly a scan.
The optimal settings, by use case
Match resolution to where the document will actually be seen:
| Use case | Target DPI | Typical size cut | Quality risk |
|---|---|---|---|
| Email / on-screen reading | 96-120 DPI | 80-90% | Low (fine on screens) |
| Office / laser printing | 150 DPI | 60-75% | Very low |
| Professional print | 300 DPI (keep) | 20-40% (lossless only) | None |
If a recipient will never print it, 150 DPI is almost always invisible to the eye and dramatic on file size.
How to compress a PDF without losing quality
- Open the compress PDF tool. It runs in your browser — the file is not uploaded.
- If it is a scan, OCR it first with the OCR tool. This turns image-pages into text where possible, which compresses far better.
- Start with the Recommended level (lossless + light, sensible image handling). Check the result.
- Only if still too big, step up to a stronger level (targets ~150 DPI). Preview the text.
- Download and confirm small text and thin lines still look crisp before you send.
Run lossless first and check the size against your actual limit (e.g. 25 MB for Gmail). Roughly half of real-world documents clear the bar on lossless alone — with zero quality loss. Do not reach for aggressive downsampling you do not need.
Mistakes that destroy quality (avoid these)
- “Print to PDF” of a PDF. This rasterizes every page into a flat image — bigger and unselectable text. Never do this to shrink a file.
- Screenshotting each page. Same outcome: text becomes pixels.
- Max compression by default. Cranking the slider to minimum size on a document headed for print produces visible artifacts. Choose by use case, not by reflex.
- Compressing before OCR. Compress a scan first and you lock in image bloat; OCR then compress instead.
Where compression fits with other tools
- Combined a few files and the result is heavy? Merge first, then compress once at the end.
- Only need part of a giant report? Extract the pages you need — often smaller than any compression.
- Still over the limit after strong compression? Split the PDF into two emails.
The technical “why” (briefly)
Image compression quality is fundamentally about resolution versus viewing size — the same trade-off described in any primer on image resolution and DPI. A 300 DPI scan shown on a screen at 96 DPI is carrying roughly ten times the pixel data the screen can display. Downsampling to match is not “losing quality” in any way a human sees — it is removing data that was never going to be visible.
Conclusion
“Compress without losing quality” is not marketing — it is literally what lossless optimization does, and it is enough surprisingly often. Do lossless first, match DPI to how the file will be used only if you need to go further, and never rasterize a PDF to shrink it. Your documents stay sharp and your emails actually send.
Shrink your file the safe way with the compress PDF tool — free, in your browser.
Use Compress PDF: Reduce file size while optimizing for maximal quality. No signup, nothing uploaded.
Frequently asked questions
Yes — lossless optimization (removing duplicate objects, subsetting fonts, recompressing streams) shrinks the file with zero visible change. For many office documents that alone is a 30-50% reduction.
150 DPI for office printing, 96-120 DPI for screen/email, and keep 300 DPI only if it goes to a professional printer. Matching DPI to actual use is where the big savings are.
Each page is stored as a full-resolution image. Run OCR first, then compress — 40 MB to under 2 MB is common.
Not on imisspdf. Compression runs in your browser, so the document is never uploaded.
Related articles
Convert PDF to Excel (Tables to Spreadsheet)
Pull tables out of a PDF into editable Excel rows and columns. When it works well, when to expect cleanup, and how to do it free.
How to Convert Word to PDF (Keep Formatting)
Turn a .doc or .docx into a PDF that looks the same on every device. Why PDF beats sending Word, and how to convert for free.
How to Convert a PDF to JPG Images
Export PDF pages as JPG or PNG images — one per page or just the ones you need. Free, in your browser, nothing uploaded.