Advertisement

[ AdSense Top Slot ]
Quick Start

Pick a target, drop your files

Each preset tunes the quality slider, image scaling, and privacy toggles for a common real-world limit. Click one, then add your PDFs below.

Step 1

Add your PDF files

Files are read straight from your disk by the browser. Nothing is transmitted anywhere — you can disconnect from the internet after the page loads and it still works.

Drag & drop PDFs here, or click to browse

Multiple files supported · PDF only · processed locally, never uploaded

No files selected yet.
    Step 2

    Compression settings

    These controls only affect embedded images. Text and vector graphics pass through untouched, so fonts and line work stay crisp.

    Lower means smaller files and softer images. 50–70 is the sweet spot for documents; 80+ for photo-heavy files.
    Embedded images are downscaled toward this resolution. Big cuts here produce the biggest size savings.
    Ideal for scanned paperwork. Drops color data that black-and-white documents never needed.
    Removes hidden author names, software tags, and edit history embedded in the file. Turn this off if a recipient needs that information.
    Privacy guarantee Your files are read with the browser File API and processed with the Canvas API. No server, no queue, no storage — the bytes never leave this tab.
    Step 3

    Compress privately

    Heads up: this tool recompresses standard JPEG images inside PDFs, which covers most scanned and exported documents. Files using exotic encodings (JPEG2000, JBIG2, CCITT) or encrypted files will be flagged honestly instead of being faked.

    Results

    Your compression report

    Real numbers from the files you just processed. No estimates, no rounding tricks.

    Original Size

    Compressed Size

    Size Reduced

    Space Saved

    Run a compression to see your processed files and download links here. Every download is generated locally from your own browser memory.

      Action Plan

      What to do after compressing

      A short routine that keeps you from discovering a broken file at the worst possible moment.

      1. Day 1 — right after compressing

        Compress & verify

        Open the compressed PDF and scroll every page. Zoom to 100% on the page with the smallest text you need to read. Check that form fields still respond if the document is interactive.

      2. Day 1 — before submitting

        Test upload or send a test email

        If the file is headed to a portal with a hard limit, confirm the final byte size clears it with room to spare. Encoding adds roughly a third to email attachments, so a 2 MB portal cap means you want the file comfortably below 2 MB.

      3. Ongoing

        Archive the originals

        Compression is lossy by design. Keep the untouched originals on a drive or backup, and treat compressed versions as transport copies — the ones you email, upload, and share.

      Next Steps

      Compression checklist

      Copy this into your notes app and run through it any time a document has a size deadline.

      • Confirm the exact size limit of the destination (email, portal, form field).
      • Pick the matching preset, or set quality and DPI by hand.
      • Keep the original file in a safe folder before you share anything.
      • Open the compressed result and check the most detail-heavy page.
      • Never compress signed PDFs or archival records — use the original.
      • If size barely changed, the PDF has no recompressible images — switch to desktop software for deeper compression.
      Recommended Gear

      Hardware & software for serious document workflows

      Disclosure: Gadget Earth participates in the Amazon Associates Program. If you buy through the links below, we may earn a small commission at no extra cost to you. We only link to gear that fits document-heavy workflows.

      Adobe Acrobat Software

      The desktop fallback when browser compression cannot reach your target. Handles JPEG2000, CCITT scans, and OCR in one pass.

      Search on Amazon →

      PDF Expert for Mac & iPad

      A lighter, faster PDF editor with solid built-in compression — a good middle ground between this free tool and full Acrobat.

      Search on Amazon →

      ScanSnap Sheet-Fed Scanner

      Scan at sane resolutions from the start and half your compression work disappears. The single best upgrade for paper-heavy homes.

      Search on Amazon →

      Document Binder & Organizer

      Keep originals sorted before they become scans. Cheap insurance against re-scanning a document you already archived.

      Search on Amazon →

      2TB External SSD

      Where your uncompressed originals should live, with a backup copy. Fast enough that archiving never feels like a chore.

      Search on Amazon →

      Overhead Document Camera

      For bound books, receipts, and anything that will not feed through a scanner. Pairs nicely with the Scanned Document preset above.

      Search on Amazon →

      Advertisement

      [ AdSense Middle Slot ]
      Learn

      PDF compression, explained without the marketing

      Five short reads covering privacy, mechanics, and the situations where compression is the wrong move.

      Why Online PDF Compressors Are a Privacy Risk

      Drag a PDF onto a website, wait three seconds, download a smaller file. It feels harmless. But think about what actually happened: you took a document — maybe a resume with your address and ID number, a contract with pricing you don't want competitors to see, a medical form, a client's financials — and you handed a complete copy to a server you've never seen, run by a company you couldn't name.

      Most free compression sites claim files are "deleted after 1 hour" or "processed securely." You have no way to verify that. You can't audit their servers, read their access logs, or confirm whether a backup job copied your document into cold storage. What you can see is that many of these pages load a dozen analytics and ad scripts, any of which can fingerprint the session. Some of these sites exist purely to harvest documents.

      The risk math is simple. If you compress a flyer for a garage sale, the exposure is zero. If you compress a lease, a tax form, or an HR document, one retention mistake on their side means your data lives on infrastructure you don't control. For teams under GDPR, HIPAA, or a client NDA, uploading to a third-party processor can itself be a compliance violation — regardless of whether the file ever leaks.

      The alternative is processing that happens where the file already sits: on your machine. This tool reads your PDF with the browser's own file APIs, re-encodes the images inside it, and hands you a new file. The bytes never touch the network. That's not a marketing claim; it's how client-side code works. You can unplug your ethernet cable halfway through and the job still finishes.

      My rule after years in IT: never upload a document to a web tool unless you'd be comfortable posting that document publicly.

      How PDF Image Resampling Works

      A PDF is a container, not a single format with one compression dial. The text and vector shapes inside it are usually tiny — a page of crisp black type might weigh 5KB. The weight almost always comes from images: photos, logos, and especially scanned pages, which are really just photographs of paper.

      When a PDF balloons in size, it's usually because someone exported it from a design program at maximum quality, or scanned it at 300–600 DPI when 150 would have looked identical on screen. Inside the file, those images live as compressed streams — most often JPEG, labeled DCTDecode in PDF internals.

      Resampling means taking each of those image streams, decoding it back into pixels, and re-encoding it more aggressively. Two levers do the work:

      • Quality. JPEG quality controls how much detail the compressor throws away. Quality 60 keeps a document perfectly readable and often halves the image bytes. Quality 30–40 is aggressive, aimed at job portals with hard limits.
      • Pixel dimensions. A 300 DPI scan displayed at page size carries four times the pixels of the same scan at 150 DPI. Shedding pixels is the single biggest saving available, and the one most people never notice on screen.

      This tool does exactly that, entirely in your browser: it locates the JPEG streams inside your PDF, pulls them through the canvas API, re-encodes them at your chosen quality and scale, and stitches the PDF back together with a fresh index. Text and vector art pass through untouched, which is why your fonts stay sharp.

      One honest caveat: if your PDF's images are already heavily compressed, stored as JPEG2000, or scanned with a specialized monochrome method like CCITT, the browser can't reprocess them — and there's usually little to gain anyway. The tool tells you that's the case instead of pretending otherwise.

      Email Attachment Limits in 2025

      The limits haven't moved much, but the confusion around them has. Here's the working picture:

      • Gmail: 25 MB per message, attachments included.
      • Outlook.com: 20–25 MB depending on account type.
      • Yahoo Mail: 25 MB.
      • Corporate mail: often 10–15 MB, set by the mail gateway rather than the provider. The recipient's Exchange or Workspace admin may reject anything larger, and you'll only find out from a bounce message.

      Then there's the inflation problem. Attachments get encoded into text for transit, which adds roughly a third to their size. A 20 MB PDF becomes about 27 MB once encoded — over Gmail's cap, even though the file "is" under it. Practical rule: if the provider says 25 MB, keep actual files under about 18 MB to be safe.

      The real pain points:

      • Job portals: applicant tracking systems routinely cap resumes and portfolios at 2 MB each.
      • Government portals: commonly 5 MB per upload, sometimes per form field.
      • Client email: nobody says anything, but a 15 MB attachment crawls on mobile data and trips spam filters more often than a lean one.

      Targets that cover nearly everything: 2 MB for job applications, 5 MB for forms, 10 MB for everyday email. That's exactly why the presets at the top of this page exist with those numbers in their names.

      If compression can't get you there — a photo-heavy portfolio, for example — the honest answer is a share link from a drive service rather than forcing quality down to mush. Compress first; link second. Don't email a 40 MB file and hope.

      Compressing Scanned PDFs

      Scanned PDFs are the heaviest documents most people own, and the most wasteful. Your scanner defaults to whatever setting it shipped with — usually 300 DPI color, sometimes 600 — and every page becomes a several-megabyte photo of a piece of paper. A 30-page lease can easily hit 90 MB even though it's nothing but black text on white.

      Three settings fix this, in order of impact:

      • Grayscale. If the source is black text on white, color information is noise. Converting scans from color to grayscale typically cuts image data by two-thirds before you touch anything else. Keep color only when the document genuinely needs it — signed stamps, highlighted markup, photos.
      • Resolution. 150 DPI is the sweet spot for documents meant to be read on screen. Text stays sharp, signatures stay legible, and you're carrying a quarter of the pixels of a 300 DPI scan. Save 300 DPI for photographs or documents you plan to print at high quality again.
      • JPEG quality. 50–60 is plenty for documents. Below 40, letter edges start to shimmer and small print in footnotes gets muddy.

      The workflow that works: scan the document, run it through this tool with the Scanned Document preset, then open the result and zoom to 100% on the page with the smallest text you need to read. If it's legible, you're done. If not, bump the DPI one step and run it again.

      One warning: if you ever need to search or copy text from the scan, run OCR before you compress aggressively. Compressed files stay readable for humans, but OCR engines prefer cleaner source images than your eyes do.

      When NOT to Compress a PDF

      Compression isn't free. It trades bytes for something else, and sometimes that trade is a bad one. Five situations where I tell people to leave the file alone:

      • Digitally signed documents. A PDF signature is a cryptographic seal over the file's exact bytes. Recompress one image and the seal breaks — the signature shows as invalid or missing. If someone signed it, archive it as-is.
      • Archival records (PDF/A). If a document was produced for long-term legal or regulatory retention, re-encoding it can knock it out of compliance. Courts and auditors care about this more than you'd think.
      • Evidence. Anything that might end up in a dispute — incident reports, contract notices, insurance claims. You want the original bytes, timestamps intact, not a reprocessed derivative.
      • Files that are already small. If the PDF is 800 KB, you might squeeze out 200 KB at the cost of image quality. Nobody's mail gateway cares about 800 KB. Skip it.
      • Fine line art and technical drawings. JPEG recompression is brutal on thin lines, dimension text, and circuit traces. The artifacts collect exactly where precision matters. If the document is diagrams, maps, or CAD output, keep it lossless.

      Also watch forms with embedded JavaScript or XFA: most survive recompression fine, but occasionally a form generator stores critical data in odd corners, and no browser tool can test every form engine on earth.

      The pattern: compression is for transport copies — the version you email, upload, or stash in light storage. The master copy stays untouched on your drive. Make that habit stick and this tool can never hurt you.

      FAQ

      Questions people actually ask

      Does this tool upload my PDF to a server?
      No. Everything happens locally using your browser's FileReader, Canvas, and typed-array APIs. Open your browser's developer tools and watch the Network tab while it runs — you'll see zero requests leave your machine. You can even go fully offline after this page loads.
      How much smaller will my PDF get?
      It depends entirely on what's inside. Scanned documents and photo-heavy files typically shrink 40–80%. Text-only PDFs use vector fonts and tiny drawing instructions, so there's almost nothing to compress — expect a few percent at most. The report above shows your actual numbers, not a promise.
      Why did my file size barely change?
      Three usual suspects: the PDF is text-only with no images, the images were already heavily optimized, or the images use an encoding the browser can't re-encode (JPEG2000, JBIG2, CCITT fax). In those cases, deep compression requires local desktop software, and the tool flags that honestly instead of pretending it helped.
      Is it safe to compress forms and contracts?
      The visible content survives, but compression rewrites the file's bytes. Two rules: never compress a digitally signed PDF (the signature will break), and keep the untouched original for anything legal. Also note the metadata toggle — stripping it removes hidden author and software tags, which is usually what you want for privacy but occasionally not what a recipient expects.
      What happens with password-protected PDFs?
      The tool detects the encryption marker, flags the file with a red warning, and skips it. It will never ask for your password, and it couldn't decrypt the file even if it did. Remove protection in your own PDF software first if you own the document and have the right to modify it.
      What do the quality slider and DPI setting actually do?
      The quality slider controls JPEG re-encoding strength — lower values produce smaller files with softer images. The DPI setting controls how far embedded images get downscaled; dropping from 300 to 150 DPI cuts an image's pixels by 75%. The presets combine both into sane starting points for common limits.
      How many files can I batch at once?
      There's no artificial cap, but everything lives in your browser's memory while it works. On typical hardware, keep batches under about 200 MB combined and fewer than 50 files. If you're archiving thousands of documents, process them in folders and consider desktop software for speed.
      Is the compressed output still a valid PDF?
      Yes. The tool rebuilds the file's internal index from scratch, so any standard reader — Acrobat, Preview, Chrome, your phone — can open the result. For anything critical, open the compressed file and check it before you submit it somewhere. Ten seconds of verification beats a missed deadline.

      Advertisement

      [ AdSense Bottom Slot ]
      Coming Soon

      Pro features on the roadmap

      The free tool stays free. These upgrades are in development for people who push hundreds of documents through every month — still fully offline, still running on your machine.

      Batch ZIP export Optional encrypted cloud sync Auto-rename rules

      🔥 Trending Tools This Week

      RV / Camper Solar & Battery Calculator
      Estimate your RV battery capacity, solar panel wattage, and charge controller size…
      Use Tool →
      🍳
      Coffee Brew Ratio & Recipe Calculator
      Dial In Every Cup Coffee Brew Ratio & Recipe CalculatorCalculate the exact…
      Use Tool →
      📦
      Candle Making Cost & Recipe Calculator
      Pour With Confidence Candle Making Cost & Recipe CalculatorCalculate exact wax weights,…
      Use Tool →
      🏠
      Drywall Sheet & Compound Calculator
      Hang It. Tape It. Mud It. Done. Drywall Sheet & Compound CalculatorCalculate…
      Use Tool →