Tips & Guides

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

Convixy Blog · Tips & Guides · 8 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 Google Slides or Docs

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

Method 5: 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 6: 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.

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

Compress Your PDF Now — Free

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

Try PDF Compressor →