⌘K

Documents

PDF Compression

PDF compression reduces the file size of a PDF by re-encoding its images, removing redundant objects and compressing content streams, ideally without visible loss of quality.

Updated 12 Aug 2026

Why PDFs get big

A PDF is a container. Text and vectors are tiny; the weight almost always comes from embedded raster images, embedded font files, and objects left behind by editing — old revisions, unused resources and metadata. A scanned document is really a stack of photographs, which is why scans dwarf text-based exports.

Lossless versus lossy

ApproachWhat it doesQuality
LosslessCompresses streams, removes duplicate and unused objectsIdentical output
Image downsamplingReduces image resolution to a target DPIFine for screen, visible when printed
Image re-encodingRe-compresses photos as JPEG at a lower qualitySlight softening, large savings
Font subsettingKeeps only the glyphs actually usedIdentical output

Match resolution to purpose: around 150 DPI is ample for on-screen reading and email, while print usually wants 300 DPI. Downsampling a screen-only document is the single biggest win.

What compression cannot do

Compression does not make a scan searchable — that needs OCR — and it cannot recover detail once images have been downsampled. Always keep the original if the document may later be printed or archived.

Compress PDF

Shrink documents in your browser; the file is never uploaded to a server.

Try Compress PDF

Characteristics

  • Operates on images, fonts, streams and unused objects
  • Lossless techniques preserve the document exactly
  • Lossy techniques trade resolution for size
  • Results depend heavily on what the PDF actually contains

Common uses

  • Meeting email or upload size limits
  • Speeding up web downloads of brochures and reports
  • Reducing storage for document archives
  • Preparing files for portals with strict size caps

Advantages

  • Faster sharing, uploading and downloading
  • Lower storage and bandwidth costs
  • Lossless passes are risk-free
  • Client-side tools keep confidential documents private

Limitations

  • Text-only PDFs are already near their minimum size
  • Aggressive settings soften images and small type
  • Downsampling cannot be reversed
  • Compression alone does not make scans searchable

Examples

Typical results by document type
Text-only report      12 MB -> 11 MB   (little to gain)
Photo-heavy brochure  24 MB ->  4 MB   (image re-encoding)
300 DPI scan          40 MB ->  6 MB   (downsample to 150 DPI)

Frequently asked questions

What is PDF compression?

Reducing a PDF's size by re-encoding images, subsetting fonts and stripping redundant objects.

Does compressing a PDF lose quality?

Lossless passes do not. Image downsampling and re-encoding do, though often imperceptibly on screen.

Why is my PDF still large after compressing?

It is probably dominated by high-resolution scans that need downsampling, not just stream compression.

Is it safe to compress confidential PDFs?

Yes, when the tool works in your browser and never uploads the file.

Can I undo compression?

Only by returning to the original file — discarded image detail cannot be restored.

Related terms

All terms

Related tools

Related guides

All guides