How to Reduce the Size of a PDF Document

PDF files are remarkably versatile — they preserve formatting across devices and platforms, making them the go-to format for contracts, reports, portfolios, and presentations. But that reliability comes at a cost: PDFs can balloon in size, making them slow to email, awkward to upload, and frustrating to store. Understanding why PDFs get large — and what actually happens when you compress them — helps you choose the right approach for your situation.

Why PDF Files Get So Large

A PDF isn't just a single file type — it's a container. Inside, it can hold raster images (photos, scanned pages), vector graphics, embedded fonts, metadata, form fields, annotations, and sometimes even multimedia. Each of these contributes to total file size.

The biggest culprits are almost always images. A scanned document, for instance, is essentially a photograph of each page. If scanned at 600 DPI with no compression, a 10-page document can easily exceed 50MB. Similarly, presentations converted to PDF often carry high-resolution graphics that far exceed what a screen actually needs to display.

Other contributors include:

  • Embedded fonts — some documents embed entire font files rather than just the characters used
  • Redundant metadata — revision history, comments, and tracked changes left in the file
  • Unoptimized color profiles — CMYK color data intended for print, not screen viewing
  • Duplicate resources — the same image or element embedded multiple times

The Main Methods for Compressing a PDF 📄

1. Image Downsampling and Recompression

This is the most impactful method. Images inside the PDF are resampled to a lower resolution and recompressed using formats like JPEG or JPEG 2000. For screen viewing, 72–150 DPI is typically sufficient. For print, 300 DPI is the standard threshold worth preserving.

The trade-off: aggressive compression reduces quality. Fine text in images, detailed charts, or photos with subtle gradients can look noticeably degraded after heavy compression.

2. Removing Embedded Metadata and Hidden Data

Tools that "clean" a PDF strip out revision history, comments, document properties, and other embedded data that readers never see but that adds file weight. This alone won't dramatically shrink a large file, but it's a useful step alongside other methods.

3. Font Subsetting

Instead of embedding an entire font file, font subsetting embeds only the specific characters used in the document. This can meaningfully reduce size in documents that use decorative or non-standard typefaces.

4. Flattening Transparency and Layers

PDFs created from design software often contain transparent layers and effects that increase complexity. Flattening these merges layers into a single image representation, which can reduce size — though it also removes the ability to edit those elements later.

5. Converting to Optimized or PDF/A Format

Re-saving through an "Optimize PDF" or "Reduce File Size" process (available in desktop tools like Adobe Acrobat) applies multiple techniques simultaneously. Some tools offer granular control; others apply a preset that suits most general use cases.

Tools Available Across Different Setups

ApproachBest ForRequires
Desktop PDF software (e.g., Acrobat)Granular control, batch processingPaid subscription or license
Browser-based tools (e.g., Smallpdf, iLovePDF)Quick, no-install compressionInternet connection; file privacy considerations
macOS Preview (built-in)Basic compression, no extra softwareMac only
Microsoft Print to PDFLight size reduction via re-printingWindows; limited control
Command-line tools (e.g., Ghostscript)Automation, scripting, batch jobsTechnical comfort level
Mobile appsOn-the-go compressionSmartphone; often limited options

macOS Preview deserves a specific mention: its Quartz filter can compress PDFs quickly, though the default "Reduce File Size" option can sometimes over-compress and degrade quality noticeably — worth previewing before saving.

Browser-based tools are convenient but carry a consideration: you're uploading your document to a third-party server. For personal photos or non-sensitive content, this is generally fine. For legal documents, medical records, or confidential business files, it's worth thinking carefully about data handling policies.

Factors That Determine Your Results 🔍

Compression outcomes vary widely depending on:

  • What's inside the PDF — a text-heavy document might only shrink by 10–20%, while a scan-heavy or image-rich file might compress by 70% or more
  • Acceptable quality threshold — compressing for email attachment has a different quality bar than compressing for archiving or professional printing
  • Whether the original is editable or scanned — scanned PDFs are essentially image files and respond differently to compression than text-native PDFs
  • Your operating system and available tools — the options on Windows, macOS, iOS, and Android differ meaningfully
  • File sensitivity — determines whether cloud-based tools are appropriate
  • Batch needs — compressing one file occasionally is a different problem than processing hundreds regularly

A 20MB PDF of a scanned lease agreement and a 20MB PDF of a product brochure will respond differently to the same compression settings — because their internal structure is fundamentally different.

What "Good Compression" Actually Looks Like

There's no universal target. A compressed PDF for email might sit comfortably under 5MB. A compressed scan for an archive might aim for under 1MB per page. A compressed portfolio shared as a download might balance quality and size differently than either.

The variables that matter most — what your PDF actually contains, where it's going, who needs to open it, and whether quality loss is acceptable — are specific to your document and your workflow. The right compression level isn't the same answer for everyone, and the right tool depends on how often you need to do this, what you're comfortable with technically, and what you need to keep private. ⚙️