PDF Tips
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.
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.
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.
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.
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.
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.
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.
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 |
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.
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.
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.
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.
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.
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.
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.
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.
Here's a simple decision tree for tackling an oversized PDF:
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.
Free, instant, no sign-up. Your files never leave your device.
Try BuildPDF โ