Skip to content
PDFPilot
Guides

How to Compress a PDF Without Losing Image Quality

5 min read

Key takeaways

  • Image compression is responsible for 60–90% of most PDF file size — target it first
  • DPI reduction to 150 is invisible on screen; 96 DPI is acceptable for web-only documents
  • Embedded fonts can be subsetted to include only the characters used in the document
  • Lossless vs lossy compression: use lossless for text-heavy docs, lossy for photo-heavy docs
  • Always keep the original — compression is destructive and cannot be reversed

A PDF that was perfectly reasonable to create can become a problem to share. Design files, scanned contracts, photo portfolios, and presentation exports routinely grow to 50MB or more — too large for email, too slow to upload, and unnecessary to store at full size.

Compression fixes this. But poorly applied compression degrades image quality in ways that make the document look unprofessional or, worse, unreadable.

This guide covers how to compress PDFs effectively, preserve image sharpness, and choose the right settings for your document type.

Why PDFs Get So Large

PDF size is driven by a few main factors:

Embedded images — Every photo, screenshot, or graphic embedded in a PDF is stored at its original resolution unless explicitly downsampled. A single full-resolution photo can be 5–15MB on its own.

Embedded fonts — PDFs often embed complete font files so the document renders correctly on any machine. A single font family can add 1–3MB.

Uncompressed layers — Some PDF creation tools (particularly design applications exporting for print) preserve all layer data and use minimal compression to maintain print quality.

Scanned content — Scanned documents create large bitmaps. A single scanned page at 300 DPI is typically 1–3MB before compression.

Understanding which of these applies to your document tells you which compression approach will be most effective.

Compression Strategies by Document Type

Text-Heavy Documents (Reports, Contracts, Forms)

For documents where the priority is readable text and crisp vector graphics:

  • Font subsetting — Embed only the characters actually used in the document rather than the full font file. A document using 200 characters from a 10,000-character font family can have its font footprint reduced by 90%.
  • Lossless image compression — Use ZIP/Flate compression for any graphics that are already small. This reduces size without any quality loss.
  • Remove metadata — Authoring tools often embed extensive metadata (author info, software version, revision history). Stripping this can remove hundreds of kilobytes from complex documents.

Target outcome: 40–70% size reduction with zero visible quality change.

Photo-Heavy Documents (Portfolios, Catalogs, Magazines)

For documents where images dominate:

  • DPI downsampling — Reduce image resolution to match the intended use. Screen viewing requires only 72–96 DPI. Print-quality requires 300 DPI, but for most shared documents 150 DPI is indistinguishable.
  • JPEG compression — Apply lossy JPEG compression to photographs. A quality setting of 75–85% typically produces no visible degradation while reducing image size by 60–80%.
  • Format conversion — Convert PNG images to JPEG where transparency isn’t needed. PNG files are lossless but much larger than JPEG for photographic content.

Target outcome: 70–90% size reduction with minimal visible quality change.

Scanned Documents

Scanned PDFs present a specific challenge because the entire page is a bitmap image:

  • OCR + vector reconstruction — If the document is text-only, running OCR converts the bitmap scan to actual text, which is far smaller. A 50MB scanned report can become 500KB after OCR.
  • Grayscale conversion — Color scans of black-and-white originals waste significant space. Converting to grayscale (or black-and-white for purely text documents) can cut size by 50–70%.
  • Aggressive JPEG compression — For scanned documents where exact reproduction isn’t critical, JPEG quality settings of 60–70% are often acceptable.

Using PDF Editor to Compress

PDF Editor’s compression tool handles all of these scenarios through a single interface:

  1. Upload your PDF — drag and drop or select the file
  2. Choose your compression profile:
    • Screen — aggressive compression for web sharing and email (smallest file, lowest image quality)
    • Balanced — moderate compression with good visual quality (recommended default)
    • Print — light compression that preserves high resolution for printing
    • Custom — set DPI, JPEG quality, and font subsetting independently
  3. Preview the comparison — the before/after view shows file size and a side-by-side image quality comparison
  4. Download the compressed file

The entire process runs in your browser. Your document is never uploaded to a server.

How to Check Quality After Compression

After compressing, verify quality before distributing the document:

  • Zoom to 100% or 150% in a PDF viewer — compression artifacts are most visible at full size, not when zoomed out
  • Check text at small point sizes — fine text (8–10pt) is the first to show degradation
  • Review images near sharp edges — JPEG compression artifacts are most visible where high-contrast areas meet (text on a photo background, logos, charts)
  • Spot-check the last few pages — tools sometimes apply compression inconsistently across page ranges

If quality is insufficient, try a less aggressive setting. The goal is the smallest file where the quality remains acceptable for the document’s purpose.

What Not to Do

Don’t compress the compressed file. Running a PDF through compression twice causes compounding quality loss without proportional size savings.

Don’t use the “print to PDF” trick as a compression method. Printing and re-saving a PDF can actually make it larger by re-rendering content that was already optimized.

Don’t confuse file size with quality. A small PDF isn’t inherently lower quality — a well-compressed PDF can look identical to the original at normal viewing sizes.

Always keep the original. Compression is a destructive operation. Save the compressed version separately and preserve the original in case you need higher-quality output later.

Choosing the Right DPI Setting

Use CaseRecommended DPI
Web display, email sharing72–96 DPI
Office printing (laser)150 DPI
Professional printing300 DPI
Archival / source preservationOriginal DPI

For most shared business documents, 150 DPI at JPEG quality 80 is the sweet spot — undetectable quality difference on screen, significant file size reduction.


Compression done right is invisible. The goal isn’t a small file — it’s a file that’s as small as it can be without anyone noticing.

#compress #file size #images #optimization #PDF