Compress PDF Offline is a free browser-based tool for shrinking PDF files without uploading them anywhere. Drop in a PDF, and the compression runs entirely on your own device — nothing is sent to a server, because there's no upload endpoint to send it to.
The compression engine is MuPDF, an open-source PDF library, compiled to WebAssembly and loaded directly into your browser tab. It runs two passes on your file: a structural pass that recompresses embedded images and fonts and removes duplicate objects, and — when it helps — a second pass that re-renders each page at a smaller resolution. Whichever result is smaller (and passes a basic sanity check) is what you download; if neither pass makes the file smaller, you get your original file back unchanged. The full mechanics are on the How It Works page.
Most "compress PDF" sites work by uploading your file to a remote server, compressing it there, and sending it back — fine for a vacation photo, less fine for a signed contract, a medical record, or a tax return. Because this tool never transmits your file, there's no server log, no third-party processor, and no retention policy to read the fine print on. You can verify this yourself: open your browser's DevTools, watch the Network panel, and compress a file — zero requests.
Compressing a single PDF is free, with no account, no email, and no file-size limit beyond what your device's memory can handle. The only paid feature is batch mode — compressing several PDFs at once and downloading them as a single ZIP — a one-time $9.99 unlock (not a subscription). See the batch compression guide for how that works.
This tool compresses existing PDFs — it doesn't OCR scanned text, edit page content, merge or split files, or unlock password-protected PDFs (an encrypted PDF will show an error rather than a corrupted result). It's built for one job — making a PDF smaller — and does that job entirely on your device.
Your PDF is read into browser memory, compressed by WebAssembly code running in that same tab, and offered back to you as a download — at no point does it touch a network request. Full detail on the privacy policy.
Compress PDF Offline is built and maintained by a small independent team. It isn't affiliated with Adobe, Google, or any other PDF software vendor — it's an independent tool built around the open-source MuPDF library. Questions, bug reports, or purchase support: see Contact.