Mac users have two built-in options for compressing PDFs without any additional software: macOS Preview and the browser.
Loading PDF Compressor…
No additional software download required
Works in Safari and Chrome on Mac
Better results than macOS Preview Reduce File Size
Adjustable compression levels for precise control
Drop the PDF Compressor into any page — blog post, product docs, intranet, school portal — with a single line of HTML. Your visitors get the full tool, processed entirely in their browser. No backend, no uploads, no signup.
Embed code
<iframe
src="https://www.fixtools.io/pdf/pdf-compressor?embed=1"
width="100%"
height="780"
frameborder="0"
style="border:0;border-radius:16px;max-width:900px;"
title="PDF Compressor by FixTools"
loading="lazy"
allow="clipboard-write"
></iframe>Attribution-friendly: a small "Powered by FixTools" link appears in the embed footer.
macOS Preview has offered a Reduce File Size option via File > Export as PDF > Quartz Filters since Mac OS X Tiger. The filter works by applying a Quartz filter that re-encodes all embedded content at lower quality. The problem many Mac users discover is that Preview's Reduce File Size filter is not well calibrated. It applies a fixed quality setting that can produce very poor results for already-optimised PDFs, sometimes making text slightly blurry at the edges, while producing inconsistent results on different document types. Additionally, the filter does not expose quality settings, so you get one fixed compression level with no way to choose between aggressive and gentle compression. For some PDFs, particularly those already at medium resolution, Preview's filter makes the file slightly larger rather than smaller, which is a well-documented macOS quirk that has persisted across multiple versions of the operating system.
Browser-based compression with FixTools running in Safari or Chrome on Mac offers several advantages over Preview. First, FixTools provides three compression levels of low, medium and high, giving control over the quality-to-size trade-off that Preview does not offer. Second, FixTools uses a more modern compression pipeline that handles JPEG re-encoding more cleanly than the legacy Quartz filter, which was designed for print workflows rather than digital distribution. Third, FixTools strips metadata and unused font data alongside image compression, which Preview does not do, producing a cleaner output file. On a modern M-series MacBook, FixTools compresses a 10MB PDF in 5 to 10 seconds in Safari, which is comparable to Preview's processing time. On an Intel MacBook the same operation typically takes 10 to 15 seconds, still well within an acceptable range for everyday tasks.
For Mac users who need to automate compression of many PDFs, Automator built into macOS offers a PDF action pipeline that can be combined with third-party utilities. For occasional compression, FixTools in a browser tab is faster to access than setting up an Automator workflow. For power users who compress dozens of PDFs daily, the command-line tool Ghostscript, installable via Homebrew, offers the most control and batch processing capability. But for most Mac users who compress one or two PDFs per week, FixTools in Safari eliminates the need to install anything and provides better results than Preview. The choice ultimately depends on volume: occasional users benefit from the browser, while power users with hundreds of PDFs per month should invest the time to set up a Ghostscript script that processes entire folders automatically.
It is also worth noting how each option interacts with privacy. Preview runs natively and never touches the network, so files stay entirely on the machine, which is reassuring for confidential documents. FixTools is browser-based but processes locally as well, so no file leaves your Mac during compression. You can confirm this by opening Safari's Web Inspector or Chrome's DevTools, switching to the Network tab, and watching for any outbound file transfer during the compression step. There is none. This puts FixTools on equal privacy footing with Preview while offering meaningfully better compression results, more control, and an interface that scales gracefully across compression levels.
Open Safari or Chrome on your Mac and go to fixtools.io/pdf/pdf-compressor. Upload your PDF from Finder, choose medium compression, and download the result. Compare the output size with Preview's Reduce File Size to see the difference.
Step-by-step guide to compress pdf on mac:
Open the compressor in your browser
Open Safari or Chrome on your Mac and navigate to fixtools.io/pdf/pdf-compressor. The page loads in under a second on a typical broadband connection and shows the upload area front and centre with no account prompts.
Upload your PDF
Drag the PDF directly from a Finder window onto the upload zone, or click to open the standard macOS file picker and navigate to your document in Documents, Desktop, iCloud Drive, or any connected volume.
Choose compression level
Select medium for most documents because it produces a strong balance of size reduction and visual quality. For maximum reduction, choose high; for important photographs where every pixel matters, choose low.
Compress the file
Click the Compress PDF button. On an M-series Mac, a typical 10MB file processes in under 10 seconds, and a 30MB scanned PDF processes in approximately 20 to 30 seconds depending on page count and content density.
Download to Finder
Save the compressed PDF to your Downloads folder or drag it from the browser straight into a Finder window. The file is ready to email through Mail, upload to iCloud, share via Messages, or attach in Microsoft Outlook for Mac.
Common situations where this approach makes a real difference:
A graphic designer on a MacBook Pro needs to email a 25MB portfolio PDF to a potential client. She tries Preview's Reduce File Size, which produces a 22MB output. The reduction is almost nothing and the file still bounces off her client's corporate mail server. She switches to FixTools in Safari and uses medium compression, reducing the portfolio to 7.8MB. Image quality on the cover photographs remains crisp at the recipient's standard zoom level, and the email lands cleanly without provoking the inbound size filter that had previously blocked her work.
A university lecturer on a Mac compresses lecture slides before uploading to the virtual learning environment. PowerPoint-exported PDFs average 18MB per lecture due to high-resolution photographs of historical artefacts. Preview compresses them to 14 to 16MB, which still exceeds the VLE's 10MB upload limit. FixTools medium compression brings each lecture deck to 4 to 6MB, comfortably under the cap. Slide images remain clear when students view them on laptop screens, and the lecturer can publish a full term of recorded lectures without exceeding the platform's storage allocation.
A solicitor on an iMac compresses client document bundles before secure portal upload. He previously used Adobe Acrobat for compression at almost $240 per year. After discovering FixTools, he compresses 12 to 15MB document bundles to 3 to 4MB in Safari without any software cost, matching the Acrobat output quality at high compression. Over the course of a year he saves the full Acrobat subscription, redirecting the budget toward practice management software. His paralegals adopt the same workflow on their MacBook Airs.
A Mac-using HR manager needs to archive a year of candidate CVs. Each CV averages 4MB, and 200 CVs would occupy 800MB on the company shared drive. Medium compression via FixTools reduces the average CV size to 1.1MB. The 200 compressed CVs take 220MB, fitting comfortably on a standard USB drive for offsite backup and loading several times faster in the company HR document viewer. Search and preview functions inside the HR system become noticeably more responsive once the archive is rebuilt at the smaller size.
Get better results with these expert suggestions:
Drag and drop from Finder for faster upload
On Mac, you can drag a PDF directly from a Finder window onto the FixTools upload area in your browser. This is faster than clicking Choose File and navigating through the Open dialog, especially if your Finder is already showing the right folder. You can also drag the compressed file from the browser Downloads bar back to a Finder window to place it directly in a specific project folder, which is useful for keeping client work tidy and avoiding clutter in the default Downloads location.
Compare Preview vs FixTools on your specific file
Try both Preview's Reduce File Size and FixTools medium compression on the same PDF and compare the resulting file sizes and quality. For some document types one approach outperforms the other. Generally, FixTools produces better results for scanned PDFs and image-heavy files while Preview's output for already-compact text PDFs is comparable. Doing this test on a single representative file builds confidence that you are using the right tool for the kind of documents you handle most frequently.
Use Ghostscript via Homebrew for batch compression
If you regularly compress dozens of PDFs per month on a Mac, install Homebrew and then Ghostscript. The command gs -dBATCH -dNOPAUSE -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -sOutputFile=output.pdf input.pdf compresses a PDF equivalent to FixTools medium compression. This can be scripted to process entire folders automatically, freeing you from the manual sequential workflow that browser tools require for batches above thirty files.
Check the output in Preview before sharing
After compressing in FixTools, open the result in macOS Preview to review quality at 150 percent zoom. Preview renders PDFs using the same engine as most macOS PDF viewers, so what you see in Preview is representative of what recipients on Mac will see in Mail, Notes, and other Apple apps. If quality is insufficient on key pages such as a cover photograph or a detailed diagram, recompress the original at a lower setting rather than living with results that disappoint the recipient.
More use-case guides for the same tool:
Other tools you might find useful:
Open the full PDF Compressor — free, no account needed, works on any device.
Open PDF Compressor →Free · No account needed · Works on any device