How to Compress PDF Files Without Losing Quality (2026 Guide)
PDFs too big for email or upload? Learn 5 free ways to compress PDF files while keeping them readable. Step-by-step guide for Windows, Mac, and online.
You finally finished that 50-page report or scanned all those receipts, and you're ready to send the PDF. Then your email client throws up the dreaded error: "Attachment too large."
Or worse, the website limit is 5MB and your PDF is 35MB.
The good news: PDFs can be compressed significantly without ruining readability. Here are 5 methods that work in 2026, ranked by ease and quality.
Why PDFs Get So Big
Before fixing, understand what's making your PDF huge:
Common culprits:
- πΈ High-resolution images β Each image embedded uncompressed adds 1-5 MB
- π¨ Embedded fonts β Sometimes 10+ MB for designer fonts
- π Scanned pages β Each scanned page is essentially a large image
- π¬ Embedded media β Videos, audio (less common but huge when present)
- π¦ Old conversion software β Some tools save PDFs poorly
The biggest compression gains usually come from reducing image quality and re-encoding fonts.
Method 1: Online Compression Tool (Easiest)
The fastest way to compress a PDF is using a free online tool. No software install, works on any device.
Step-by-step:
- Go to the ConvertDox PDF compressor
- Click "Upload" or drag your PDF into the upload zone
- Choose compression level:
- Low β Minimal compression, keeps quality
- Medium β Balanced (recommended for most uses)
- High β Maximum compression, smaller files
- Wait a few seconds
- Download your compressed PDF
What to expect:
- Most PDFs shrink 30-70% with medium compression
- A 25MB scanned document might become 5-8MB
- Text remains crisp, images stay readable
- Files are deleted from servers after processing
Best for: Anyone who needs quick compression without software.
Method 2: Compress PDF on Mac (Built-in)
Mac has PDF compression built into Preview β no download needed.
Steps:
- Open your PDF in Preview (default PDF app)
- Click File β Export
- In Format dropdown, choose PDF
- Click Quartz Filter dropdown
- Choose Reduce File Size
- Click Save
Pros: Free, no internet, full quality control via custom filters.
Cons: Mac only, compression is aggressive (may reduce quality more than needed).
Pro tip: If Preview compresses too much, install Quartz filters with custom quality levels.
Method 3: Compress PDF on Windows
Windows 10/11 doesn't have built-in PDF compression, but there are free options.
Option A: Microsoft Print to PDF (Built-in workaround)
- Open your PDF in Adobe Reader or any PDF viewer
- Click Print
- Choose printer: Microsoft Print to PDF
- Click Properties β Advanced
- Set Print Quality to 150 DPI (lower number = smaller file)
- Click Print
- Save as new file
Pros: Free, no install.
Cons: Limited compression options, may not work on all PDFs.
Option B: PDF24 Creator (Free download)
Better Windows option:
- Download PDF24 Creator from pdf24.org (free)
- Install
- Open your PDF in PDF24
- Use Compress PDF feature
- Adjust quality slider
- Save compressed version
Pros: Real compression options, free, no signup.
Cons: Requires download, ad-supported in some versions.
Method 4: Adobe Acrobat (Best Quality, Paid)
Adobe Acrobat Pro DC ($14.99/month) offers the most sophisticated compression.
Steps:
- Open PDF in Acrobat Pro
- Click File β Save As Other β Reduced Size PDF
- Choose target Acrobat version
- Save
Or for advanced control:
- Click File β Save As Other β Optimized PDF
- Customize:
- Image downsampling
- Font embedding
- Color space
- Discarded objects
- Save with custom settings
Pros: Industry-standard quality, granular control, professional results.
Cons: Costs $15/month. Most users don't need this level of control.
Method 5: Command Line (Technical Users)
For developers or batch processing, command-line tools offer the most flexibility.
Using Ghostscript (Free, cross-platform)
Mac/Linux:
brew install ghostscript # Mac
sudo apt install ghostscript # Linux
# Compress PDF
gs -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH \
-sOutputFile=output-compressed.pdf input.pdf
Windows (PowerShell):
# After installing Ghostscript
gs -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH \
-sOutputFile=output-compressed.pdf input.pdf
Compression levels (-dPDFSETTINGS):
/screenβ Lowest quality, smallest file (~72 DPI)/ebookβ Good for reading (~150 DPI)/printerβ Good print quality (~300 DPI)/prepressβ Highest quality, professional printing
Pros: Free, scriptable, can batch process hundreds of PDFs.
Cons: Requires terminal/command prompt skills.
Which Method Should You Choose?
| Your situation | Best method | |---|---| | Need to compress 1-5 PDFs quickly | Online tool (Method 1) | | Mac user, want offline solution | Preview built-in (Method 2) | | Windows user, want offline | PDF24 Creator (Method 3B) | | Professional/legal documents | Adobe Acrobat (Method 4) | | Batch processing 100+ PDFs | Ghostscript (Method 5) | | Privacy concern about uploads | Methods 2-5 (offline) | | Quick, simple, free | Method 1 (online) |
How Much Can You Compress?
Realistic compression expectations:
| PDF Type | Typical Compression | |---|---| | Text-only document | 5-20% (already efficient) | | Documents with few images | 30-50% | | Image-heavy reports | 50-80% | | Scanned PDFs | 60-90% | | Old/inefficient PDFs | 70-90% |
A 50MB PDF could easily become 10-15MB. A 200MB scan job could shrink to 25-40MB.
Common Questions
Will compression reduce text readability?
For most compression levels (low/medium), text remains crisp and clear. Heavy compression can blur images but rarely affects text. If you need to preserve image quality (photos, diagrams), use lower compression levels.
Is online PDF compression safe?
Depends on the service. Look for tools that:
- Delete files immediately after processing
- Don't require account/email
- Don't share data with third parties
ConvertDox deletes uploaded files within 1 hour, requires no signup, and doesn't track users. If you handle confidential documents, use offline methods (Methods 2-5).
Why does my compressed PDF still seem large?
A few possibilities:
- Embedded fonts β Try removing/subsetting fonts in Acrobat
- High-quality images β Compression respects original quality; can't get smaller than the source images allow
- Already compressed β Some PDFs are saved efficiently from the start
Can I un-compress a PDF?
No. PDF compression is one-way. Once compressed, you can't restore the original quality. Always keep a backup of the original file.
What's the smallest a PDF can be?
For a typical text document of 20 pages, you can usually achieve 100-500 KB. For image-heavy PDFs, the limit depends on how readable you need the images to be β going below 1MB usually requires heavy quality loss.
When NOT to Compress
Sometimes compression is the wrong solution:
- Legal contracts β May need to preserve original quality for evidence
- Print preparation β Use Adobe Acrobat's print-quality settings instead
- Image archives β Better to convert to ZIP for compression while preserving originals
- Already-small PDFs β If under 1MB, compression has little benefit
Related Tools You Might Find Useful
While compressing PDFs is great, other PDF operations often go hand-in-hand:
- Merge PDFs β Combine multiple PDFs first, then compress the result
- Split PDFs β Split large PDFs into smaller chunks
- PDF to Word β If you need to edit content before compressing
- PDF to JPG β Convert pages to images for sharing on social
- Watermark PDF β Add watermarks before sharing
- Protect PDF β Add password protection before sending
The Bottom Line
PDF compression is no longer mysterious. Whether you use an online tool, your computer's built-in software, or command-line utilities, you can shrink any PDF substantially while keeping it readable.
For most people, an online tool like ConvertDox PDF Compressor is the fastest option β no setup, works on any device, files deleted after processing.
For sensitive documents or batch processing, offline methods (Mac Preview, PDF24, or Ghostscript) keep your files local.
Whatever you choose, always keep the original file β compression is one-way. And test the compressed version before sending to make sure it still works for your needs.
Need to compress a PDF right now? Try ConvertDox's free PDF compressor β no signup, no software install, files deleted after processing.