Skip to main content
Guides

How to Compress PDF Without Losing Quality

February 20, 20266 min read

Why Do PDFs Get So Large?

A PDF might be just a few pages, but it can easily reach tens or hundreds of megabytes. Understanding why helps you make better compression decisions.

Embedded images are the primary culprit. A single full-page photograph at 300 DPI can be 10-30 MB uncompressed. PDFs created from scanned documents are essentially collections of full-page images, making them particularly large.

Embedded fonts add size. PDFs embed the fonts used in the document to ensure consistent rendering. A single font family with multiple weights (regular, bold, italic) can add 500 KB to 2 MB.

Vector graphics and illustrations are usually small, but complex diagrams with thousands of paths can accumulate significant size.

Metadata and structure add overhead. Bookmarks, form fields, JavaScript, embedded files, and document metadata all contribute to file size.

Duplicate resources cause bloat. When PDFs are created by merging multiple documents, the same font or image might be embedded multiple times.

How PDF Compression Works

PDF compression reduces file size through several techniques:

Image Recompression

The most impactful technique. Images embedded in the PDF are re-encoded with more aggressive compression settings. JPEG quality can be reduced from 95% to 75% with minimal visible difference. For most documents, this alone reduces file size by 40-70%.

Image Downsampling

High-resolution images (300+ DPI) are reduced to a lower resolution. For on-screen viewing, 150 DPI is sufficient. For printing, 200-250 DPI works well. This dramatically reduces size for scanned documents.

Font Subsetting

Instead of embedding the entire font, only the characters actually used in the document are included. A document that uses 50 unique characters from a font needs only a small fraction of the full font file.

Object Stream Compression

The PDF's internal structure — page trees, cross-reference tables, metadata — is compressed using standard algorithms like Flate (deflate/zlib). This provides modest but consistent savings.

Removal of Unnecessary Data

Metadata, thumbnails, JavaScript, embedded files, and unused resources are stripped from the document. This is the "low-hanging fruit" of compression — it removes data you probably don't need.

Choosing the Right Compression Level

Most compression tools offer multiple quality presets. Here's how to think about them:

Minimum Compression (High Quality)

  • Reduces size by 10-30%
  • Preserves near-original image quality
  • Best for: documents you plan to print professionally

Recommended Compression (Balanced)

  • Reduces size by 40-70%
  • Minimal visible quality loss on screen
  • Best for: email attachments, web sharing, general use

Maximum Compression (Smallest Size)

  • Reduces size by 60-90%
  • Noticeable quality reduction on zoomed images
  • Best for: archival, low-bandwidth situations, documents viewed only on screen

For most users, the recommended (balanced) setting is the right choice. It provides significant size reduction without compromising readability.

Step-by-Step: Compress with LittlePDF

Step 1: Open the Compress PDF tool on LittlePDF.

Step 2: Upload the PDF file you want to compress.

Step 3: Select your preferred compression level. If unsure, start with "Recommended."

Step 4: Click "Compress." The tool processes your file in seconds.

Step 5: Download the compressed PDF. The tool shows you the original and compressed sizes so you can see the savings.

Step 6: Open the compressed file and check key pages — especially pages with images, charts, or fine text — to verify acceptable quality.

When Not to Compress

Compression isn't always the right answer:

  • Documents for professional printing require full-resolution images. Use minimum compression or skip it entirely.
  • Legal and archival documents where exact reproduction matters should be preserved at original quality.
  • Already-compressed PDFs won't benefit much from further compression. If the file was already optimized, you might save only 5-10%.
  • PDFs with primarily text content are already small. A 100-page text-only document might be only 200 KB — compression won't make a meaningful difference.

Tips for Keeping PDFs Small from the Start

Export at the right resolution. When creating PDFs, choose appropriate image quality settings. For screen viewing, 150 DPI is sufficient. For print, 300 DPI is standard.

Use vector graphics where possible. Charts, diagrams, and logos as vectors are dramatically smaller than raster images and scale without quality loss.

Avoid "print to PDF" for web pages. Browser print-to-PDF often creates large files with embedded images at screen resolution. Use a dedicated HTML-to-PDF converter for better results.

Compress images before adding them to documents. If you're building a PDF in Word or InDesign, compress images in an image editor first. This prevents bloated source files.

Summary

PDF compression is a balance between file size and visual quality. For most uses, a moderate quality preset will cut file size by 50-80% with no perceptible quality loss. For professional printing, stick to lossless methods. And whichever approach you choose, always review the result before sharing it.

Ready to try it?

Use our free online tool — no signup required.

Try How to Compress PDF Without Losing Quality