How to Compress a PDF Without Losing Quality
This page explains the technical difference between lossy and lossless PDF compression, what "quality" means in the context of PDF files, and which compression settings preserve text, images, and vector graphics. It includes a DPI reference table, a guide for choosing the right compression level by use case, and an honest assessment of what compression cannot preserve.
Aurora PDF has officially merged into the flagship PDF Agile. Download the latest desktop client to enjoy 100% offline batch PDF compression, editing, and conversion — completely private and secure on your local computer.
H2-1: Lossy vs Lossless PDF Compression — What’s the Difference?
Lossless compression reorganises the internal structure of the PDF (stream compression, font subsetting, removing redundant data) without altering any visible content. A losslessly compressed PDF looks identical to the original at any zoom level. Typical size reduction: 10–30%.
Lossy compression downsamples embedded raster images (photographs, scanned pages) to a lower resolution. Once applied, the original resolution is permanently lost. Typical size reduction: 40–90%, depending on image content.
The critical distinction: text in PDFs is vector data, not an image. It is never affected by lossy compression. Only embedded raster images (JPEG photos, PNG screenshots, scanned pages stored as image layers) are downsampled.
Practical implication: if your PDF contains no photographs or scanned images (e.g. it was exported from Word or Excel with no embedded pictures), lossy and lossless compression produce nearly identical visual results. If your PDF contains photos or scans, lossy compression will visibly reduce image sharpness at high zoom or when printed.
H2-2: DPI Guide — Which Quality Setting Should You Choose?
DPI (dots per inch) is the resolution of raster images inside your PDF. This table shows what each DPI level looks like and which use cases it suits:
| DPI | Visual Quality | File Size Impact | Best For |
|---|---|---|---|
| 300 DPI | Print-sharp, professional | No reduction (original) | Print, publishing, legal submissions |
| 150 DPI | Sharp on screen, acceptable print | ~50–60% reduction | Sharing, email, web forms |
| 96 DPI | Clear on screen, not suitable for print | ~70–75% reduction | Digital-only documents, web upload |
| 72 DPI | Readable on screen, blurry when printed | ~80–90% reduction | Archiving, maximum size targets |
Rule of thumb: If the PDF will be printed, use 150 DPI minimum. If the PDF will only be viewed on screen or submitted to a portal, 96 DPI is sufficient and unnoticeable on standard monitors.
H2-3: What PDF Compression Actually Affects
A PDF file contains several types of content that respond differently to compression:
| Content Type | Affected by Lossy Compression? | Notes |
|---|---|---|
| Text (vector) | No | Remains perfectly sharp at all compression levels |
| Vector graphics (diagrams, charts) | No | Lines and shapes are mathematical — not pixel-based |
| Embedded photos (JPEG, PNG) | Yes | Downsampled to target DPI; quality visibly reduced |
| Scanned pages (image layer) | Yes | Most impacted — scans are raster images at full page width |
| Fonts | Partially | Font subsetting removes unused characters (invisible to reader) |
| Hyperlinks and bookmarks | No | Navigation structure is preserved |
| Digital signatures | Yes (invalidated) | Compression modifies the file structure, breaking signature validation |
H2-4: Best Settings for High-Quality Compression
To compress a PDF while maintaining quality acceptable for professional use:
Recommended settings:
- Image DPI: 150 (Standard mode in most tools)
- Colour space: Keep original (do not convert to greyscale unless required)
- Font subsetting: On (transparent to the reader, saves 5–15%)
- Metadata removal: On (removes author name, software info — invisible to reader)
- Transparency flattening: Off (required for PDFs with layered transparency effects)
Expected result: A 10MB office document with embedded images compressed at 150 DPI will typically output at 3–4MB while remaining print-acceptable.
Tools that offer DPI-level control:
- Adobe Acrobat Pro: PDF Optimizer (File → Save as Other → Optimized PDF) — full per-image-type DPI control
- PDF Agile (Offline Desktop): "eBook" mode = 150 DPI, "Screen" mode = 72 DPI
- iLovePDF: "Recommended" = ~150 DPI, "Extreme" = ~72 DPI
Ready to compress your PDF? It's free — no account required.
Compress PDF — High Quality ModeFrequently Asked Questions
Yes, using lossless-only compression. This typically achieves 10–30% size reduction by reorganising internal streams and removing metadata without touching image resolution. In Adobe Acrobat Pro, this is the "Remove Hidden Information" + "Optimize Scanned PDF" (with resolution kept at original) workflow. In PDF Agile, select "Printer" quality mode.
Use 150 DPI minimum for standard office printing (laser printers, A4/Letter). Use 300 DPI if the document will be commercially printed or includes fine-detail photography. Do not use 72 or 96 DPI for print — the output will appear noticeably blurry.
This happens when the PDF is already compressed. Re-running a compression algorithm on an already-compressed file can increase size because the compressor adds its own overhead (headers, metadata) to a file that has no remaining redundancy to remove. This is especially common with macOS Preview's Quartz Filter on already-optimised PDFs.
No. Text extraction and search work from the vector text layer, which is not modified by compression. OCR text layers (added to scanned PDFs) are also preserved. The only exception is if a PDF is compressed to an image-only format (flattened), which removes the text layer entirely — standard compression tools do not do this.