When you compress a PDF, you are making one of two fundamentally different trades. Either you throw away some detail to gain size, which is lossy, or you repack the same data more efficiently with no detail lost, which is lossless. Knowing which is which helps you pick the right setting and understand why some files shrink a lot and others barely budge.
Lossless compression
Lossless compression makes a file smaller without changing a single pixel or character. When you decompress it, you get back exactly what you started with. In PDFs this applies mainly to:
- Text and content streams, compressed with Flate (the same algorithm as ZIP).
- Line art and vector graphics.
- Structure and metadata, packed into object streams.
The catch is that this content is usually already compressed when the PDF is created, so a second lossless pass gains little. If your PDF is mostly text, do not expect dramatic results. That is physics, not a tool failing. See PDF compression filters explained for the underlying detail.
Lossy compression
Lossy compression deliberately discards information your eyes are unlikely to miss, which is how it achieves large reductions. In PDFs this almost always means images:
- Re-encoding photos as JPEG at a lower quality setting.
- Downsampling images to a lower resolution.
A 600 DPI scan downsampled to 150 DPI and re-encoded can shrink by ninety percent or more while still looking fine on screen. The detail is gone for good, but it was detail you could not see at normal viewing size anyway.
How our tool uses both
The Compress PDF tool combines these strategies intelligently:
- By default it applies lossy compression to the images only, re-encoding and downsampling them, while leaving text and vectors losslessly intact. Your text stays selectable and sharp. The Light, Recommended, and Strong levels simply control how aggressive the lossy image step is.
- The optional Maximum compression mode goes fully lossy on everything by rasterizing each page into an image. It produces the smallest file but turns text into a picture, so use it only for stubborn or scanned files. See compress a scanned PDF.
Which should you choose?
- If your PDF has photos or scans and you want to keep the text usable, the default lossy-image approach is ideal. Read compress a PDF without losing quality for tuning advice.
- If the file is mostly text, accept that lossless gains are small and consider whether you even need to compress it.
- If you must hit a hard size target no matter what, Maximum compression is your last resort.
A note on repeated compression
Lossy compression compounds. Compressing an already lossy file again, especially with a strong setting, degrades it further each time, like photocopying a photocopy. Always compress from your highest-quality original rather than re-compressing a file you already shrank. Keep the master copy safe.
The bottom line
Lossless keeps everything but gains little on already-packed PDFs. Lossy gains a lot by sacrificing image detail you rarely notice. The Compress PDF tool gives you both, applied where each makes sense, so you can shrink files without needlessly destroying quality.