#Compression#Optimization#Troubleshooting4 min read

How Do I Make a PDF Smaller Than 2 MB?

PF
HeyPDF Editorial6/17/2026
Share:

You're trying to upload a resume to a job portal, submit a form to a government website, or attach a document to an email — and the system tells you the file must be under 2 MB. Your PDF is 8 MB.

Here's how to actually get it under the limit, depending on what's making the file large in the first place.

First: Understand Why Your PDF Is Large

PDFs are essentially containers. A 10-page text document with no images is typically 50-200 KB. If your file is multiple megabytes, it's because of one or more of these:

  1. High-resolution images — Photos embedded at their original camera resolution (12+ megapixels)
  2. Scanned pages — Each page is a full-resolution photograph, not text
  3. Embedded fonts — The entire font family is included, not just the characters used
  4. Redundant objects — Multiple copies of the same logo on every page, each stored separately

The strategy changes depending on what's causing the bloat.

Step 1: Run Standard Compression First

Start with the easiest fix. Upload the file to a PDF compressor and use the "Recommended" or "Standard" setting. This applies three optimizations automatically:

  • Downsamples images to 150 DPI (plenty for screen reading)
  • Applies JPEG compression to color images
  • Strips unused metadata and redundant font data

For most files, this single step cuts the size by 40-70%. If your 8 MB file drops to 1.5 MB, you're done.

Step 2: If Standard Compression Isn't Enough

If the file is still above 2 MB after standard compression, you need to be more aggressive — but strategically, not blindly.

Check how many pages you actually need

Do you need all the pages? If you're uploading a resume and the file includes a cover letter and references as separate pages, split the PDF and upload only the pages required. Removing unnecessary pages is free file size reduction with zero quality impact.

Check if the file is a scan

Open the PDF and try to highlight text with your cursor. If you can select individual words, it's a digital document. If your cursor selects the entire page as one block (or can't select anything), the pages are scanned images.

Scanned PDFs are the hardest to compress because every page is a photograph. If the content is text-based (contracts, forms, letters), the most effective approach is:

  1. Run OCR to convert the images to real text using a PDF OCR tool
  2. The OCR version replaces heavy images with tiny text data
  3. File size can drop from 8 MB to under 500 KB

Use aggressive compression as a last resort

If you've already tried standard compression and page removal, and the file is still too large, switch to "Extreme" or "Maximum" compression. This pushes image quality to 72 DPI and applies heavy JPEG artifacts. The result will look noticeably worse on a high-resolution screen or if printed, but for most upload portals where the file just needs to be readable, it's acceptable.

Step 3: The Nuclear Option — Convert and Reconvert

If nothing else works (usually because the PDF contains massive vector graphics or embedded 3D data), try this:

  1. Convert the PDF to JPG images using a PDF to JPG tool at medium quality
  2. Convert those JPGs back into a PDF using a JPG to PDF tool

This completely rebuilds the file from flat images, eliminating all the complex internal structures that resist compression. The trade-off: you lose text selectability and any interactive elements. But the file will be small.

Quick Reference: Typical File Sizes

| Content Type | Typical Size per Page | 10-Page Document | |---|---|---| | Text only, no images | 5-20 KB | 50-200 KB | | Text with a few photos | 100-300 KB | 1-3 MB | | Scanned pages (300 DPI, color) | 500 KB-1.5 MB | 5-15 MB | | Scanned pages (150 DPI, grayscale) | 50-150 KB | 500 KB-1.5 MB | | Graphic-heavy design (brochure) | 500 KB-2 MB | 5-20 MB |

If your file type sits in the "scanned, full color" row, you can see why compression alone might not be enough — you're fighting the physics of image data.

<script type="application/ld+json"> {"@context":"https://schema.org","@type":"BlogPosting","headline":"How Do I Make a PDF Smaller Than 2 MB?","author":{"@type":"Organization","name":"heyPDF"},"datePublished":"2026-06-17T06:33:37.084Z"}</script> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"Will compressing a PDF make the text blurry?","acceptedAnswer":{"@type":"Answer","text":"No. PDF compression targets embedded images, not text. Native text in a PDF is vector-based and compression doesn't affect it at all. Only scanned documents (where text is actually an image) can lose clarity."}},{"@type":"Question","name":"Can I compress a PDF multiple times for more reduction?","acceptedAnswer":{"@type":"Answer","text":"Generally no. Running the same file through compression twice rarely produces additional savings and can sometimes increase the file size due to reprocessing overhead. Compress once with the right settings."}},{"@type":"Question","name":"What's the difference between DPI and JPEG quality?","acceptedAnswer":{"@type":"Answer","text":"DPI controls the image resolution (how many pixels per inch). JPEG quality controls how aggressively the color data is simplified. Lowering DPI makes images smaller in dimensions; lowering JPEG quality makes them blockier."}},{"@type":"Question","name":"Is there a minimum PDF file size?","acceptedAnswer":{"@type":"Answer","text":"A single-page text-only PDF with no fonts embedded can be as small as 1-5 KB. There's no hard minimum, but the header structure of a valid PDF file requires at least a few hundred bytes."}}]}</script>
PF

Written by HeyPDF Editorial

Our professional document engineering division writes guides, tips, and tutorials helping customers around the globe run efficient PDF files processing and conversions daily.