Ctrl K

How to Compress a PDF Without Wrecking the Quality

beginner TheToolSera Team 7 min read Updated 1 Jun 2026

Most oversized PDFs are oversized for one reason: the images inside them. Understanding where the bytes actually go tells you which lever to pull and how much you can save before quality visibly suffers.

What makes a PDF big

ContributorTypical shareWhy
Scanned or photographic images70–95%Full-page bitmaps at 300 DPI or higher
Embedded fonts1–10%Full font files instead of subsets
Vector graphics1–15%Charts and maps with very high path counts
Metadata, attachments, revisions0–20%Incremental saves keep old object versions
Actual textUnder 1%Text is tiny — it is almost never the problem

A 40-page text report is typically a few hundred kilobytes. If yours is 25 MB, it contains images, and image handling is where compression happens.

The two levers that matter

  • Downsampling — reducing image resolution. Going from 600 DPI to 150 DPI cuts pixel count by 16×.
  • Re-encoding — storing images as JPEG at a chosen quality instead of a lossless format.

Everything else — removing metadata, subsetting fonts, discarding old revisions, deduplicating repeated resources — is lossless housekeeping that typically recovers a few percent.

Choosing a target resolution

UseResolutionResult
Email or web viewing96–120 DPISmallest file, fine on screen
General office printing150 DPIGood balance for most documents
Quality printing200–300 DPIModest saving, print-safe
Archival / legal originalsKeep as-isCompress losslessly only

How to compress a PDF in the browser

Compress a PDF locally

  1. 1

    Open the Compress PDF tool

    Open TheToolSera Compress PDF — files are processed inside the tab.

  2. 2

    Add the document

    Drop the PDF in. Nothing is uploaded to a server.

  3. 3

    Pick a compression level

    Start with the balanced preset; move to a stronger one only if you need more.

  4. 4

    Compare the result

    Check the reported size saving and inspect a page that contains images or fine detail.

  5. 5

    Download

    Save the compressed copy and keep the original until you are satisfied.

Compress PDF

Reduce PDF size with quality presets — no upload, no watermark, no sign-up.

Try Compress PDF

Realistic expectations

  • Scanned documents: 50–90% smaller is normal
  • Image-heavy presentations exported to PDF: 40–70%
  • Text reports with a few logos: 5–20% — there is simply not much to remove
  • Already-optimised PDFs: near zero. Repeated compression only degrades quality

Lossy compression is not reversible. Compressing the same file twice re-encodes already-degraded images and produces visible artefacts around text in scans.

Common mistakes

Compressing before merging

Merge everything first, then compress once. Repeated passes stack quality loss.

Scanning at 600 DPI for email

Fix the source. Scanning text documents at 200–300 DPI produces a far smaller file with no useful loss.

Expecting text-only PDFs to shrink

If there are no images, there are no bytes to reclaim. The file is already small.

Losing searchable text

Aggressive compression of a scan can make OCR text harder to re-derive. Keep the archival original.

If the goal is an attachment limit, try splitting the document into logical parts instead of destroying image quality across the whole file.

Frequently asked questions

How do I get a PDF under a specific size?

Lower the image resolution in steps and re-check after each pass. If you still cannot reach the target, split the document instead of over-compressing.

Can I compress a PDF without losing quality?

Lossless optimisation — font subsetting, metadata and duplicate resource removal — is safe but usually saves only a few percent. Large savings require lossy image compression.

Why did my PDF get bigger after compression?

Re-encoding an already-optimised image can add bytes. If the output is larger, keep the original.

Is compressing a PDF online safe?

Only if the tool processes the file locally. Browser-based compression never transmits your document.

Put this into practice

Compress PDF runs entirely in your browser — no upload, no account, no limits.

Open Compress PDF

Related tools

Related guides

All guides

Explore related topics