George Smith
George Smith — Founder, Klickify Agency

Why PDFs Get Large — The Four Root Causes

High-resolution embedded images are responsible for the majority of large PDFs. A single full-page color photograph at 300 DPI stores approximately 25 to 30 megabytes of uncompressed data. A 10-page document of scanned pages can easily reach 200MB.

Full embedded font files are a less obvious but significant source of bloat. A PDF can embed either the complete font file or a subset containing only the characters actually used. Full font embedding adds 200KB to 1MB per font family. A document using 5 typefaces with full embedding carries 1 to 5MB of font data before any content.

Accumulated revision history affects PDFs edited and saved multiple times in editors that use incremental saving. Rather than rewriting the entire file, incremental saving appends changes to the end. After 10 editing sessions, the PDF may contain 10 versions of changed objects — all stored even though only the most recent is displayed.

Unoptimized internal structure contributes overhead in PDFs generated by certain software. Redundant object references, duplicate resource definitions, and inefficient stream encoding all add file size without contributing to visible content.

Method 1: Browser-Based Compression — Fastest, No Upload

Open TrulyFreeTools Compress PDF in any browser. Drag your PDF into the upload area — no network upload occurs. Click Compress PDF. The tool runs two passes simultaneously: a structural pass that rebuilds PDF internals and removes redundant data, and an image resampling pass that converts embedded images to optimized JPEG. Both passes generate output files. The tool compares results and delivers whichever is smaller. If neither achieves meaningful reduction, the tool reports this rather than delivering a larger file.

Expected results: text-only documents reduce 15 to 35 percent. Mixed documents with moderate images reduce 40 to 70 percent. Scanned document archives reduce 60 to 85 percent. Already-compressed PDFs reduce 0 to 10 percent.

Method 2: Reduce Size at the Source

When exporting to PDF from Microsoft Word, use the Minimum size (publishing online) option rather than Standard or Best for printing. This setting reduces image resolution to screen-appropriate levels and optimizes font embedding. The resulting PDF is typically 60 to 80 percent smaller than a print-optimized export of the same document.

When scanning documents, scanner settings directly determine PDF size. Scanning at 150 DPI rather than 300 DPI reduces file size by approximately 75 percent with no perceptible quality difference for text documents viewed on screen. Color scanning produces files 3 to 4 times larger than grayscale for the same document — for text-only documents, grayscale is almost always the right choice.

Method 3: macOS — Built-In Quartz Filter

Open your PDF in Preview. Go to File and select Export (not Export as PDF). In the Format dropdown select PDF. In the Quartz Filter dropdown select Reduce File Size. Choose a save location and click Save. The macOS Reduce File Size filter applies aggressive image compression — downsampling all images to 150 DPI with JPEG compression. The filter is not adjustable, but for most documents it produces a dramatically smaller file.

Method 4: Ghostscript — Command Line, Maximum Control

Ghostscript is a free open-source PDF processing engine that provides maximum compression control. The basic command: gs -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf

The -dPDFSETTINGS parameter controls aggressiveness: /screen produces smallest file at 72 DPI. /ebook produces moderate compression at 150 DPI, appropriate for digital distribution. /printer produces minimal compression at 300 DPI. Ghostscript is available free for Windows, macOS, and Linux.

File Size Targets for Common Use Cases

Email attachments: target under 10MB for safe universal delivery across all email providers. Web upload forms: compress to 80 percent of the stated limit — a form with a 5MB cap should receive a file under 4MB. Cloud storage sharing: compress to under 20MB for fast browser preview. Print production: do not compress — send the original file.

When Compression Does Not Work

A PDF that has already been compressed will not compress further meaningfully. Running a file through a second compression pass produces 0 to 5 percent additional reduction at best. If a compressed file is still too large, the solution is choosing a lower quality setting, splitting the document, or changing the distribution method — not more compression passes.

A PDF composed of vector graphics — engineering drawings, architectural plans — will not compress significantly because vector data is already stored efficiently. There are no pixels to resample. Structural optimization may trim 10 to 20 percent, but dramatic compression is not achievable for vector-heavy files.

Frequently Asked Questions

How do I reduce PDF file size for free?

The fastest free method with no file upload is TrulyFreeTools Compress PDF. Open the tool in your browser, drop in your PDF, click Compress, and download the result. The tool runs two compression passes and delivers the smaller result. Expect 20 to 40 percent reduction for text-heavy PDFs and 50 to 85 percent for image-heavy or scanned PDFs.

Why is my PDF so large?

Large PDFs are almost always caused by high-resolution embedded images, full font files embedded rather than character subsets, accumulated revision history from multiple saves, or uncompressed scan data. A PDF with scanned pages at 300 DPI color will easily reach 100MB or more. A text document that is unexpectedly large likely has unnecessary full font embedding or revision history bloat.

What is the maximum email attachment size and how do I compress a PDF to fit?

Most major email providers cap attachments at 25MB. Many corporate systems cap at 10MB. Use TrulyFreeTools Compress PDF and target under 10MB for universal email delivery. If the compressed file still exceeds the limit, upload to Google Drive or Dropbox and share the link — the recipient gets the same file without the size constraint.

Does reducing PDF file size reduce quality?

Structural compression does not reduce quality — it removes internal redundancy without touching visible content. Image compression reduces embedded image resolution, which can affect sharpness for photographs and detailed graphics. Text quality is never affected because text in PDFs is stored as vector data, not pixels.

Why is my PDF still large after compression?

If compression produces little reduction, the PDF is likely already well-optimized, contains mostly vector graphics with minimal raster images, or contains images already compressed at low quality. Already-compressed PDFs cannot be meaningfully reduced further. If the file is large despite minimal image content, full font file embedding rather than subsetting may be the cause — this requires fixing at the source document level.

George Smith
WRITTEN BY
George Smith
Founder, Klickify Agency
George builds free web tools that respect user privacy. Creator of TrulyFreeTools.com — PDF utilities that process files locally in your browser, with no uploads, no accounts, and no paywalls.