How to Make the File Size of a PDF Smaller

PDFs are everywhere — contracts, reports, portfolios, scanned documents — and they have a habit of ballooning in size when you least want them to. A file that's too large to email, too slow to upload, or eating up storage space is a common frustration. The good news is that reducing a PDF's file size is genuinely straightforward once you understand what's making it large in the first place.

Why PDFs Get Large

Not all PDFs are created equal. The file size depends heavily on what's inside the document and how it was originally created.

The biggest culprits are usually:

  • Embedded images — high-resolution photos, screenshots, or scanned pages are the single largest contributor to PDF bloat
  • Embedded fonts — some PDF creators bundle entire font libraries into the file rather than just the characters used
  • Uncompressed data — PDFs created by certain software don't apply compression by default
  • Scanned documents — a scanned page is essentially a photograph, not text, which means it carries all the weight of an image file
  • Layers, annotations, and form fields — interactive elements and markup data add overhead

Understanding which of these applies to your file shapes which reduction method will actually help.

The Main Methods for Reducing PDF File Size

1. Re-export or Re-save with Compression Settings

If you created the PDF yourself from a Word document, InDesign file, or similar source, re-exporting with lower image quality settings is usually the most effective approach. Most word processors and design tools have a "PDF export quality" or "optimize for web/screen" option. Choosing a lower-quality preset can shrink file size dramatically — often by 50–80% — with minimal visible difference for on-screen reading.

The trade-off: if the PDF will be professionally printed, higher resolution matters. For emails, web uploads, or general sharing, screen-optimized settings are almost always sufficient.

2. Use a PDF Optimizer or Compressor Tool

If you don't have access to the original source file, dedicated PDF tools let you compress the existing file. These tools work by:

  • Downsampling images — reducing image resolution from, say, 300 DPI to 96–150 DPI
  • Re-compressing image data using formats like JPEG 2000 or flate compression
  • Removing redundant metadata, embedded thumbnails, and duplicate elements
  • Subsetting fonts — keeping only the characters actually used rather than the full font

This approach is available in desktop applications like Adobe Acrobat (which has a dedicated "Reduce File Size" and "PDF Optimizer" feature), as well as in free tools like Preview on macOS (via the Quartz filter) and various cross-platform options.

3. Online PDF Compression Tools 🗜️

Browser-based compressors let you upload a PDF and download a smaller version without installing anything. They're convenient for occasional use. The compression happens server-side, which means you are sending your document to a third-party server — something to consider carefully if the file contains sensitive, confidential, or personal information.

For non-sensitive documents like event flyers or publicly available reports, online tools are perfectly practical. For anything private — legal documents, financial records, medical information — it's worth using a local tool instead.

4. Flatten or Rasterize Selectively

PDFs with interactive layers, editable form fields, or vector artwork with high complexity can sometimes be reduced by flattening those elements. Flattening merges layers and bakes in form field data as static content, which removes interactive functionality but can noticeably reduce size. This is a one-way process, so it's worth keeping the original.

5. Split the Document

If the goal is to share or upload the file and size is the barrier, splitting a large PDF into smaller sections is a simple workaround. It doesn't compress anything, but it makes individual files more manageable for email limits or upload restrictions.

Factors That Affect How Much You Can Compress

The results of any compression method vary significantly depending on:

FactorImpact on File Size
High-res embedded imagesVery high — most compressible
Scanned pages (image-based)Very high — each page is a photo
Text-only documentsLow — text is already lightweight
Vector graphicsModerate — depends on complexity
Embedded fontsLow to moderate
Interactive form fieldsLow to moderate

A 50-page report full of product photography might compress from 80MB down to 8MB. A 10-page text document sitting at 2MB might only get to 1.5MB. The gains are not uniform.

Quality vs. Size: The Core Trade-Off

Every compression method involves a trade-off between file size and visual quality. For images, more compression means more visible degradation — especially on photos, where JPEG artifacts become noticeable at aggressive settings. For print purposes, this matters considerably. For a document that will be read on a laptop screen or smartphone, the quality loss at moderate compression levels is often imperceptible.

The intended use of the document is the variable that determines how aggressively you can compress without consequence. A PDF going to a print shop has different requirements than one attached to a job application email. 📄

What Doesn't Help Much

Some things people try that rarely move the needle significantly:

  • Changing the PDF version (e.g., from PDF 1.7 to 1.5) — minimal impact for most documents
  • Removing blank pages — saves trivial amounts
  • Renaming the file — doesn't affect size at all

If your file isn't shrinking meaningfully, it usually means the large elements (typically images) haven't been downsampled, or the document is text-heavy and already close to its minimum size.

Platform Differences Worth Knowing 🖥️

  • macOS Preview can apply a Quartz compression filter during export, though the default filter is quite aggressive and can over-compress images
  • Adobe Acrobat Pro offers the most granular control with its PDF Optimizer
  • Microsoft Word and Google Docs both allow quality settings when exporting to PDF
  • Mobile apps for PDF editing often offer basic compression but with fewer controls than desktop software
  • Linux users have command-line options like Ghostscript, which is powerful but requires comfort with terminal commands

The right tool and the right settings depend on what software you already have access to, the nature of the file, and how much control you want over the output quality.