How to Reduce the Size of a PDF Document

PDF files are everywhere — contracts, reports, presentations, scanned receipts. And they have a habit of being much larger than they need to be. A 50MB PDF that could be 2MB without any noticeable quality loss creates real problems: slow email attachments, rejected uploads, full storage drives, and sluggish document sharing. The good news is that reducing PDF file size is genuinely achievable, and understanding why PDFs get large in the first place makes the process a lot more logical.

Why PDF Files Get So Large

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

Images are the biggest culprit. A PDF built from scanned pages is essentially a collection of high-resolution images, and each page can easily be several megabytes. Even PDFs created from Word documents or PowerPoints can balloon if they contain embedded photos, charts, or graphics at print-quality resolution.

Fonts add weight too. When a PDF embeds custom fonts — which it often does to ensure the document looks identical on any device — those font files travel with the document. Subsetting fonts (only including the characters actually used) reduces this overhead, but not all PDF creators do this automatically.

Metadata, annotations, and revision history can silently add size. A document that went through multiple rounds of tracked edits in Word before being exported to PDF may carry hidden data from earlier versions.

Compression settings at the point of export matter enormously. The same document saved with different PDF export settings can vary in size by a factor of five or more.

The Main Methods for Compressing a PDF 📄

Re-exporting from the Source File

If you still have the original file — a Word document, PowerPoint presentation, or InDesign project — re-exporting with adjusted settings is often the cleanest approach. Most applications offer a "Reduce File Size", "Optimized PDF", or "Minimum Size" export option. This lets you control image resolution (typically measured in DPI — dots per inch), font embedding, and compression level before the PDF is even created.

For print documents, 300 DPI is standard. For screen-only reading, 96–150 DPI is usually sufficient and produces dramatically smaller files. Choosing the right DPI for the intended use case is one of the highest-impact decisions you can make.

Using Dedicated PDF Software

Full-featured PDF editors and optimizers offer the most granular control. These tools let you:

  • Downsample images to a lower resolution
  • Recompress images using more efficient formats (JPEG 2000, for example, often yields better compression than standard JPEG at equivalent quality)
  • Remove embedded thumbnails, JavaScript, form data, and other elements you may not need
  • Flatten transparent layers, which can significantly reduce complexity in design-heavy files
  • Discard hidden layers or unused objects

The tradeoff here is software cost and learning curve. Professional PDF tools are genuinely powerful, but they're not always necessary for occasional use.

Online PDF Compression Tools

Browser-based PDF compressors are the quickest option for most people. You upload the file, the service compresses it, and you download the result — no software installation needed.

The compression quality varies between services, and results aren't always predictable. Some tools offer compression level settings (low, medium, high) while others use a fixed algorithm. One important consideration: any file you upload to an online tool is processed on someone else's server. For sensitive documents — legal contracts, medical records, financial statements — this is a meaningful privacy consideration, not a minor footnote.

Built-in OS and Browser Tools

macOS includes PDF compression through the Preview app. Using the Quartz filter (under File > Export as PDF > Quartz Filter > Reduce File Size) can shrink PDFs significantly, though the default filter is aggressive and can visibly reduce image quality. Custom Quartz filters allow more control.

Windows doesn't have a built-in PDF compressor in the same way, though printing to a PDF driver with different settings can sometimes achieve modest reductions.

Google Chrome and other Chromium browsers can re-save PDFs by opening the file and printing to PDF — a rough but occasionally useful trick for simple documents.

Comparing Approaches at a Glance

MethodControl LevelPrivacyCostBest For
Re-export from sourceHighHighFreeWhen source file is available
Dedicated PDF softwareVery highHighVariesRegular use, complex files
Online toolsLow–MediumLowerOften freeQuick, non-sensitive files
macOS PreviewMediumHighFreeMac users, basic compression
Print-to-PDF workaroundLowHighFreeSimple, text-heavy documents

Factors That Determine How Much Compression You'll Achieve 🔍

Two users running the same tool on different PDFs can get completely different results. What affects the outcome:

  • Original content type — scanned image PDFs compress differently than text-based PDFs. A text-heavy document may already be close to its minimum size.
  • Starting resolution of embedded images — a PDF with 600 DPI images has much more room to compress than one already at 150 DPI.
  • How the PDF was originally created — some PDF generators already apply compression; others don't.
  • Acceptable quality threshold — how much visible quality reduction (if any) you're willing to accept determines how aggressively you can compress.
  • Document purpose — archival documents, print-ready files, and screen-viewing documents each have different optimal compression targets.

The Quality-Size Tradeoff Isn't Always Linear

It's tempting to assume more compression always means worse quality. That's often true for images, but less so for the structural elements of a PDF. Removing redundant metadata, stripping unused fonts, or discarding revision history can meaningfully reduce file size with zero perceptible quality change. The real quality hit comes when image resolution is reduced beyond the threshold appropriate for how the document will actually be viewed.

A document that will only ever be read on a screen doesn't need the same image fidelity as one going to a commercial printer. Understanding that distinction changes what "good enough" looks like.

What that threshold actually is — and which method fits into your workflow — depends entirely on the documents you're working with, how sensitive they are, what tools you already have access to, and what you're ultimately doing with the compressed file.