Adobe Acrobat PDF Compression – Guide and Free Alternatives

This page covers two audiences: (1) users who have Adobe Acrobat and want the exact steps to compress a PDF, including the difference between the Reduced Size PDF and PDF Optimizer methods, and (2) users who don’t have Acrobat Pro and need a free alternative. Includes Adobe Acrobat Online’s free tier limits and a comparison of the results from both Adobe compression methods.

H2-1: How to Compress PDF in Adobe Acrobat Pro

Method 1: Reduced Size PDF (Quick Method)

  1. Open the PDF in Adobe Acrobat Pro (not Adobe Reader — Reader cannot compress)
  2. Go to File → Save as Other → Reduced Size PDF…
  3. In the compatibility dialog, select "Acrobat 10.0 and later" (most compatible, good compression)
  4. Click OK
  5. Choose a save location and filename — save as a new file to preserve the original
  6. Click Save

What this method does: Applies standard compression to all images, removes redundant data, and downsamples images to approximately 150 DPI. Quick and suitable for most documents.

Typical result: A 10MB office document compresses to 2.5–4MB. A 20MB scanned document compresses to 4–8MB.


H2-2: Adobe Acrobat PDF Optimizer — Advanced Settings Explained

The PDF Optimizer gives full manual control over every compression parameter.

Access: File → Save as Other → Optimized PDF…

Key settings panels:

Images panel:

Fonts panel:

Discard Objects panel (important for size reduction):

Discard User Data panel:

Typical result with full optimisation: A 10MB scanned document achieves 1.5–3MB at medium image quality, significantly outperforming the Reduced Size PDF method.


H2-3: Adobe Acrobat Online — Free Tier Limits

Adobe offers a web-based PDF compressor at acrobat.adobe.com that does not require Acrobat Pro installed.

FeatureAdobe Acrobat Online (Free)
Compressions per day2
File size limit100MB
Sign-up requiredYes (free Adobe ID)
Output quality controlNone (auto)
Server locationUSA
WatermarkNo

Key limitation: Adobe Acrobat Online applies a fixed compression algorithm with no user control over DPI or quality settings. The Reduced Size PDF in the desktop Acrobat Pro offers the same one-click simplicity with better compression results.


H2-4: Free Alternatives If You Don’t Have Acrobat Pro

NeedFree AlternativeWhy
Quick online compressionPDF Agile (Offline Desktop)No sign-up, 100MB limit, ~72% ratio
Offline compression (Windows)PDF AgileFree, no watermark, no file limit
Offline compression (Mac)PDF Squeezer 4 ($5.99)Best Mac compression quality
Full DPI control (free)Ghostscript (CLI)Equivalent to Acrobat Pro Optimizer
Batch compressionPDF Agile DesktopUnlimited files, free

For users who need Adobe Acrobat Pro’s output quality without the subscription: Ghostscript is the closest free equivalent. The command: `` ghostscript -sDEVICE=pdfwrite -dPDFSETTINGS=/ebook \ -dCompatibilityLevel=1.4 -dBATCH -dNOPAUSE \ -sOutputFile=output.pdf input.pdf ` /ebook = 150 DPI (equivalent to Acrobat’s Reduced Size PDF), /screen` = 72 DPI (equivalent to Acrobat’s extreme settings).


Ready to compress your PDF? It's free — no account required.

Try Free Alternative to Adobe Acrobat

Frequently Asked Questions

Can I compress a PDF in Adobe Acrobat Reader (free)?

No. Adobe Acrobat Reader (the free viewer) cannot compress PDFs. PDF compression requires Adobe Acrobat Pro ($19.99/month) or Adobe Acrobat Online (free, 2 compresses/day with a free Adobe ID). For free unlimited compression, use PDF Agile (Offline Desktop).

What is the difference between Reduced Size PDF and PDF Optimizer in Acrobat?

Reduced Size PDF is a one-click operation with fixed settings. PDF Optimizer opens a full control panel where you can set image DPI per type (colour, greyscale, monochrome), choose JPEG vs ZIP compression, and selectively remove metadata, JavaScript, and hidden layers. PDF Optimizer consistently achieves 20–40% better compression than Reduced Size PDF on complex documents.

Does Adobe Acrobat compress PDF without losing quality?

Acrobat’s Reduced Size PDF downsamples images to ~150 DPI, which is visible quality loss for photo prints but imperceptible on screen. For truly lossless compression, use PDF Optimizer → Images panel → set Compression to "Retain" and focus on the Discard Objects panel to remove metadata, thumbnails, and hidden layers. Lossless-only compression typically achieves 5–20% reduction.

How do I compress a PDF for free without Adobe Acrobat?

PDF Agile (Offline Desktop) (no sign-up, 100MB limit, free) achieves comparable results to Acrobat’s Reduced Size PDF. For Acrobat Pro-level control, use Ghostscript (free, command-line, all platforms) with the -dPDFSETTINGS and image DPI flags.