How to Reduce the File Size of a PDF

PDF files are wonderfully consistent — they look the same on every device, preserve formatting, and handle everything from contracts to photo portfolios. But that reliability comes at a cost: PDFs can grow surprisingly large, especially when they contain high-resolution images, embedded fonts, or layers of revision history. Understanding why PDFs get bloated is the first step toward shrinking them effectively.

Why PDF Files Get So Large

A PDF isn't just a flat image of a document. It's a container that can hold multiple types of data simultaneously:

  • Raster images (photos, scanned pages) embedded at full resolution
  • Embedded fonts — entire font files stored inside the document
  • Metadata and version history from editing applications
  • Layers, annotations, and form fields
  • Color profiles and ICC data

A scanned document is almost always larger than a text-based PDF because every page is essentially a photograph. A 10-page report with embedded charts and photos can easily exceed 20MB, while the same document as plain text might be under 1MB.

The Main Methods for Reducing PDF File Size

1. Compress or Downsample Images

Images are typically the biggest contributor to PDF file size. Most PDFs don't need images at print-quality resolution (300 DPI or higher) if they're only being read on screen or emailed. Downsampling reduces image resolution to a lower DPI — commonly 96–150 DPI for screen viewing — which can dramatically cut file size without visible degradation at normal zoom levels.

Most PDF editors and export tools let you choose image quality settings when saving. Choosing "medium" or "screen" quality presets instead of "print" or "high" is one of the fastest wins available.

2. Use PDF Optimization or "Save As" Instead of "Save"

Many PDF applications — including Adobe Acrobat and similar tools — distinguish between Save and Save As / Optimize. Each time you edit and save a PDF, the application may append changes rather than rewrite the file cleanly. Over multiple revisions, this layering adds dead weight.

Using "Save As" or running an optimization pass rewrites the file from scratch, stripping accumulated redundancy. This alone can reduce file size noticeably on documents that have been edited repeatedly.

3. Subset or Remove Embedded Fonts

Fonts embedded in a PDF ensure the document looks correct on any device. But embedding the entire font file when only a fraction of its characters are used is wasteful. Font subsetting keeps only the characters actually used in the document, trimming font data significantly without affecting appearance.

Some PDF tools handle this automatically during export; others require you to enable it explicitly in settings.

4. Remove Hidden Data and Metadata 🗂️

PDFs can carry a surprising amount of invisible data: document history, author information, hidden layers, embedded thumbnails, JavaScript, and comments. Tools that offer a "Sanitize" or "Reduce File Size" function will strip this out. This is also worth doing for privacy reasons before sharing documents externally.

5. Flatten Transparency and Layers

Interactive PDFs — particularly those created from design software like Adobe InDesign or Illustrator — may contain multiple layers or transparency effects. Flattening the file merges these layers into a single, static version, which is smaller and more universally compatible, though it removes editability.

6. Convert or Re-export from the Source

If you have access to the original file (a Word document, InDesign file, or Keynote presentation), re-exporting as a PDF with compression settings applied at the point of creation usually produces a cleaner, smaller file than trying to compress an already-exported PDF after the fact.

Tools Available for PDF Compression

Tool TypeExamplesBest For
Desktop PDF editorsAdobe Acrobat, PDF ExpertFull control, batch processing
Browser-based toolsSmallpdf, ILovePDF, Compress2GoQuick, no-install compression
Print-to-PDFBuilt-in OS print dialogsBasic re-export with quality settings
Command-line toolsGhostscript, qpdfAutomated workflows, technical users
Office suite exportMicrosoft Word, LibreOfficeCompressing at point of creation

Browser-based tools are convenient but involve uploading your file to a third-party server — something worth considering for sensitive documents. Desktop tools keep everything local.

The Trade-offs Worth Understanding 📉

Compression is always a balance between file size and quality or functionality. Aggressive image compression introduces visible artifacts. Subsetting fonts can occasionally cause issues if the PDF is later edited. Flattening removes interactivity. Stripping metadata removes information some workflows depend on.

The right level of compression depends on what the PDF is for. A contract sent to a client for signing has different requirements than a photo portfolio submitted to a creative agency, which differs again from a scanned archive being stored long-term.

Factors That Shape Your Results

Before choosing an approach, several variables determine what's practical and what level of reduction is realistic:

  • Original file composition — image-heavy vs. text-only PDFs respond very differently to compression
  • Intended use — screen viewing, print, archiving, or email attachment each have different quality thresholds
  • Acceptable quality loss — some use cases tolerate visible compression; others don't
  • Access to original source files — re-exporting from source is often cleaner than post-processing
  • Operating system and available tools — options differ between Windows, macOS, and mobile platforms
  • File sensitivity — whether uploading to a web tool is acceptable

A 50MB scanned PDF of handwritten notes can often be compressed to under 5MB with minimal visible loss. A 50MB PDF full of high-resolution product photography for a print catalog may not tolerate the same treatment without affecting its purpose. 🖨️

The method that works well for one document and workflow won't necessarily be the right call for another — which is where knowing your own files and their destination becomes the deciding factor.