How to Compress a PDF Online: Free, No Upload, No Quality Loss

A PDF that's too big to email, too slow to upload, or rejected by a form with a "max 10MB" limit is one of the most common file frustrations. The good news: most oversized PDFs are large because of embedded images — scanned pages or high-resolution photos — and compressing those images down to a sensible size can shrink the whole file by 50-90% with little to no visible difference on screen.

Quick answer: To compress a PDF for free without uploading it anywhere, use Convertlo's PDF Compressor. Upload your PDF, choose a Low, Medium, or High quality preset, and Convertlo rebuilds the file at the new size — showing you the percentage reduction before you download. Everything happens locally in your browser using pdf.js and pdf-lib, so the file never leaves your device.

Compress a PDF in Your Browser (No Upload)

  1. Go to convertlo.pro/compress-pdf.html
  2. Drop in your PDF — Convertlo shows the original file size immediately
  3. Pick a quality preset:
    • High: best quality, smaller file than the original but still sharp for print or zooming
    • Medium: balanced — the right choice for most email attachments and general sharing
    • Low: smallest possible file, best for quick previews or web uploads where quality matters less
  4. Click Compress, check the new size and percentage reduction, then download

Under the hood, Convertlo renders each page of your PDF to an image at the chosen quality and rebuilds a new PDF from those images. This is especially effective for scanned documents and image-heavy files, where the original was often saved at far higher resolution than anyone will ever need on screen.

Compress a PDF Right Now

Low, Medium, or High quality — free, in your browser, no upload, no watermark.

Why PDFs Get So Big in the First Place

Text and vector graphics are tiny — a 50-page text document might be under 1MB. The bloat almost always comes from images:

SourceTypical resolutionWhy it's oversized
Scanned document (office scanner)300-600 DPI150 DPI is plenty for reading on screen
Phone camera photo embedded in PDF3000-4000px wideMost PDFs display images far smaller than that
Screenshot pasted into a documentFull display resolution, often 2x/3x retinaRarely needs to be larger than the page width
Print-ready export from design software300 DPI, CMYKBuilt for a printer, not a screen

Reducing image resolution inside the PDF — which is exactly what the Low/Medium/High presets control — directly attacks the largest contributor to file size, which is why compression results in such dramatic reductions for scanned and image-heavy PDFs.

Will My PDF Still Have Selectable Text After Compression?

This depends on how the compressor works, and it's the single most important tradeoff to understand:

  • Image-based compressors (including Convertlo's PDF Compressor) re-render every page as an image at the chosen quality. The result looks identical, file size drops dramatically, but the text is no longer selectable, searchable, or copy-pasteable — even if it was before.
  • Content-stream compressors (typically desktop tools like Adobe Acrobat Pro or Ghostscript) re-compress the images and fonts already embedded in the PDF without converting pages to images. Selectable text stays selectable, but the size reduction is usually smaller than an image-based approach, especially for scanned PDFs that had no real text layer to begin with.

If your PDF is a scan (a photo of a paper document with no real text layer), image-based compression loses nothing you didn't already not have — the "text" was already just pixels. If your PDF is a digitally created document with real selectable text that you need to preserve (a contract, a report you'll search later), use a content-stream compressor instead, or run OCR first to add a text layer, then compress.

Compressing vs. Splitting a PDF

These solve different problems and are often combined:

  • Compressing reduces the file size of the entire document while keeping every page — use this when the whole file needs to fit under a size limit (email attachments are commonly capped at 25MB on Gmail, 20MB on Outlook).
  • Splitting divides a PDF into smaller files by page range, at full original quality — use this when you only need to send part of a larger document, like extracting one chapter from a 200-page report.

For a large document where only part of it is relevant, split out the pages you need first, then compress the smaller result if it's still too large. For a document where every page matters but the file is too big, compress directly.

How Much Can You Realistically Shrink a PDF?

Results vary enormously depending on what's inside the file:

  • Scanned documents at 300-600 DPI: often 70-90% smaller after compressing to Medium or Low — a 40MB scan can become 5-8MB with no visible difference when reading on screen.
  • Photo-heavy PDFs (portfolios, brochures, reports with embedded camera photos): 50-80% smaller is typical, since photos are usually embedded at much higher resolution than the page displays them.
  • Text-only or mostly-vector PDFs (invoices, plain reports, exported spreadsheets): little to no reduction — these files are already close to their minimum size, and compression presets have nothing to act on.

If a PDF doesn't shrink much after compression, that's actually a good sign — it means the file wasn't bloated with oversized images to begin with.

Desktop Methods (No Upload Required)

Mac — Preview

Open the PDF in Preview, choose File → Export, and select the "Reduce File Size" Quartz filter from the dropdown. This applies a fixed compression level — less control than adjustable presets, but fast and entirely offline.

Windows / any OS — Ghostscript

Ghostscript is a free, scriptable PDF processor that can recompress embedded images to a target DPI without converting pages to images:

gswin64c -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf

The /ebook setting targets roughly 150 DPI images, which is a good general-purpose balance. Other presets include /screen (smaller, ~72 DPI) and /printer (larger, ~300 DPI).

Frequently Asked Questions

How do I compress a PDF for free without losing too much quality?
Start with the Medium quality preset in Convertlo's PDF Compressor — it balances visible quality with meaningful size reduction. The tool shows you the new file size before downloading, so you can try High first and only drop to Medium or Low if the file is still too large.
Will compressing a PDF make the text un-selectable?
With image-based compressors (including Convertlo's), yes — each page is re-rendered as an image, so it looks identical but text is no longer selectable or searchable. If you need to keep selectable text, use a content-stream tool like Adobe Acrobat or Ghostscript instead, which recompresses embedded images without rasterizing pages.
Why is my PDF so large in the first place?
Almost always embedded images — scanned pages at 300-600 DPI, or camera photos saved at full resolution. Text and vector graphics take up very little space. A 20-page scanned document can easily reach 50-100MB purely from image data.
What's the difference between compressing and splitting a PDF?
Compressing reduces file size while keeping all pages — useful for email size limits. Splitting divides a PDF into smaller files by page range at full quality — useful when you only need part of a document. Split first, then compress if needed.
Is it safe to compress a PDF online if it contains sensitive information?
Only if the tool doesn't upload your file. Many free compressors send your document to a server and return a download link — a copy briefly exists on their infrastructure. Convertlo's PDF Compressor uses pdf.js and pdf-lib to process the file entirely in your browser; it never leaves your device.
Can I compress a password-protected PDF?
No — encrypted PDFs can't be opened by browser-based compressors. Remove the password first (Preview on Mac, Adobe Acrobat, or a password remover), compress the unprotected file, then re-add protection if needed.
How much can I realistically shrink a PDF?
Scanned documents at 300-600 DPI often shrink 70-90% at Medium/Low quality. Photo-heavy PDFs typically shrink 50-80%. Text-only or vector PDFs barely shrink at all — they're already near their minimum size.