Micro Tool Yard logo

Drag & drop a PDF here

Reduce file size by recompressing embedded images — nothing leaves your device.

Ad Slot

How it works

  1. Drop your PDF

    Drag a file in or choose one from your device — nothing is uploaded.

  2. See what's inside

    A quick analysis reports how many embedded images this PDF has, and their total size.

  3. Pick a quality tier

    Low size, Balanced, or High quality — trade off file size against image sharpness.

  4. Compress and download

    Get a smaller PDF with the exact same text, layout, and page count.

Compress PDF reduces file size by targeting the actual source of most PDF bloat: embedded photos and scanned images. Rather than the common shortcut of rendering every page to a flattened image (which shrinks file size at the cost of your document's selectable text and sharp vector lines), this tool surgically locates each embedded JPEG image inside the PDF's own internal structure and recompresses just that image data, leaving every page's text and vector content completely untouched.

As soon as you drop in a file, a quick analysis pass reports how many embedded images it found and their combined size — genuinely useful information for deciding whether compression is worth running at all, not just a decorative loading step. If a PDF has no embedded images (a typed report or a purely vector diagram, for instance), that's shown plainly too, since there's nothing meaningful to shrink in that case and expecting a large size reduction would be dishonest.

Recompression itself happens across several background workers running in parallel, one per embedded image, so a PDF with dozens of photos compresses far faster than processing them one at a time on a single thread. Each image is decoded, redrawn at a size and JPEG quality appropriate to your chosen tier, and spliced back into the exact page position it came from — the surrounding page content stream (text positions, fonts, vector paths) is never rewritten.

We deliberately avoided two common shortcuts here: rasterizing whole pages (which destroys the text layer, as above) and shelling out to a general-purpose tool like Ghostscript compiled to WebAssembly, which would have meant shipping a large binary under a license that doesn't fit a lightweight, permissively-licensed tool site. The result is a compressor that's honest about what it can and can't shrink, and never damages the parts of your PDF it doesn't touch.


FAQ

Is my PDF uploaded to compress it?
No. Compress PDF runs entirely in your browser. Embedded images are recompressed locally across several background workers running in parallel — no file is ever uploaded, and no network request is made during compression.
Will this reduce the quality of my text or make it blurry?
No. This tool never rasterizes pages into images — it surgically locates and recompresses only the embedded raster images inside your PDF, leaving every page's text and vector content completely untouched. Text stays exactly as sharp and selectable as the original.
How much smaller will my file get?
It depends entirely on what's inside. Image-heavy PDFs — scanned documents, photo-filled reports — typically shrink by 30-60%. A text-only or vector-only PDF (a typed report with no embedded photos, for instance) has little to recompress, so expect little to no size change; that's expected behavior, not a failure of the tool.
Why not just render every page to a compressed image?
That approach (used by some "quick and dirty" compressors) destroys your document's selectable, searchable text and often looks worse at the same file size, since it re-encodes crisp vector text and lines as pixels. This tool instead edits only the actual embedded photos, which is both more effective and non-destructive to everything else.
What quality tier should I choose?
"Low size" is best when file size matters most and some visible softening in images is acceptable. "Balanced" is a good default for most documents. "High quality" keeps images closer to their original sharpness at a smaller size reduction — a good choice for photo-heavy portfolios or design documents.