PDFStay

Compress PDF Without Uploading: Browser, Server, and Desktop Compared

Answer

A PDF can be compressed in a browser, on an upload server, or with installed desktop software. Browser-based processing keeps the ordinary document bytes in the current browser session; server tools send files to remote infrastructure; desktop tools run locally after installation. The right choice depends on file sensitivity, size, compatibility, and the controls you need.

Where does PDF compression happen?

ArchitectureWhere document bytes are processedSetupTypical fit
Browser-basedIn the current browser session when the tool is implemented for local processing.Open a page and choose a file.Private, immediate tasks within browser and device limits.
Server-uploadOn remote infrastructure after the document is uploaded.Upload, wait for processing, then download.Server-only engines, collaboration, or workloads designed for remote processing.
Desktop softwareOn the installed computer unless a cloud feature is explicitly used.Install and maintain an application.Offline work, very large files, specialist controls, or difficult PDFs.

What did the fixed PDFStay fixtures show?

PDFStay ran three self-authored CC0 fixtures through the public browser workflow. These are first-party examples in one stated environment, not universal performance claims.

FixtureModeInputOutputReductionPagesEnvironment
text-heavy-pdf-v1 standard 11,762 bytes 6,077 bytes 48.33% 4 → 4 Chromium 148.0.7778.96
2026-07-12
scan-style-pdf-v1 scanned 2,141,091 bytes 187,107 bytes 91.26% 2 → 2 Chromium 148.0.7778.96
2026-07-12
image-heavy-pdf-v1 image 1,845,799 bytes 337,064 bytes 81.74% 2 → 2 Chromium 148.0.7778.96
2026-07-12

Read the methodology and boundaries · Download JSON · Download CSV

How can I verify that a PDF is not uploaded?

  1. Use a non-sensitive test PDF.
  2. Open browser developer tools and select Network.
  3. Clear earlier requests, then process the test PDF.
  4. Inspect new requests for file bodies, multipart form data, or binary upload traffic.

This checks the observed page workflow. It does not audit browser extensions, the operating system, or unrelated network software.

Which PDFs are a good fit?

Image-heavy and scan-style PDFs often have more removable image data than compact text PDFs. A browser may be a poor fit for very large, encrypted, damaged, specialist prepress, or unsupported documents. Always inspect the downloaded PDF before sharing it.

FAQ

Does local processing guarantee a smaller file?

No. Processing location and compression result are different claims. A source PDF may already be compact.

Does PDFStay publish a guaranteed compression percentage?

No. The public records report fixed-fixture results with boundaries, browser version, byte counts, and page checks.

Sources

Compress a PDF in your browser

Last updated: 2026-07-12