PDF files can get large quickly — a 20-page report with images can easily reach 10–50MB. Most email clients cap attachments at 10–25MB, and many file upload forms reject large PDFs. Compression can reduce a typical PDF by 30–70% with minimal visible quality loss.
Why are PDFs so large?
Common reasons a PDF is large:
- Embedded images — screenshots or scanned pages at high resolution
- Embedded fonts — custom fonts embedded as binary data
- Metadata — editing history, comments, form field data
- Unoptimized scans — scanners often default to 300+ DPI with no compression
How much can you compress a PDF?
| PDF type | Typical reduction |
|---|---|
| Text-only document | 10–30% |
| Mixed text + images | 30–60% |
| Scanned document (image PDF) | 50–80% |
| Already-compressed PDF | 5–10% |
Results vary significantly. A PDF that's already been compressed won't shrink much further.
Method 1: Use Privatool PDF Compressor (free, private, no upload)
- Go to PDF Compressor
- Click the upload zone or drag and drop your PDF
- Adjust the quality slider (lower = smaller file, more compression)
- Click Compress
- Download the compressed PDF
Processing is entirely client-side — your PDF is never uploaded to any server.
Method 2: Use Adobe Acrobat (paid)
Adobe Acrobat's "Reduce File Size" and "PDF Optimizer" offer the most control over compression:
- Downsample images to specific DPI
- Remove metadata, embedded thumbnails, and form data
- Flatten transparency and merge layers
This is the best option for print-quality documents where output must meet exact specifications.
Method 3: Print to PDF (free, any OS)
On any OS, open the PDF, go to Print, and select "Save as PDF" or "Microsoft Print to PDF". This re-renders the PDF through the OS print engine, often stripping metadata and re-encoding images. Results are unpredictable but sometimes effective for heavily bloated PDFs.
Method 4: Compress images before creating the PDF
If you're creating the PDF from a Word document or presentation:
- Compress all embedded images first (use Save As → Compress Pictures in Office)
- Then export to PDF
This is the most effective approach — it's easier to prevent large PDFs than to compress them after the fact.
Email size limits by provider
| Provider | Attachment limit |
|---|---|
| Gmail | 25 MB |
| Outlook | 20 MB |
| Yahoo Mail | 25 MB |
| iCloud Mail | 20 MB |
If your PDF exceeds these limits even after compression, use a file sharing service (Google Drive, Dropbox) and share a link instead.