How to Decrease the Size of a PDF Document

Large PDF files create real problems — slow email attachments, rejected uploads, sluggish downloads, and storage headaches. Fortunately, reducing PDF file size is well-understood territory, and there are several reliable methods to get there. Which approach works best depends heavily on what's inside your PDF and how you plan to use it.

Why PDF Files Get Large in the First Place

Before shrinking anything, it helps to understand what's actually taking up space.

PDFs can contain several types of content, each contributing to file size differently:

  • Raster images (photos, scanned pages) — typically the biggest contributor by far
  • Embedded fonts — especially when full font sets are included rather than subsets
  • Vector graphics — generally efficient, but complex illustrations add up
  • Metadata and hidden layers — comments, form fields, revision history, and invisible elements
  • Embedded media — audio or video files embedded directly in the document

A 50-page text-only PDF might be under 1 MB. A 10-page PDF with high-resolution product photography could easily exceed 50 MB. Knowing what's inflating your file points you toward the right fix.

The Main Methods for Reducing PDF File Size

1. Compress Images Within the PDF

Since images are usually the dominant factor, image compression delivers the most dramatic results. Most PDF tools let you downsample images — reducing their resolution from print-quality (300 DPI or higher) down to screen-friendly levels (72–150 DPI) — and apply compression algorithms like JPEG or ZIP.

The trade-off is image quality. Aggressive compression introduces visible artifacts, especially in photos. For a document being read on screen, 96–150 DPI is typically sufficient and invisible to most readers. For a document headed to a professional printer, you'd want to preserve higher resolution.

2. Use "Save As" or "Optimize" Instead of "Save" 🗜️

This is a commonly overlooked shortcut. Many PDF editors and creators accumulate editing overhead — undo history, redundant objects, previous versions of edited elements — that inflates file size without adding anything useful.

In Adobe Acrobat, the PDF Optimizer (or "Reduce File Size" option) cleans this out. In macOS Preview, using File → Export as PDF rather than Save often produces a noticeably smaller file because it strips accumulated overhead. This alone sometimes cuts file size by 20–40% without touching visible content.

3. Subset Fonts Instead of Embedding Full Font Sets

When a PDF embeds a font, it can include the entire character set or only the characters actually used in the document. Subsetting fonts means embedding only what's needed. For a document using standard Latin characters, this can meaningfully reduce size without any visual change. Most modern PDF export tools do this automatically, but it's worth checking in your PDF creation software's settings.

4. Remove Unnecessary Elements

Depending on the document's history and purpose, there may be significant hidden weight:

  • Comments and annotations
  • Form fields that are no longer needed
  • Embedded thumbnails (page previews stored inside the file)
  • JavaScript actions
  • Metadata and document properties

PDF optimization tools scan for these and let you choose what to discard. The impact varies widely — a heavily annotated review document might shrink substantially; a clean exported report may barely change.

5. Re-export From the Source Application

If you have access to the original file (Word document, InDesign layout, Keynote presentation), re-exporting with optimized PDF settings is often more effective than compressing an already-exported PDF. You're working upstream, before the file format has locked in its overhead.

Most applications offer a "Print Quality" and a "Web/Screen" export preset — the latter typically produces significantly smaller files by applying compression and lower-resolution image settings at the point of creation.

Online Tools vs. Desktop Software vs. Built-In OS Features

ApproachExamplesBest For
Online compressorsSmallpdf, ilovepdf, PDF2GoQuick one-off files, no software to install
Desktop PDF editorsAdobe Acrobat, Nitro, PDF ExpertRegular use, granular control, sensitive documents
Built-in OS toolsmacOS Preview, Windows Print to PDFSimple compression, no third-party tools
Source app re-exportWord, InDesign, PowerPointWhen original source file is available

Online tools are convenient but raise a privacy consideration: you're uploading document content to a third-party server. For sensitive business, legal, or personal documents, desktop tools or OS-level methods keep the file local.

macOS Preview is surprisingly capable for basic compression. Windows Print to PDF (printing to the built-in PDF printer) can reduce size but also strips some interactive elements like hyperlinks.

How Much Compression Is Realistic? 📉

There's no universal answer, and claims of "up to 90% reduction" you'll see on compression tools are real — but only under specific conditions, typically scanned documents or PDFs with uncompressed high-resolution images.

General expectations:

  • Scanned documents (essentially image PDFs): Often compressible by 60–85%
  • PDFs with mixed photos and text: Typically 30–60% reduction
  • Text-heavy PDFs with minimal images: Often 10–30% reduction, sometimes less
  • Already-optimized PDFs: Minimal gains — there's a floor below which you can't compress without degrading content

Running a file through multiple compression tools back-to-back rarely helps and can degrade quality without meaningfully reducing size.

The Variables That Shape Your Outcome

What method makes sense — and what result you'll actually get — depends on factors that vary from one reader to the next:

  • What's in your PDF: Scanned pages, photos, charts, text, or mixed content each compress differently
  • What the PDF will be used for: Screen reading tolerates more compression than commercial printing
  • Whether you have the source file: Re-exporting upstream is almost always cleaner than compressing downstream
  • Your privacy requirements: Cloud tools vs. local-only processing
  • What software you already have or are willing to install
  • How much quality loss is acceptable for your specific use case

A photographer compressing a portfolio PDF has completely different constraints than someone trying to email a scanned tax form. The mechanics of compression are the same — the right balance of settings is not.