โ† All Guides

PDF Tips

How to Reduce PDF File Size (Without Losing Quality)

๐Ÿ“… June 2026 โฑ 7 min read ๐Ÿ”’ No file uploads

You've just exported a PDF and the file is 47 MB. Your email client won't send anything over 25 MB. Your recipient's inbox has a 10 MB attachment limit. Or maybe the upload portal you need to submit it to simply refuses to accept files that large. This is one of the most common and most frustrating document problems, and it's almost always solvable โ€” often dramatically โ€” once you understand what's making the file big in the first place.

Why PDFs Get Bloated

A PDF file is essentially a container that can hold many different types of data. Understanding what's inside that container is the first step to shrinking it.

Embedded Fonts

To guarantee your document looks identical on every device, PDFs embed copies of the fonts they use. A single professional typeface can add 200โ€“500 KB to a file. If your document uses four or five custom fonts โ€” as a branded brochure might โ€” that's potentially 2 MB just in fonts before you've even counted the content. Some PDF exporters also accidentally embed subset copies of the same font multiple times if the document has been merged or processed repeatedly.

High-Resolution Images

This is by far the most common cause of oversized PDFs. A photo taken on a modern smartphone might be 8โ€“12 MB as a JPEG. Paste it into a Word document and export to PDF without any optimization settings, and that full-resolution image goes along for the ride. A 20-page report with one large photo per page can easily hit 200 MB. The images in a document are almost always the low-hanging fruit for compression.

Embedded Thumbnails and Preview Images

Some PDF creation applications store full-resolution preview thumbnails inside the file โ€” images sized for Quick Look or Finder previews. These can add megabytes to a file that the end reader never directly sees or benefits from.

Revision History and Metadata

PDFs that have been opened and re-saved multiple times in applications like Adobe Acrobat can accumulate revision history โ€” essentially snapshots of the document at each save point. This "incremental update" mechanism is useful for recovering from crashes but can inflate file size significantly over time. Additionally, XMP metadata (author, software, keywords, GPS data from photos) adds some overhead, though usually not dramatically.

Scanned Image PDFs

A PDF created by scanning a paper document contains no text at all โ€” just a series of images, one per page. These image-based PDFs are inherently large because they carry high-DPI raster images for every page. A 300 DPI scan of an A4 page is roughly 8โ€“10 MB uncompressed; good JPEG compression brings it to 500 KBโ€“1 MB, but poorly configured scanners often save at much higher quality than necessary.

The Fundamental Trade-Off: Quality vs. File Size

Almost every PDF compression technique involves some trade-off. The goal isn't to make the file as small as possible โ€” it's to make it appropriately small for its intended use. A PDF you're emailing to a colleague to read on screen has different requirements than one you're sending to a commercial print shop. Let's look at your options in context.

Use Case Recommended Image DPI Target File Size (10 pages) Notes
Email / web sharing 72โ€“96 DPI < 2 MB Screen viewing only; compression artifacts not noticeable
Office printing (laser) 150โ€“200 DPI 2โ€“8 MB Good text sharpness; photos acceptable
High-quality printing 300 DPI 10โ€“40 MB Professional print standard; don't compress further
Commercial print / press 300โ€“600 DPI 40 MB+ Size is expected; do not compress
Legal / archiving 200โ€“300 DPI As needed Prioritize legibility over size; see warn-box below

Method 1: The "Print to PDF" Trick (Free, Works Everywhere)

The simplest free method that works on any operating system requires no special software at all. Open your PDF in any PDF viewer (Adobe Reader, Chrome, Edge, Preview on Mac, Firefox), then use File โ†’ Print and choose "Save as PDF" or "Microsoft Print to PDF" as the printer. The operating system's PDF renderer re-processes the document, typically resampling images to screen resolution and stripping unnecessary metadata.

Results vary widely by OS and software, but reductions of 50โ€“80% are common for image-heavy PDFs. The trade-off: you have very little control over the output quality. This is a blunt instrument โ€” perfect for "I just need to email this" situations, less ideal when you care about the exact output quality.

On macOS โ€” Preview's Export Option

Preview on Mac offers a more sophisticated version of this approach. Open your PDF in Preview, go to File โ†’ Export as PDF, click the Quartz Filter dropdown, and choose Reduce File Size. This applies Apple's built-in compression profile, which is aggressive โ€” sometimes too aggressive, noticeably degrading image quality. However, if you only need the document to be readable and not sharp, it's the fastest free option on a Mac.

Method 2: Adobe Acrobat's PDF Optimizer (Most Control)

If you have Adobe Acrobat Pro (not the free Reader), File โ†’ Save As Other โ†’ Optimized PDF gives you granular control over exactly what gets compressed and how. You can set separate compression levels for color images, grayscale images, and monochrome images, choose JPEG quality levels (1โ€“100), set a target DPI for downsampling, and choose whether to strip embedded thumbnails, metadata, bookmarks, comments, and revision history. This is the professional tool for PDF optimization and produces the best results with the most control โ€” but it requires an Acrobat Pro subscription.

๐Ÿ’ก Free alternative to Acrobat: Ghostscript is an open-source command-line tool that gives you similar compression control for free. The command gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf compresses a PDF to screen quality. Replace /ebook with /screen for maximum compression or /printer for high-quality output. It's a bit technical but completely free and powerful.

Method 3: Online Compression Tools

Tools like ilovepdf.com, smallpdf.com, and compress2go.com offer browser-based PDF compression. They're genuinely useful and produce good results. However, be aware of the privacy implications: these services upload your PDF to their servers for processing. For documents containing personal data, financial information, legal contracts, or anything confidential, uploading to a third-party server is a significant privacy risk. Read their privacy policies before using them on sensitive files.

How BuildPDF's Quality Slider Affects Output Size

When you use BuildPDF to convert images (JPG, PNG, WEBP, etc.) to PDF, the quality slider directly controls the JPEG compression applied to each image in the output PDF. At maximum quality (100%), images are embedded with minimal compression โ€” output looks sharp but files are larger. At lower settings (50โ€“70%), JPEG compression increases, which reduces file size significantly while remaining visually acceptable for most on-screen uses. For scanned documents that are going to be read on a screen and never printed at large size, a quality setting of 65โ€“75% typically produces an excellent balance: crisp, readable text with a file size that's 3โ€“5ร— smaller than the uncompressed equivalent.

The quality slider has the most impact on photos and complex images. For documents that are pure text scanned in black-and-white mode, the differences between quality settings are less dramatic because there's less tonal complexity to compress.

When You Should NOT Reduce File Size

โš ๏ธ Don't compress these PDFs: Legal documents submitted to courts, medical records, official government forms, signed contracts with digital signatures, and archival documents should never be compressed without explicit guidance from the organization receiving them. Compression can alter image content in ways that affect legibility or raise questions about document integrity. If in doubt, submit the full-size original and use a file-sharing service (Google Drive, Dropbox, WeTransfer) rather than email if size is an issue.

Documents With Digital Signatures

Compressing a PDF that contains a digital signature will almost certainly invalidate the signature. The signature cryptographically validates a specific version of the file โ€” any modification, even metadata stripping, breaks that validation. Keep signed PDFs in their original state.

Print-Ready Files

If a PDF is destined for a commercial printer, don't touch the file size. Printers need the full-resolution, color-correct data. Compressing a print-ready PDF can introduce color shifts, image degradation, and banding in gradients that only become visible on press. The 150 MB file your designer sent you is large for a reason.

A Practical Workflow for Reducing PDF Size

Here's a simple decision tree for tackling an oversized PDF:

  1. Identify the source: Is it image-heavy? Text-only? A scan? This determines the best approach.
  2. Check your use case: Email? Print? Legal submission? Set your quality target accordingly.
  3. Try "Print to PDF" first โ€” it's free, instant, and often reduces size by half or more.
  4. If you need more control, use Acrobat Pro's optimizer or Ghostscript.
  5. If the PDF was created from images you still have, convert them fresh with appropriate quality settings using BuildPDF rather than re-compressing an already-compressed PDF (recompression compounds quality loss).
  6. If privacy matters, avoid online tools. Do everything locally.

The best-case scenario is always to optimize at the point of creation, not after the fact. When you export from Word, InDesign, or any other application, look for PDF export settings and choose "optimized for screen" or set image compression explicitly. Re-compressing an already-compressed PDF always degrades quality more than compressing the original source once at the right level.

Convert Images to Optimized PDF

Free, instant, no sign-up. Your files never leave your device.

Try BuildPDF โ†’

Related Guides

How to Convert JPG Images to PDF
Control output quality when converting photos to PDF.
How to Scan Documents with Your Phone
Get clean, right-sized scans from the start.