Compress PDF

From ToolzPedia, the free tools encyclopedia
This is one of several pdf tools. For the full list of utilities, see All tools.

PDF compression is the process of shrinking a PDF's file size, usually so it fits under an email attachment limit, uploads faster, or stops eating up disk space. The catch is that not all PDFs compress the same way, a PDF that is mostly text barely shrinks no matter what you do, while a PDF full of high-resolution scanned images can often be reduced by 80% or more without anyone noticing.

The ToolzPedia Compress PDF tool runs entirely in your browser. It re-encodes embedded images to lower-resolution JPEGs at a quality setting tuned for screen viewing, strips out unused fonts and metadata, and rebuilds the PDF's internal cross-reference table to remove dead objects. The tool intelligently checks the result against the original and keeps whichever is smaller, a small but important detail, because aggressive compression on already-compressed PDFs sometimes produces a larger file due to JPEG re-encoding overhead.

For most real-world inputs (scanned documents, photo-heavy reports, presentations exported as PDF) you can expect a 40 to 70% size reduction with no visible quality loss at normal viewing zoom. For pure-text PDFs, the savings will be small, usually 5 to 15%, because the text and fonts are already efficiently encoded.

Use the tool edit

🗜️
Drop PDF here or click to upload

Single PDF file · Compression happens in your browser

How to use Compress PDF edit

Follow these steps to use the tool:

  1. Upload your PDF

    Drop a PDF onto the upload area or click to browse. The tool reads the file size and page count and displays them so you can see your starting point.

  2. Choose compression level

    Pick a quality setting: "High quality" (~85% image quality, smallest size loss), "Balanced" (~75% image quality, our default and best for most cases), or "Maximum compression" (~60% image quality, smallest output size). Balanced is the right choice for almost everyone.

  3. Click Compress PDF

    The compressor processes each page in sequence, decoding and re-encoding images as it goes. The progress bar shows the page currently being processed.

  4. Review the size comparison and download

    When done, the tool shows the original and compressed sizes side by side, plus the percentage reduction. Click Download Compressed PDF to save the result.

Frequently asked questions edit

It depends entirely on what is in the PDF. Image-heavy documents typically shrink 50 to 80%. Text-heavy documents usually shrink only 5 to 15%. Already-compressed PDFs may not shrink at all, in which case the tool returns your original unchanged.
Yes. Text content is preserved exactly; only embedded images are re-encoded. If your input was searchable, the output will be too.
No. Form fields, hyperlinks, bookmarks, and digital signatures are preserved through the compression process.
This happens occasionally with PDFs that were already heavily optimised. The compressor detects this and returns your original. If you got a larger file anyway, your PDF likely contains content the compressor cannot improve (already-compressed images, very efficient fonts).
Image compression is lossy by design, that is where most of the size savings come from. Text and vector content are preserved losslessly.
Not directly. Remove the password first by opening the PDF in any reader and saving an unlocked copy.
Yes, but stick to PDFs under 30 MB on mobile to avoid memory issues. Larger files compress fine on a laptop.
At normal viewing zoom (fit-to-page), no. Zoom in past 200% on a heavily-compressed scan and you will see JPEG artefacts in image regions; that is the trade-off you are making for the size reduction.

Use cases edit

Email attachments

Most email systems cap attachments at 25 MB (Gmail) or 20 MB (Outlook.com). Compressing a 30 MB scanned contract down to 8 MB lets you send it without resorting to a file-sharing link.

Web upload limits

Government portals, university submission systems, and job application sites often impose 5 MB or 10 MB upload caps. Compression makes scanned IDs, transcripts, and forms fit.

Faster mobile sharing

WhatsApp, Telegram, and similar messengers compress images automatically but treat PDFs as opaque files. A pre-compressed PDF uploads and downloads dramatically faster on a mobile connection.

Archival storage

For multi-year storage of scanned receipts and tax documents, compressing cuts your storage cost (and your backup time) significantly without losing the legibility of the documents.

Print-to-PDF cleanup

Documents exported from Word, Pages, or Google Docs often have unnecessarily large embedded fonts and oversized images. A compression pass cleans these up for sharing.

How it works edit

PDF compression is really three different operations bundled into one. First, embedded images are decoded, downsampled to a target DPI (typically 96 or 150 DPI for screen viewing), and re-encoded as JPEGs at a controlled quality setting (usually 75 to 85). Second, the PDF's internal object stream is rebuilt to drop unused objects, duplicate fonts, and orphaned references. Third, the cross-reference table is regenerated and the entire file is re-saved using PDF object streams (a more compact format than the older indirect-object representation).

The ToolzPedia compressor uses pdf-lib for the structural rebuild and a combination of the Canvas API and the browser's native JPEG encoder for image re-encoding. Everything runs locally; no PDF data leaves your browser. The tool also runs a sanity check after compression: if the "compressed" output is somehow larger than the original (which can happen with PDFs that were already heavily optimised), the tool returns the original instead of the new file, and tells you so.

Tips and best practices edit

  • For scanned documents, the largest gains come from downsampling images to 150 DPI. Anything higher is wasted on a screen.
  • If the input is mostly text with a few small icons, you may see only a 5-10% reduction. That is normal; text is already efficiently encoded.
  • If you are sending a contract or signed PDF, double-check that the compressed version is still legible at 100% zoom before forwarding.
  • Repeated compression is lossy, every pass through the compressor degrades JPEG-quality images further. Compress once, archive the original.

Common mistakes edit

Expecting big savings on text-only PDFs

A 200-page text-only document might shrink from 1.2 MB to 1.1 MB. That is correct behaviour: there is nothing to compress.

Compressing then printing for archival

Compression assumes screen viewing. For high-quality print archives, keep the originals.

Compressing legal documents without comparing

Always open the compressed PDF and verify that important details (signatures, fine print, stamps) are still legible.

Comparison edit

How browser-based compression compares to common alternatives:

AspectToolzPedia (browser)Adobe Acrobat ProOnline services with upload
PrivacyFile never leaves deviceFile never leaves deviceFile uploaded to their server
CostFree$19.99/monthFree with limits
Typical reduction40-70%50-80%40-70%
Maximum file size~100 MB on laptopUnlimited20-50 MB on free tier
Daily usage limitNoneNone2-5 files/day on free
Your files stay private. This tool processes files entirely in your browser using JavaScript. No file is uploaded to any server.

Other free pdf tools available on ToolzPedia:

See also edit