How to Reduce the File Size of a PDF

PDFs are everywhere — contracts, reports, scanned forms, design assets — and they have a habit of getting bloated. A file that should be a few hundred kilobytes ends up at 50MB, and suddenly it's too large to email, too slow to load, and eating storage space. The good news: there are several effective ways to shrink a PDF, and understanding why they work helps you choose the right approach for your situation.

Why PDFs Get Large in the First Place

Before you compress anything, it helps to know what's inflating the file. PDF size is driven by a few main culprits:

  • Embedded images — Photos and screenshots inside a PDF are often stored at full resolution, even when they don't need to be
  • Uncompressed fonts — Fonts embedded in the file, especially multiple typefaces, add significant weight
  • Scanned documents — A scan is essentially a photograph of a page, and high-DPI scans create very large files
  • Layers and metadata — Design files exported to PDF can carry hidden layers, color profiles, and editing history
  • Attachments — PDFs can contain embedded files, which dramatically increase size

Knowing the source of the bloat often points directly to the right fix.

The Main Methods for Reducing PDF File Size

1. Use a PDF Compressor Tool

The most common route is running the file through a dedicated compression tool — either a desktop application, a browser-based tool, or a built-in OS feature.

Online tools (such as Smallpdf, ILovePDF, or Adobe's online compressor) let you upload a file and download a compressed version without installing anything. These are convenient for occasional use but involve uploading your document to a third-party server — a consideration if the file contains sensitive information.

Desktop software like Adobe Acrobat Pro includes a "Reduce File Size" or "Optimize PDF" option with granular control over exactly what gets compressed and how aggressively. This keeps your file local and offers more precision.

Built-in OS tools offer a lighter option:

  • On macOS, opening a PDF in Preview and exporting with the "Reduce File Size" Quartz filter can shrink it noticeably — though results vary widely depending on content type
  • On Windows, the Print to PDF function doesn't compress, but some printers and virtual PDF drivers offer compression options

2. Downscale or Resample Images Inside the PDF

Since images are usually the biggest contributor to file size, targeting them specifically is often the most effective move. Professional PDF tools let you resample images — reducing their resolution (DPI) to a level appropriate for the intended use.

Use CaseRecommended Image DPI
Screen/web viewing72–96 DPI
Standard office printing150–200 DPI
High-quality print300 DPI
Professional press output300–600 DPI

Reducing a 600 DPI image to 150 DPI for a document that will only ever be read on screen can cut image data by 90% or more without any visible quality loss on screen.

3. Flatten Layers and Remove Unnecessary Data

If your PDF originated from a design application like InDesign or Illustrator, it may contain layers, transparency effects, and editing metadata that serve no purpose in a final distributed file. Flattening the file removes these hidden elements.

PDF optimization tools (Acrobat's "PDF Optimizer" being the most thorough) let you audit and strip out:

  • Duplicate embedded resources
  • Embedded thumbnails
  • Comments and form data (if not needed)
  • JavaScript and metadata
  • Color profiles that aren't required for the output medium

4. Convert Scanned PDFs to Text-Based PDFs (OCR)

A scanned PDF stores every page as a high-resolution image. Running Optical Character Recognition (OCR) converts recognized text back into actual text data, which is far more compact than storing it as pixels. A 20-page scanned document might go from 40MB to under 2MB after OCR processing, while becoming searchable in the process. 🗂️

Most PDF tools with OCR capability — including Acrobat, ABBYY FineReader, and some free alternatives — offer this as a processing option.

5. Re-export or Re-save the PDF

Sometimes a PDF has simply accumulated "cruft" through multiple saves and edits. Re-exporting from the original source application (Word, InDesign, Google Docs) with clean export settings often produces a smaller file than trying to compress the existing one.

When exporting, look for PDF settings like:

  • "Smallest file size" or "Web optimized" presets
  • Subsetting fonts (only embeds the characters actually used, not the full font)
  • Downsampling images at export time

📐 The Variables That Change the Outcome

No compression method produces the same result for every PDF. What actually happens depends on:

  • Content type — A text-heavy contract compresses very differently from a photo-filled brochure
  • Original quality settings — A PDF already compressed aggressively won't compress much further
  • How the file was created — Scanned, exported from Word, built in InDesign, and printed-to-PDF all produce structurally different files
  • Acceptable quality threshold — For internal use, heavy compression is fine; for print production, it may not be
  • Privacy requirements — Whether uploading to an online tool is acceptable depends on the document's contents
  • Tool access — Free tools cover basic compression; more granular control requires paid software

A 50MB file from a scanned document could potentially be reduced to under 5MB with the right approach. A 50MB design file with embedded high-res print assets may only compress to 40MB without sacrificing quality that matters to its purpose. 📉

What Works Best Varies by Situation

Someone compressing a PDF of meeting notes before emailing it has very different constraints than a designer optimizing print-ready artwork, a legal team handling sensitive contracts, or an IT administrator batch-processing thousands of documents. The method, the tool, and the acceptable trade-off between file size and quality all shift depending on what the PDF is, where it's going, and what software you already have access to.

The mechanics of compression are consistent — but how they apply to your specific file and workflow is where the real decisions live.