Compress PDF Known limits
Shrink a PDF by recompressing embedded images and stripping waste.
How to compress pdf
- Open a PDF and see the current file size.
- Adjust image quality and DPI to taste — lower means smaller.
- Compress and compare the before/after size before downloading.
About this tool
PDF files get large for two main reasons: high-resolution raster images embedded in the page stream, and accumulated redundancy from incremental edits. This tool addresses both by downsampling images that are denser than the target DPI and stripping the dead weight from the cross-reference table.
The honest limitation is that client-side tools cannot re-render a document from scratch the way Ghostscript can. If a page was designed at 600 DPI print resolution and you want it at 72 DPI screen resolution, Ghostscript re-draws every element at the lower density. A browser-side tool resamples the raster images but cannot touch vector content. For most scanned documents and image-heavy PDFs, the 20–50% range is still worth having — especially when the alternative is uploading sensitive files to a remote server.