How to Compress a PDF Without Losing Quality

Shrink large PDF files for email or upload limits while keeping text sharp and images legible.

By Alex Monroe5 min read

A PDF that won't attach to an email or upload to a job portal is a common, frustrating problem โ€” and almost always fixable in under a minute, without any loss in readability.

Why PDFs get bloated

Most oversized PDFs fall into one of three categories:

  • Scanned documents, where each page is stored as a large, uncompressed image
  • Reports with high-resolution photos embedded at full camera resolution
  • Files that have been exported, re-exported, or merged multiple times, stacking redundant data

Text-only PDFs are almost never the problem โ€” it's nearly always the images.

Step 1: Try a browser-based compressor first

For most people this is the only step you'll need.

  1. Open a reputable free PDF compression tool.
  2. Upload your file and choose a compression level โ€” "recommended" or "medium" preserves visual quality while cutting size significantly.
  3. Download the compressed version and compare it side-by-side with the original before deleting the source file.

Most everyday documents (contracts, resumes, reports) shrink by 50-90% with no visible quality loss at this stage.

Step 2: If you need more control, adjust image quality manually

Some tools let you set an explicit image quality percentage or target DPI (dots per inch) instead of a generic "high/medium/low" preset.

  • 150 DPI is plenty for anything read on a screen.
  • 300 DPI is the standard for anything that will be printed.
  • Going below 100 DPI is where text inside images (like scanned pages) starts to visibly degrade.

Step 3: For scanned documents specifically

If your PDF is a scan (a photo of a physical page, not real selectable text), compression alone has limits โ€” the whole page is one big image. In this case: - Re-scan at a lower DPI setting if you have the original document (150 DPI is usually enough for a legible scan). - Or run OCR (optical character recognition) on the scan first, which converts it to searchable text plus a much smaller reference image, dramatically reducing file size.

Quick gut-check before you send

Always reopen the compressed file and zoom in on any small text or fine print before sending it somewhere that matters โ€” a quick visual check takes ten seconds and avoids the awkwardness of resending a document because a signature line turned into a smudge.

Frequently asked questions

Why is my PDF so large in the first place?

Almost always it's uncompressed or high-resolution images embedded in the file. Scanned documents in particular tend to store each page as a full-resolution image, which balloons file size fast.

Will compressing a PDF make the text blurry?

Not if you use a tool that treats text and images separately. Text in a PDF is stored as vector data, not pixels, so it stays sharp at any compression level โ€” only embedded images are affected.

Related guides