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 PDF— Start with the Ebook setting for most use casesStep 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?
Does compressing a PDF make text harder to read?
Can I compress a PDF to below 1 MB?
Is it safe to compress a PDF multiple times?
Does compressing a PDF affect digital signatures?
Why is my compressed PDF larger than 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.