Skip to content

How to Compress a PDF Without Losing Quality

How-To6 min readJanuary 20, 2025
Table of Contents

PDF compression reduces file size by targeting the actual sources of bulk: embedded images, embedded fonts, and structural overhead. The key insight is that not all compression is lossy — the parts that actually affect quality (images) can be compressed at minimal visible loss, while fonts and metadata can be stripped without any quality impact at all.

This guide walks through the complete compression process: diagnosing why your PDF is large, selecting the right compression mode for your use case, and understanding what the numbers mean before you commit to a quality level. At the end, you will know exactly what to expect before compressing any PDF.

Step 1 — Diagnose Why Your PDF Is Large

Before compressing, identify the dominant cause of your PDF's size. This determines which compression mode to use and what reduction to expect.

Open your PDF reader and check File > Properties or Document Properties. The key field is "Producer" or "PDF Creator":

  • Xerox, Canon, HP, Fujitsu — Scanner origin. Your PDF is essentially a collection of high-resolution images. Aggressive compression will achieve 60-80% reduction.
  • Microsoft Word, Google Docs, LibreOffice — Office export. The file contains real text with embedded fonts. Compression gains come from font subsetting. Expect 20-40% reduction.
  • Adobe InDesign, Illustrator — Professional typesetting. Usually already efficient. Expect 5-20% reduction mainly from metadata removal.
  • Unknown or already compressed — Limited further gains. If you compressed it before, a second pass yields little.

You can also check file size against page count as a rough heuristic: text-only PDFs should be around 50-150 KB per page. If yours is 1 MB per page or more, images are the cause.

Compress your PDFStart with the Ebook setting for most use cases

Step 2 — Choose the Right Compression Mode

Compression modes map to image DPI targets. Choose based on how the compressed PDF will be used.

Screen mode (72 DPI): Images are recompressed to 72 DPI — the native resolution of most monitors. Documents viewed at 100% zoom on screen look identical to the original. Not suitable for printing at any size. Use for: email attachments, online form uploads, internal sharing, archived copies that will only ever be viewed digitally.

Ebook mode (150 DPI): Images at 150 DPI. Readable on screen and adequate for low-volume monochrome laser printing (office printers at standard settings). This is the best all-purpose setting for most business documents. Use for: client-facing PDFs, shared reports, online publications, documents that might occasionally be printed.

Print mode (300 DPI): Images at 300 DPI — professional print resolution. Compression gains come from font subsetting and metadata removal only. Use for: documents going to commercial printers, high-quality photo books, legal deliverables where every pixel must be preserved.

Prepress mode: Minimal compression with full colour profile preservation. For professional print workflows only. The output is nearly the same size as the input.

Step 3 — Understand the Size Reduction Numbers

After compressing, a result panel shows original size, compressed size, and the percentage reduction. Here is how to interpret these numbers.

A 60-80% reduction is excellent and expected for scanner-origin PDFs compressed in Screen mode. A 30-50% reduction is good for mixed-content PDFs (text with embedded photos or diagrams). A 10-20% reduction is typical for text-only PDFs regardless of compression mode. A 5% or less reduction means the PDF was already compressed or contains very little compressible content.

If the reduction is less than expected, the file may already have been compressed previously (check the Producer field for other PDF tools). Re-compressing an already-compressed PDF yields minimal results — the images inside are already at low quality, and compressing further would cause visible degradation for negligible size gain.

For PDFs that need to meet a specific size limit (email attachment limits, portal upload limits), use the Screen mode first. If the result is still above the limit, use the Split PDF tool to break it into smaller parts, or reduce image dimensions in the source document before creating the PDF.

Step 4 — Verify Quality Before Distributing

Always open the compressed PDF before sending it. Check specifically:

Zoom to 100% and read a paragraph of text — text should be sharp and fully readable at any DPI setting (text is never recompressed).

Zoom to 200% and examine embedded photos — at Screen mode (72 DPI), some pixellation is expected and normal when zoomed in. At Ebook mode (150 DPI), photos should look good at 100% zoom and tolerable at 200%. At Print mode (300 DPI), photos should remain crisp at 200% zoom.

Scroll through all pages to verify nothing is missing or corrupt. Check that any interactive form fields still work if the PDF contains a form.

If quality is acceptable, the compressed PDF is ready to send. If quality is insufficient for your use case, re-compress using a less aggressive mode. If you are meeting a specific file size limit and quality is borderline, consider whether splitting the document is preferable to using a more aggressive compression setting.

Frequently Asked Questions

What is the best PDF compression setting for email?
Ebook mode (150 DPI) is the best all-purpose setting for email attachments. It reduces file size by 30-50% for most PDFs while maintaining sufficient quality for screen reading and light printing. For documents that are only ever viewed on screen (never printed), Screen mode (72 DPI) achieves 60-80% reduction.
Does compressing a PDF make text harder to read?
No. Text is not affected by PDF compression regardless of the mode you choose. Only embedded images are recompressed. Text remains sharp at any zoom level. Only if the PDF is entirely image-based (scanned, with no real text layer) will zooming in show pixellation.
Can I compress a PDF to below 1 MB?
For most text-heavy PDFs (10-30 pages with minimal images), yes — Screen mode typically produces a file under 500 KB. For image-heavy PDFs or scanned documents, it depends on page count and image resolution. A 50-page scanned document can usually compress to 1-5 MB in Screen mode. Use the tool and check the result — it shows the output size before you download.
Is it safe to compress a PDF multiple times?
Compressing a PDF that was already compressed yields minimal gains and may slightly degrade image quality with each pass (generation loss). Always start from the original source PDF. If you need a smaller file, choose a more aggressive compression mode on the original rather than re-compressing an already-compressed file.
Does compressing a PDF affect digital signatures?
Yes. Compression modifies the PDF's byte structure, which invalidates any existing digital signatures. If your PDF has been signed, compress it before signing, not after. If it is already signed, do not compress it if the signature validation matters.
Why is my compressed PDF larger than the original?
This can happen if the original PDF used a compression format that the compressor cannot improve upon, or if the compressor adds overhead during re-encoding that exceeds the savings. This is uncommon but not impossible for very small PDFs (under 100 KB) that are already well-optimised. In this case, keep the original.

Summary

PDF compression is one of the highest-leverage operations you can apply to a document before distributing it. A scanner PDF at 20 MB can often compress to 2-4 MB in Ebook mode — reducing email send time, storage costs, and the frustration of recipients on slow connections.

The three steps — diagnose the source, choose the mode, verify the output — take under two minutes and apply to any PDF. Start with Ebook mode as your default for everyday documents and adjust up or down based on what the result shows.

Try these tools

Related guides

All Guides