PDF Merge & Split PDF Merge & Split
Add to Chrome — Free

PDF Merge & Split Blog

How to Compress PDFs After Merging (Reduce File Size)

Updated March 2026 · 5 min read

Quick Answer To compress a merged PDF for free: use Ghostscript (gs -dPDFSETTINGS=/ebook -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=compressed.pdf merged.pdf). On macOS, use Preview's Reduce File Size filter. On Windows, PDF24 Creator has a built-in compressor. All three work locally with no upload required.
📋 Table of Contents
📋 Table of Contents

Merging PDFs does not reduce file size — it combines the bytes of all source files into one. If you merge 10 scanned documents at 5MB each, the result is approximately 50MB. For email, web sharing, or upload portals with size limits, that is often too large.

Compression is a separate step. This guide covers every free method to compress PDFs locally — no upload to third-party servers required.

Merge First, Then Compress

PDF Merge & Split handles the merge step — free, local, private.

Add to Chrome — Free


Why Merged PDFs Are Large

The file size of a PDF depends on its content:

Compression primarily works by downsampling embedded images to a lower resolution. Text and vector graphics are not affected — they stay sharp at any size.



Ghostscript Compression Settings

Ghostscript's -dPDFSETTINGS flag provides four preset compression levels:

Setting Image DPI Use for Typical size reduction
/screen 72 DPI Web viewing only 70-80%
/ebook 150 DPI Email, digital distribution 50-70%
/printer 300 DPI Desktop printing 20-40%
/prepress 300 DPI Professional print 10-20%

Compress with Ghostscript (all platforms)

# For email and digital distribution (recommended for most cases)
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite \
 -dPDFSETTINGS=/ebook \
 -sOutputFile=merged-compressed.pdf merged.pdf

# For smallest possible file (web/low quality)
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite \
 -dPDFSETTINGS=/screen \
 -sOutputFile=merged-small.pdf merged.pdf

On Windows with Ghostscript installed, replace gs with gswin64c.



macOS Preview Compression (No Install)

Using the Quartz filter in Preview

  1. Open your merged PDF in Preview.
  2. Go to File → Export as PDF.
  3. Click the Quartz Filter dropdown.
  4. Select Reduce File Size.
  5. Click Save.
macOS quality note: The "Reduce File Size" Quartz filter can be aggressive — it may compress images more than you want. Test the output before distribution. If quality is too low, use Ghostscript with /ebook settings for more control.


PDF24 Creator (Windows, Free)

PDF24 Creator is a free Windows application with a compression tool that offers a quality slider:

  1. Download and install PDF24 Creator (desktop version — not the web tool).
  2. Open the PDF24 application.
  3. Select "Compress PDF" from the tool list.
  4. Drag in your merged PDF.
  5. Adjust the quality slider.
  6. Click Compress and save the output.


Adobe Acrobat Pro (Paid, Most Control)

Adobe Acrobat Pro's PDF Optimizer gives per-image and per-feature control:

For occasional use, Ghostscript or macOS Preview is sufficient. For high-volume or quality-critical workflows, Acrobat's fine-grained controls are worth the cost.



When Compression Helps vs When It Doesn't

Compression works well when: The PDF contains high-resolution images (scans, photos). A 300 DPI scan compressed to 150 DPI cuts file size roughly in half with minimal visible difference on most screens.
Compression does not help when: The PDF is already optimized, or contains only text and vector graphics. Text PDFs are already minimal in size — attempting to compress them further may add processing overhead with negligible size reduction.


Checking Compression Results

After compressing, verify:

  1. Open the compressed PDF — check that text is still sharp and readable
  2. Zoom in on images to verify acceptable quality for your use case
  3. Check the file size (right-click → Properties/Get Info)
  4. If quality is insufficient, try /printer settings instead of /ebook

Start With the Merge

PDF Merge & Split handles the merge step free and locally. Compress with Ghostscript afterward.

Install PDF Merge & Split


Related Guides



Frequently Asked Questions

Does merging PDFs increase file size?

Yes — a merged PDF is approximately the sum of its source files' sizes. Merging does not compress content. To reduce the merged file size, run a separate compression step using Ghostscript, macOS Preview, or PDF24.

What is the best free tool to compress a PDF without uploading it?

Ghostscript is the best free local PDF compressor. On macOS, Preview with the Reduce File Size filter also works without installing anything. On Windows, PDF24 Creator has a built-in compressor with a quality slider.

How much can PDF compression reduce file size?

Image-heavy PDFs can be compressed by 60-80%. Text-only PDFs typically compress by only 5-20% since text already compresses well.

Does compressing a PDF reduce text quality?

No — PDF text is stored as vector data, not as pixels. Compression only affects raster images. Text remains perfectly sharp at any zoom level regardless of compression settings applied to images.

What Ghostscript settings should I use for email vs print?

For email: -dPDFSETTINGS=/ebook (150 DPI). For web: /screen (72 DPI, smallest). For print: /printer (300 DPI). For archival: /prepress (maximum quality).

More Free Chrome Tools by Peak Productivity

Bulk Image Downloader
Bulk Image Downloader
Download all images from any page
Pomodoro Technique Timer
Pomodoro Technique Timer
25-minute focus timer with breaks
YouTube Looper Pro
YouTube Looper Pro
Loop any section of a YouTube video
Citation Generator
Citation Generator
Generate APA/MLA/Chicago citations
WebP to JPG/PNG
WebP to JPG/PNG
Convert WebP images to JPG/PNG
Auto Refresh Ultra
Auto Refresh Ultra
Auto-refresh pages at custom intervals