How PDF Compression Works — and Why Privacy Matters
Most online PDF compressors — iLovePDF, SmallPDF, Adobe Acrobat Web — require you to upload your file to a remote server. Your confidential contracts, medical records, and financial statements travel over the internet and may be temporarily stored on third-party infrastructure. This tool is different: all three compression modes run entirely in your browser using pdf-lib and pdf.js, two widely-used open-source JavaScript libraries.
The Quick mode re-saves the PDF with optimized object streams, most effective for files with redundant metadata or cross-reference tables. The Balanced and Maximum modes go further: they rasterize each page to a JPEG image and embed those images into a new PDF. This achieves dramatic size reduction for scanned documents and image-heavy PDFs, at the cost of text selectability.
Nothing is transmitted — open your browser's DevTools Network tab while compressing and you will see zero upload requests. The tool even works offline once the page has loaded.