Tips & Guides

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

📅 June 2025 ⏰ 8 min read 💾 Tips & Guides

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 by far the most common cause of large PDFs. 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, uncompressed raster images of each page. A 10-page scan can easily exceed 50 MB without any compression applied.

🦎 Metadata & Thumbnails

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

🎨 Transparency & Layers

Documents from design applications like InDesign or Illustrator often contain flattened transparency layers, vector artwork or overlaid objects that significantly increase file size.

🔗 Embedded Files

PDF supports embedded attachments — entire files stored inside the PDF container. Spreadsheets, videos or other PDFs embedded as attachments 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 attachment 25 MB Often exceeded
Outlook / Office 365 20–25 MB Often exceeded
WhatsApp document 100 MB Usually fine
Government portal upload 2–10 MB Frequently exceeded
University submission portal 10–20 MB Can be exceeded
Job application portal 2–5 MB Frequently exceeded
Web page / inline display 1–3 MB ideal Almost 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.

  1. Open the compressorGo to Convixy’s free PDF Compressor. No account, no signup, works in any browser.
  2. Upload your PDFClick the upload area or drag and drop your file. Large files are processed securely.
  3. Download the compressed PDFThe compressor optimises the file and returns a smaller PDF. You will see the original and new file sizes displayed. The compressed PDF retains full readability — only image data that exceeds screen resolution is reduced.

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)

  1. Open the PDFOpen your file in Adobe Acrobat Pro.
  2. Go to File → Reduce File SizeChoose a compatibility setting (Acrobat X or later is fine for most uses) and click OK.
  3. Save the outputChoose a save location and click Save.

Using PDF Optimizer (Advanced)

For more control, go to File → Save As Other → Optimized PDF. The PDF Optimizer dialog lets you:

Run the Audit Space Usage button in the Optimizer first — it shows you exactly which elements are taking up the most space, letting you focus your optimisation where it matters most.

Method 3: Compress PDF in Microsoft Word (Before Exporting)

If your large PDF was originally a Word document, the most effective approach is often to go back to the source file and reduce image resolution before re-exporting.

  1. Open the original DOCXOpen the Word document that was converted to the large PDF.
  2. Compress picturesClick on any image in the document. Go to the Picture Format tab and click Compress Pictures. Choose Email (96 ppi) for maximum reduction, or Web (150 ppi) for a balance of quality and size. Uncheck “Apply only to this picture” to compress all images at once.
  3. Re-export as PDFGo to File → Export → Create PDF/XPS. In the options, set Minimum size (publishing online) rather than Standard quality.
ℹ️

This approach typically produces smaller PDFs than compressing an already-exported PDF, because you are reducing the image data before it is baked into the PDF structure rather than re-compressing already-compressed data.

Method 4: Compress via Google Slides or Docs

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

Method 5: Use Ghostscript (Free, Command Line)

Ghostscript is a powerful free tool for PDF manipulation 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 (smallest file size):

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). The /screen setting targets 72 DPI images and is suitable for digital distribution where print quality is not needed.

Method 6: Split the PDF First

Sometimes the easiest solution is not to compress a large PDF but to split it into smaller sections. If you are submitting a 30-page document and the portal has a 10 MB limit, splitting it into two or three parts 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. Each section will be a fraction of the original file size and can be uploaded or shared independently.

How Much Can You Actually Reduce a PDF?

The reduction potential depends entirely on what is in the PDF:

⚠️

Avoid compressing twice. Running a PDF through multiple compression passes does not reduce it further — it degrades image quality each time without meaningfully reducing the size. Compress once with the right settings and you will get the best result.

When Compression Is Not Enough

If your PDF is still too large after compression, consider these alternatives:

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 →