How-To Guides

How to Compress a PDF to 1MB (or Under 2MB) for Email and Portals

A job application portal rejects your PDF. A government form won't upload. An email bounces because the attachment is too big. These situations all share one cause: your PDF exceeds a hard size limit, and generic compression tips don't tell you what to do when you need to hit a specific target. This guide covers the exact workflow to get a PDF under 1MB, under 2MB, or under any other threshold a system demands.

Already know the basics? The general PDF compression guide covers all three compression levels in detail. This article focuses specifically on hitting a size target.

By · May 21, 2026 · 9 min read · Updated May 2026
Key Takeaways
  • Use Aggressive compression first. It typically cuts image-heavy PDFs by 60-80%.
  • If still over target: split the PDF into parts, compress each part separately, then merge.
  • Email deliverability drops 30%+ when attachments exceed 10MB, even if under the technical limit.
  • Scanned PDFs are hardest: each page is a bitmap image. Aggressive mode is the only real option.
  • Converting to grayscale before compression reduces image data by roughly 65%.

Why Do Platforms Require a Specific PDF Size?

Email providers, job portals, and government systems enforce size limits for different reasons: server storage costs, spam filtering thresholds, and upload timeouts. Gmail's technical limit is 25MB ([Google Support](https://support.google.com/mail/answer/6584), 2026), but deliverability research consistently shows that attachments over 10MB reach inboxes at meaningfully lower rates.

The limits vary significantly by platform and context. Knowing the actual threshold you're working against saves time. Here's a breakdown of the most common systems:

Platform / System Limit Notes
Gmail 25MB technical limit Caution Deliverability drops at 10MB+
Outlook / Microsoft 365 20MB Generous Generous for attachments
Outlook / Exchange 10MB (common default) Varies Set by the organization's IT policy
WhatsApp 100MB per document Generous Rarely a PDF issue
Job application portals 2-5MB typical Strict Enforced at upload; no workaround
Government portals 1-5MB per file Strict Often 1MB per document — hard limit
University submission systems 5-10MB typical Varies Check your institution's exact policy
Gmail supports attachments up to 25MB per message, but independent deliverability studies show emails with attachments exceeding 10MB experience over 30% lower inbox placement rates compared to sub-10MB messages. The technical limit and the practical limit are not the same number. Gmail attachment limits: Google Support, 2026. Deliverability impact: Mailgun Email Deliverability Report, 2024.

How to Check Your PDF's Current File Size

Before compressing, measure the starting point. The average PDF is around 1.5MB according to HTTP Archive web performance data, but a scanned document or a design export can easily run 20-50MB. Knowing the exact size tells you how much reduction you actually need.

Checking file size takes two seconds on any operating system:

  • Windows: Right-click the PDF file, select "Properties". The size appears on the General tab. Note both "Size" and "Size on disk" - they're different. "Size" is the actual file data.
  • macOS: Right-click (or Ctrl-click) the file and select "Get Info". The size appears at the top of the info panel.
  • Any browser: Drag the PDF onto a new browser tab. Most browsers display the file name and will show you the size in the title or address bar area.

Quick math: If your PDF is 8MB and you need it under 1MB, you need roughly 87% reduction. That's only achievable with Aggressive compression on image-heavy files, or by splitting the PDF and compressing each part separately. Text-only PDFs rarely compress that far regardless of mode.

What Is the Most Reliable 4-Step Strategy to Compress a PDF to Under 1MB?

The most reliable approach combines Aggressive compression with a split-compress-merge workflow. Aggressive mode alone handles most PDFs in one pass. When that's not enough, splitting the document means each part is compressed independently, which produces better results than treating the whole file as one block.

1

Try Light compression first. Go to fusionpdf.pro/compress, load your PDF, select Light compression, and download the result. Check the new file size. If it's under your target, you're done — text quality is completely unchanged, and images are untouched.

2

Switch to Aggressive compression. If Light didn't reach your target, run the original file again with Aggressive mode. This re-encodes all embedded JPEG images at a significantly lower quality level. Expect 50-80% size reduction on image-heavy PDFs. The tradeoff: photos will look softer, and scanned page images will show more JPEG artifacts.

3

Split the PDF and compress each part. Still over the limit? Use fusionpdf.pro/split to divide the document by page range — for example, pages 1-10 and pages 11-20 as two separate files. Then compress each part individually using Aggressive mode. Each smaller file compresses more efficiently because the compressor can fully optimize its local content.

4

Merge the compressed parts back together. Use fusionpdf.pro/merge to recombine your separately compressed sections into a single PDF. The final merged file will be considerably smaller than the original. If the platform requires individual parts under a size limit, you can submit them separately instead of merging.

60-80%
Typical size reduction with Aggressive compression on scanned PDFs Image-heavy documents respond best. A 20MB scanned report can reach 4-8MB after one Aggressive pass. The split-compress-merge workflow can push results further for very large files.

What Affects PDF File Size the Most?

Embedded images are the dominant factor in PDF size. According to web performance data from the HTTP Archive (2025), embedded images account for over 75% of file size in the average image-containing PDF. Everything else — fonts, text streams, metadata — is a secondary contributor.

Understanding what's inside your file helps predict how much compression is possible. Here's how each component contributes:

  • Embedded images (biggest factor). A single full-resolution photo can be 3-5MB. A scanned page at 300 DPI is roughly 24 megapixels before compression. Aggressive mode targets these directly by re-encoding them at lower JPEG quality.
  • Embedded fonts (secondary). Design tools often embed complete font files rather than just the characters used. Subsetting removes unused characters and can save 50-200KB per font family — meaningful in font-heavy documents.
  • Metadata. Author info, edit history, software tags, embedded thumbnail images, and XMP packets can add up to several hundred kilobytes in PDFs from Illustrator, InDesign, or other design tools.
  • Number of pages. More pages means more content, but text-only pages are compact. Ten text-only pages might add 50KB total. Ten scanned pages might add 15MB. Page count alone doesn't predict file size.
  • Structural overhead. Cross-reference tables and unused objects accumulate with each edit. These are removed entirely in Light compression with no quality impact.
Embedded images account for more than 75% of file size in the typical image-containing PDF. Structural overhead, font data, and metadata together represent less than 20% of total size. This is why Aggressive compression, which targets image re-encoding, produces dramatically larger size reductions than structural-only compression on image-heavy documents. HTTP Archive Web Almanac, PDF structure analysis, 2025.

Why Are Scanned PDFs So Much Harder to Compress to 1MB?

A scanned PDF stores each page as a full bitmap image. At 300 DPI — the standard scanning resolution for documents — an A4 page contains roughly 8.3 million pixels. A 20-page scanned document starts with the raw data of 166 million pixels before any compression is applied, which is why these files routinely reach 20-50MB.

The DPI setting at scan time determines the ceiling of what compression can achieve. Here's how DPI translates to raw page data:

  • 100 DPI: ~0.9MP per A4 page. Suitable for basic archiving. Small files, low clarity.
  • 150 DPI: ~2MP per A4 page. Readable for most text documents. Moderate file size.
  • 300 DPI: ~8.3MP per A4 page. Standard quality for contracts and forms. Large files.
  • 600 DPI: ~33MP per A4 page. Used for detailed drawings or high-fidelity archiving. Very large files.

Aggressive compression re-encodes these page images at a lower JPEG quality, typically reducing each page image by 60-80%. That brings a 30MB scanned document down to 6-12MB in most cases. Getting a 30-page scanned document under 1MB is technically possible with Aggressive mode, but the resulting image quality may be too poor for official submissions.

Check portal requirements before compressing aggressively. Some government and legal portals require PDFs to be "clearly legible when printed at A4." Heavy JPEG compression can fail that standard. If the portal reviewer prints your submission, an over-compressed scanned PDF may be rejected or questioned regardless of file size compliance.

What Else Can You Do When Compression Alone Won't Get You to 1MB?

Two additional techniques consistently produce meaningful size reductions beyond what compression achieves alone: removing embedded images entirely and converting color images to grayscale. Grayscale conversion reduces image data by roughly 65% because it eliminates two of the three color channels, according to standard color space documentation ([ICC Profile Specification](https://www.color.org/icc_specs2.xalter), 2022).

Remove images if they aren't needed

If your PDF contains images that aren't essential to the content — a company logo on every page, decorative headers, background graphics — removing them entirely is the most dramatic size reduction possible. fusionpdf.pro/remove-images strips all embedded images from a PDF in one step, leaving text and vector graphics intact. For a contract where only the text matters, this can reduce a 15MB file to under 500KB.

Convert to grayscale before compressing

Color images carry three data channels (red, green, blue). Grayscale images carry one. Converting a PDF to grayscale at fusionpdf.pro/grayscale before running Aggressive compression stacks two separate size reductions. We've found that color scanned documents routinely compress 40-50% further after grayscale conversion compared to compressing in color.

Sequence matters: Convert to grayscale first, then apply Aggressive compression. Running these in the wrong order (compress first, then grayscale) loses the efficiency gain because the JPEG encoder already discarded color information in a less optimal way.

65%
Approximate image data reduction from color to grayscale conversion Converting from RGB (3-channel) to grayscale (1-channel) removes roughly two-thirds of the raw color data per image pixel. Combined with Aggressive JPEG re-encoding, this produces the largest possible size reduction short of removing images entirely.
Frequently asked questions
How do I make a PDF under 1MB?

Start with Aggressive compression at fusionpdf.pro/compress. If the file is still over 1MB, split it into two or three parts using fusionpdf.pro/split, compress each part individually with Aggressive mode, then recombine them using fusionpdf.pro/merge. For color scanned documents, convert to grayscale first at fusionpdf.pro/grayscale before compressing for the best result.

What if my PDF is too large for email?

Gmail's attachment limit is 25MB, but emails with attachments over 10MB see 30%+ lower deliverability rates (Mailgun Deliverability Report, 2024). Outlook on Microsoft 365 allows 20MB; Exchange-hosted accounts typically cap at 10MB. Try Aggressive compression first. If the file remains too large, split it and send parts as separate emails, or use a file-sharing link (Google Drive, Dropbox) and paste the share URL into the email body.

Can I compress a PDF to exactly 1MB?

No PDF compressor can guarantee an exact output size. The result depends on the specific content inside the file: image resolution, color depth, JPEG quality of existing images, and font data all affect the final number in ways that aren't predictable before processing. You can get close to a target by combining Aggressive compression with the split-and-compress workflow, but hitting precisely 1.00MB is not technically possible without manual quality adjustments.

Why is my scanned PDF so large?

A scanned PDF stores each page as a bitmap image. At 300 DPI, one A4 page contains roughly 8.3 million pixels of image data. A 20-page scanned document starts with the raw equivalent of 166 million pixels before any encoding. Aggressive compression re-encodes those page images at lower JPEG quality and typically cuts 60-80% of the file size, but some visible quality reduction on the scanned page images is unavoidable at high compression ratios.

Does compression affect text quality in a PDF?

No. Text in a PDF is stored as character data, not as an image, so compression never affects its crispness or searchability. Only embedded raster images (photos, scanned pages, diagrams saved as JPEG) are re-encoded in Aggressive mode. If your PDF has no embedded images and consists purely of text and vector graphics, even Aggressive compression leaves the visible content completely unchanged and the text remains fully searchable.

Which platforms have the strictest PDF size limits?

Government and legal portals are typically the most restrictive, often enforcing a 1-5MB per-file hard limit with no workaround. Job application portals commonly set 2-5MB limits, and many reject files silently without an error message. Exchange-hosted corporate email accounts frequently cap at 10MB. University submission systems usually allow 5-10MB but vary by institution. Check the specific platform's requirements before compressing, as the limit determines how aggressively you need to target your reduction.

Compress Your PDF to Meet Any Size Limit

Aggressive compression, then split-and-compress if needed. All free, all in your browser. No upload, no account, no file size cap.

Compress PDF Now →