“Compress this PDF” is three different requests hiding under one button: shrink bytes for email, reduce bandwidth for web download, or destroy redundant objects for archival. Safe compression preserves legibility for the intended zoom level and keeps text selectable when the source was vector-native.
The real levers: images, fonts, duplicates, transparency
Most megabyte-heavy PDFs are slide decks or scanned documents. For slides, aggressive JPEG recompression of embedded images shrinks files quickly but can introduce banding in gradients. For scans, downsampling DPI without checking OCR layers can hurt searchability. Good pipelines choose target DPI based on viewing distance - an invoice archived at 150 DPI is often plenty; fine print contracts may not be.
Email-safe sizing without shameful blur
Many SMTP gateways still grumble near 20–25MB. If your deck is bloated from 4K screenshots, crop to the relevant region before recompressing - geometry reduction beats coefficient mangling every time.
Compression postures
| Goal | Do this | Avoid this |
|---|---|---|
| Email attachment | Recompress raster pages; dedupe fonts | Flattening forms you still need editable |
| Archival fidelity | Lossless object cleanup; keep vectors | Blind “minimum size” presets |
Linearization vs recompression (two different “optimize” buttons)
Some tools “optimize” by rewriting object streams for faster web byte ranges (linearized PDF) without changing image quality - great for CDN delivery. Others recompress imagery - great for shrinking megabytes, risky for evidence-grade scans. Read the fine print on whichever product you use; the same verb hides both behaviors.
When you must keep signatures legally crisp, prefer passes that preserve monochrome CCITT Group 4 fax streams over aggressive JPEG passes that introduce ringing around black strokes.
Cluster: merge → split → compress
Read merge without losing quality before compressing merged outputs, then adopt full merge/split/compress workflows for repeatability. Older walkthroughs like free merge basics still anchor terminology.
Toollabz PDF compress
The PDF compress tool exposes quality tiers - treat them as intent presets, then visually inspect headers, footnotes, and fine print. Pair with merge / split when packaging bundles for clients.
Hub
Browse everything PDF-related on the PDF tools hub.