Compress PDF
Shrink a PDF either losslessly, keeping text sharp and selectable, or aggressively by redrawing pages as images - with the trade-off stated plainly.
Drag a file here, or
Compression runs in this tab. Confidential documents never leave your device.
Ready · runs on your device
Nothing is uploaded. This tool runs entirely inside your browser tab. Your files and figures stay on your device - we never receive them, so we cannot read, store or lose them.
Two modes, two different trades
Most “compress PDF” tools present a single slider and do not explain what it costs. There are really two distinct operations, and which one you want depends entirely on what is inside your file.
Keep text sharp (lossless)
The document is parsed and rewritten with compressed object streams, and metadata - title, author, producer, keywords - is stripped. Page content is untouched.
- Text stays selectable and searchable
- Image quality is unchanged
- Typical saving: 5–20%, sometimes zero
This is the safe option, and the right one for a text document, a report or an invoice exported from software.
Shrink hard (image-based)
Every page is rendered to a bitmap at a chosen resolution, compressed as JPEG, and placed into a new PDF at the original page dimensions.
- Text becomes part of an image - not selectable, not searchable, not accessible to screen readers
- Typical saving on scans: 70–90%
- Page size and layout are preserved exactly
This is the right option for a scanned document, which is already just images, and the wrong option for anything where the text matters as text.
Why file sizes vary so much
| What dominates the file | Lossless saving | Image-mode saving |
|---|---|---|
| Scanned pages | Almost none | 70–90% |
| High-resolution photographs | Almost none | 60–85% |
| Text with embedded fonts | 10–20% | 40–70%, and you lose the text |
| Vector charts and diagrams | 5–15% | Often worse - vectors compress better than their rasterisation |
That last row is worth noting. Rasterising a vector chart makes it larger, not smaller, as well as blurrier. If your PDF is mostly diagrams, image mode is the wrong tool.
Accessibility is a real cost
Rasterising a document removes it from anyone using a screen reader. It also breaks text search, copy-paste, translation tools and any downstream automated processing.
For personal archiving that may be an acceptable trade. For anything you send to another person, a client, or a public body, it usually is not - and in several jurisdictions, documents published by public sector organisations are legally required to be accessible.
If you need both small and searchable, the answer is OCR rather than compression: run the scan through optical character recognition to add a hidden text layer, then compress the images beneath it. That is a Phase 2 capability here.
Metadata removal
Lossless mode clears the title, author, subject, keywords, producer and creator fields. These routinely leak more than people expect - the original author’s name, the software and version used, and sometimes an internal file path from the machine that created it.
Note this removes document metadata. It does not remove content from within the pages themselves. Text hidden behind a rectangle is still text, and it is still there.
If it is still too large
Try these in order: strip pages you do not need with the PDF splitter; use image mode at 120 dpi and quality 70; drop to 96 dpi. If a hard limit still defeats you, splitting the document into parts is usually more honest than degrading it to illegibility.
Common questions
Why did lossless mode barely change my file?
Because there was little to reclaim. Lossless mode consolidates the object structure and strips metadata, but it does not touch the images or fonts that dominate most PDFs. A file exported by modern software is usually already efficient. If your PDF is a scan, its size is almost entirely image data, and only the image-based mode will move it.
Will my text stay selectable?
In lossless mode, yes - nothing is re-rendered. In "shrink hard" mode, no. That mode redraws each page as a JPEG, so the text becomes part of a picture. It cannot be selected, copied, searched or read by a screen reader afterwards. The tool says so before you run it because it is a genuine loss, not a detail.
How small can it go?
Lossless typically reclaims 5–20% and sometimes nothing. Image-based on a scanned document routinely achieves 70–90%, depending on resolution and quality. A 300 dpi scan re-rendered at 120 dpi and quality 70 is commonly a tenth of its original size.
What resolution should I choose?
150 dpi remains readable in print. 120 dpi is a good balance for documents that will mostly be viewed on screen. 96 dpi is fine for screen-only reading. Below 72 dpi, small text starts to break down.
Last reviewed