IT & NETWORKING

Compress PDF

Shrink a PDF in your browser — no upload — by rewriting it with compressed object streams and dropping metadata, forms or attachments. Real before/after shown.

A smaller copy of the file with the exact bytes saved, or a plain statement that this method could not shrink it — images are not re-encoded, and the page says so.

Example: A 5 MB brochure rewritten with object streams and its metadata removed comes back at the size the encoder produces; if it is not smaller, no download is offered.

v0.1.0 · last reviewed 20 September 2026
Loading the workspace…
BUILT TO BE UNDERSTOOD

Smaller where it can be,
honest where it cannot.

What this page removes and repacks, what it deliberately does not do, and how to read the before/after.

What it does

The file is rewritten with object streams — many small PDF objects packed into a few compressed streams — and objects nothing references any more are left out. Optionally the document metadata (title, author, dates, XMP packet), form fields (flattened into page content) and embedded file attachments are removed. The before and after sizes are the real byte counts of your file and the rewritten one; when the result is not smaller, no download is offered.

What it does not do

Images are not re-encoded or downsampled and fonts are not subset. Those are where most of a scanned or photo-heavy PDF's size lives, so such files shrink little here — a real image-recompressing tool (or re-exporting from the source application at lower image quality) is the right route for them. The page says this plainly rather than promising a percentage.

Limits

Flattened forms can no longer be filled; removed metadata is gone from the copy (your original is untouched). Encrypted PDFs are refused. The reading and writing is done by pdf-lib, an open-source (MIT) PDF library that is downloaded to your browser only when you choose a file — the page itself stays small. Nothing leaves the browser: the file is read into memory on your device, rewritten there and offered back as a download; the same four anonymous usage counts as the rest of the site apply.

SOURCES

Last reviewed 20 September 2026. How results are checked: How we verify.