PDF File Size: Why PDFs Get Large and What to Do About It
June 5, 2026 · 6 min read
A two-page lease agreement: 2.4 MB. A two-page brochure: 18 MB. Both are PDFs. Why the difference? Understanding what makes PDFs large tells you which reduction strategies will actually help for your specific document — and which ones will destroy the quality you need.
What Takes Up Space in a PDF
A PDF file is a container for several types of content. Each contributes differently to file size:
Images are by far the biggest contributor. A full-page photograph at print resolution (300 DPI) can be 5–15 MB per page before compression, and even with JPEG compression, a few hundred kilobytes per page is common. Scanned documents are effectively one image per page — a 20-page scan of a document with fine print can easily exceed 30 MB.
Embedded fonts add size but usually modestly. A subset of an embedded font (only the characters actually used) might add 20–100 KB. Embedding multiple fonts — say, a headline font, a body font, and an icon font — adds a few hundred KB total. Still much less than images.
Vector graphics are efficient. A complex diagram drawn as vectors (lines, curves, fills) typically compresses extremely well — often just a few KB for what would be a large rasterized image.
Annotations, form fields, and interactive elements add some overhead but usually not dramatically — tens of KB for a form with many fields.
Redundant or duplicated resources can inflate size unnecessarily. Some PDFs include the same embedded image multiple times (once per page it appears, rather than once for the whole document). Good PDF generators deduplicate; careless ones don't.
Unoptimized structure: PDFs accumulate revision history when edited. Every time you save changes to a PDF in Acrobat, the old content may still be in the file alongside the new content. An "optimized" or "linearized" save cleans this up.
The Common Scenarios
Scenario 1: Scanned Document
You scanned a 10-page printed document. Each page is a photograph. The scanner defaulted to 300 DPI color. Result: 25 MB.
To reduce: scan at a lower DPI (150 DPI is often fine for text-heavy documents that won't be printed again), scan in grayscale instead of color, and use OCR software that can compress the image layer when generating a searchable PDF. You can often get a 25 MB scan down to 1–2 MB without losing readability.
Scenario 2: Design-Heavy Document
A 4-page brochure with full-bleed photographs, custom fonts, and a gradient background. The designer exported it at print quality (300 DPI images, full embedded fonts). Result: 40 MB.
To reduce for screen/email distribution: re-export from the original design file at screen resolution (72–150 DPI). You can get the same visual quality on screen at a fraction of the print-quality file size. Alternatively, use a PDF compression tool to downsample the embedded images.
Note: if the document is intended for professional printing, don't reduce it. Printers need the full resolution. The distinction is between the print-ready file and the distribution copy.
Scenario 3: Office Document with Embedded Images
A 20-page Word document exported to PDF. It has screenshots and diagrams that were pasted in from various sources, some of them very high resolution. Result: 15 MB.
To reduce: in Word (or Google Docs), compress the images in the document before exporting to PDF. Both Word and Google Docs have image compression options. Alternatively, optimize the PDF after export using a compression tool.
Scenario 4: Form or Text-Only Document
A 5-page contract with no images, using standard system fonts. Result: 120 KB.
This is small already and there's not much to reduce. Text-only PDFs with standard fonts are inherently compact. If this is unexpectedly large, look for accidental embedded images or unsubsetted font embedding.
How PDF Compression Actually Works
"Compress a PDF" typically means one or more of:
-
Downsampling images: Reducing the pixel resolution of embedded images. A 300 DPI photo becomes a 150 DPI photo. Visually indistinguishable on screen; slightly softer when printed at large sizes.
-
Re-encoding images with higher JPEG compression: Increasing the JPEG compression ratio trades some detail for smaller file size. At moderate settings, this is barely perceptible; at aggressive settings, you'll see artifacts.
-
Removing redundant resources: Stripping duplicated images, unused fonts, and other dead weight.
-
Flattening revision history: Removing the incremental update structure that accumulates when a PDF is repeatedly edited and saved.
-
Stripping metadata: Removing author information, software version, thumbnail images, and other non-content data. Usually only a KB or two.
Tools for Reducing PDF File Size
Adobe Acrobat Pro: The most capable option. File → Reduce File Size or Tools → PDF Optimizer gives you fine-grained control over image downsampling, font subsetting, and structure optimization. Requires a paid subscription.
GhostScript (free, command-line): Extremely powerful PDF optimizer. The command gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/ebook -sOutputFile=out.pdf in.pdf applies "ebook" quality optimization — typically reduces large PDFs by 50–80%. Options: /screen (72 DPI, aggressive), /ebook (150 DPI, balanced), /printer (300 DPI, minimal reduction).
Smallpdf / ilovepdf / Adobe Acrobat online: Easy but upload your file to their servers. Fine for non-sensitive documents; consider the privacy implications for anything personal.
macOS: In Preview, File → Export as PDF → Quartz Filter → "Reduce File Size" gives basic compression. The default filter is quite aggressive and can noticeably degrade quality.
PDF24 (Windows): Free desktop app with a compression tool that doesn't require an upload.
What Not to Do
Don't compress PDFs intended for printing. A print-ready PDF at 300 DPI is the right size for the job. Compressing it gives you a PDF that looks fine on screen but prints poorly. Keep a full-quality original for printing and create a compressed version for digital distribution.
Don't use maximum compression for anything you'll reopen and edit. Re-compressing an already-compressed JPEG (which is what's inside most PDFs) causes generation loss — each round of compression degrades quality. Compress once, from the original.
Don't discard the original. Compression is often irreversible. You can always compress a high-quality original again later; you can't decompress a compressed file to recover the original quality.
Email Limits as a Practical Guide
Most email systems have a 25 MB attachment limit. If your PDF is under 10 MB, it will get through everywhere without issue. 10–25 MB: most systems accept it but it's a large email. Over 25 MB: you'll need a file sharing service (Google Drive, Dropbox, WeTransfer) rather than a direct attachment.
For reference: a well-optimized scanned 10-page document should be under 2 MB. A brochure with photographs optimized for screen distribution should be under 5 MB. A text-only contract of any length should be well under 1 MB.
Want to try the tools we mention? Visit the homepage or jump straight to Merge PDF, Sign PDF, or Edit PDF.