๐ŸฅทPDF Ninjas

How to Compress a PDF Without Losing Quality

4 min read

A 50 MB PDF of a presentation that should be 2 MB is one of the most common frustrations in office work. Email attachments get blocked, uploads take forever, and storage fills up unnecessarily. Here's how to bring file sizes under control without turning crisp images into blurry ones.

Why PDFs get large

The main culprits, in order of impact:

  • High-resolution images: A PDF exported from design software often embeds images at print resolution (300 DPI or higher). For screen viewing, 72โ€“96 DPI is enough.
  • Embedded fonts: PDFs can embed entire font files. A document using many fonts can add several MB from fonts alone.
  • Unoptimised streams: PDF data is stored in compressed streams; an older or poorly optimised PDF may not be using the most efficient compression.
  • Unnecessary metadata: Preview thumbnails, revision history, and document properties can add bulk.

What "compression quality" settings actually do

When a PDF compressor offers quality settings (High / Medium / Low, or a percentage slider), it's almost always controlling image resampling โ€” specifically, how aggressively it reduces image resolution and re-encodes them as JPEG. Text and vector graphics are not affected by this setting; they remain sharp regardless of the quality level you choose.

This means:

  • A PDF that's large because of body text will barely shrink under compression โ€” text is already stored efficiently.
  • A PDF that's large because of photos or screenshots will shrink dramatically, but lower quality settings will introduce visible JPEG artefacts in images.

Choosing the right quality level

  • For email or web upload: Medium quality (around 150 DPI) is usually fine. Most screens don't display at higher resolution than this anyway.
  • For printing: Use the highest quality setting or don't compress โ€” print resolution (300 DPI) matters for physical output.
  • For archiving: Don't compress. Keep the original at full quality and make a compressed copy for sharing.

How to compress a PDF on PDF Ninjas

  1. Go to the Compress PDF tool.
  2. Upload your PDF.
  3. Enter your email address (no account needed).
  4. Click "Process & Download."

Our compressor applies standard image downsampling and stream optimisation. Files are processed in memory and deleted immediately after you download โ€” nothing is stored on our servers.

Alternatives if online compression isn't enough

For PDFs that are large due to embedded fonts rather than images, online tools may not help much. In that case:

  • Mac users: Open the PDF in Preview, go to File โ†’ Export as PDF, and choose the "Reduce File Size" quartz filter. Results vary but it's free and built-in.
  • Ghostscript (free, command-line): gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf โ€” the /ebook preset produces good quality at reasonable file sizes. Replace with /screen for smaller files or /printer for print quality.
  • Adobe Acrobat: File โ†’ Save As Other โ†’ Optimised PDF gives fine-grained control over every compression option. Best results, but requires a paid subscription.

How much compression to expect

Results depend heavily on what's in the PDF:

  • Image-heavy PDFs (scans, presentations): 50โ€“80% file size reduction is realistic.
  • Text-heavy PDFs (Word documents, reports): 5โ€“20% reduction โ€” text is already compact.
  • Mixed content: Typically 20โ€“50% reduction.

If you're not getting meaningful reduction, the file is probably already well-optimised, or the size is coming from text/fonts rather than images.

Ready to try it?

15 free PDF tools โ€” no account or password needed.

See All Tools โ†’