Tips & Guides

PDF File Size Too Large? Here’s Exactly How to Fix It

Convixy Blog · Tips & Guides · 10 min read

Why Is My PDF So Large?

Before you can effectively reduce a PDF’s size, it helps to understand what is actually making it large. PDF file size is almost never just “the text” — a document with 50 pages of pure text will typically be under 500 KB. The bloat almost always comes from a handful of specific causes.

High-Resolution Images

Images embedded at print resolution (300 DPI or higher) are the most common cause. A single full-page photo can add 3–10 MB on its own.

Embedded Fonts

PDFs embed font files to ensure text renders correctly everywhere. Custom or multiple embedded fonts add hundreds of kilobytes even to short documents.

Unoptimised Scans

Scanned documents saved directly as PDF contain raw raster images of each page. A 10-page scan can easily exceed 50 MB without compression.

Metadata & Thumbnails

PDFs can carry embedded thumbnails, revision history, XML metadata and colour profiles that add bulk without adding useful content.

Transparency & Layers

Documents from InDesign or Illustrator often contain flattened transparency layers or overlaid objects that significantly increase file size.

Embedded Files

PDF supports embedded attachments — entire files stored inside the container. Spreadsheets or other PDFs embedded this way can balloon the file dramatically.

Identifying which of these applies to your PDF helps you choose the most effective compression approach rather than applying a blunt tool that may degrade quality unnecessarily.

Common File Size Limits You Need to Know

Platform / Use case Typical size limit Status for most PDFs
Gmail attachment25 MBOften exceeded
Outlook / Office 36520–25 MBOften exceeded
WhatsApp document100 MBUsually fine
Government portal upload2–10 MBFrequently exceeded
University submission portal10–20 MBCan be exceeded
Job application portal2–5 MBFrequently exceeded
Web page / inline display1–3 MB idealAlmost always exceeded

Method 1: Use an Online PDF Compressor (Quickest Fix)

For most people with most PDFs, an online compressor is the fastest and most effective solution. A good compressor re-encodes embedded images at screen resolution, strips unnecessary metadata, and optimises internal data structures — all automatically, without requiring you to understand any of the technical details.

Typical results: Image-heavy PDFs (presentations, scanned documents, photo PDFs) often compress by 60–80%. Text-only PDFs typically compress by 10–30%. If your file is already optimised, the reduction will be smaller — that is expected and normal.

Method 2: Reduce PDF Size in Adobe Acrobat

Adobe Acrobat Pro offers the most granular compression controls available, letting you tune exactly how each element of the PDF is optimised.

Using “Reduce File Size” (quick)

Using PDF Optimizer (advanced)

For more control, go to File → Save As Other → Optimized PDF. The PDF Optimizer lets you set specific DPI targets for images, choose compression algorithms, subset embedded fonts, and remove metadata, thumbnails and JavaScript. Run Audit Space Usage first — it shows exactly which elements take the most space so you can focus where it matters.

Method 3: Compress at the Source (Before Exporting)

If your large PDF was originally a Word document or PowerPoint presentation, the most effective approach is to return to the source file and reduce image resolution before re-exporting — this produces smaller PDFs than compressing an already-exported file, because you are reducing image data before it is baked into the PDF structure.

Method 4: Compress via Mac Preview (Free, No Install)

If you are on a Mac and need a quick, free option without uploading to the internet, the built-in Preview app can reduce PDF file size directly.

⚠️

Preview quality warning: Mac Preview’s Reduce File Size filter is known for producing overly aggressive compression that can make images look pixelated. If quality matters, use Convixy’s compressor or Ghostscript instead — both offer better image quality for equivalent file size reductions.

Method 5: Compress via Google Slides or Docs

For presentations or documents stored in Google Drive, the PDF export quality directly controls output file size.

Method 6: Use Ghostscript (Free, Command Line)

Ghostscript is a powerful free tool available on Windows, Mac and Linux. It is the engine behind many online compression tools and gives you direct control over output quality. The following command compresses a PDF to screen-optimised quality:

gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf

Replace /screen with /ebook for 150 DPI (good balance) or /printer for 300 DPI (high quality, larger file).

Method 7: Split the PDF First

Sometimes the simplest solution is not compression but division. If you are submitting a 30-page document to a portal with a 10 MB limit, splitting it into sections may be more practical than compressing a heavily image-based file. Use Convixy’s free PDF Splitter to extract specific page ranges as separate documents.

What Actually Happens to Quality When You Compress

A common concern is that compression will make a PDF look worse. Understanding exactly what changes — and what stays the same — helps you make an informed decision about which compression level to use.

Content type Affected by compression? Visual impact
Text and fonts No None — identical at any zoom
Vector graphics (charts, logos) No None — vectors are resolution-independent
Photos (screen/email compression) Yes — downsampled to 72–96 DPI Minimal at normal screen zoom; slight softness if zoomed closely
Photos (balanced/ebook compression) Yes — downsampled to 150 DPI Barely perceptible; suitable for most print use
Photos (aggressive/Preview Quartz) Yes — very low DPI Visible pixelation; not suitable for professional print
Scanned page images Yes — re-encoded at lower DPI Text remains readable; fine detail may soften at high zoom

For documents intended for screen reading, email or portal upload, screen-optimised compression is always appropriate. For documents that will be printed commercially or reviewed under close scrutiny, use the balanced (150 DPI / ebook) setting or Acrobat’s PDF Optimizer with a manual DPI target.

Batch Compressing Multiple PDFs

If you regularly need to compress large numbers of PDFs — for example, a monthly archive of scanned receipts, a batch of client reports, or an entire folder of product sheets — doing them one at a time quickly becomes impractical. There are two efficient approaches:

For occasional batch needs without scripting, compress files one by one using the online tool — it is quick enough for batches of up to 10–15 files without becoming burdensome.

How Much Can You Actually Reduce a PDF?

⚠️

Avoid compressing twice. Running a PDF through multiple compression passes does not shrink it further — it degrades image quality each time. Compress once with the right settings for the best result.

When Compression Is Not Enough

Quick Summary: Which Method to Use

Frequently Asked Questions

Compress Your PDF Now — Free

Reduce your PDF size instantly. No account, no watermarks, results in seconds.

Try PDF Compressor →