Skip to content
FileCrisp

Free PDF Tools That Don't Upload Your Files

· 6 min read

Three kinds of tool keep a PDF local: what is already on your computer (Preview on macOS, print-to-PDF on Windows), browser-based sites that process in the tab with WebAssembly, and installed desktop software. Which is best depends on the job — the built-in tools are free and limited, browser tools need no install, and desktop software is the most capable.

Searching for a PDF tool returns dozens of sites that all look identical and nearly all work the same way: your file goes to their server. If that is what you are trying to avoid, the alternatives are less obvious than they should be, and one of them is probably already installed.

On this page

Start with what you already have

This is skipped constantly, and for several common jobs it is the whole answer. Both major operating systems can do more with PDFs than most people realise, at no cost and with nothing leaving the machine.

The limitation is that these tools are broad rather than deep. They will merge, reorder and shrink, but with little control over how — you generally cannot target a size, choose a compression strategy, or see what a setting will cost before committing to it.

What is already on your computer
ToolGood atWeak at
Preview (macOS)Merging, reordering, rotating, basic shrinkingControl over compression quality
Print to PDF (Windows)Flattening and rebuilding a documentAnything selective; often enlarges files
Browser print dialogueSaving a page as PDF, quick reordering by rangeNot really a compressor at all
Files app (iOS) / Google Drive scanScanning to PDF on a phoneEditing an existing PDF
What is already on your computer

Browser-based tools, which are not the same as web tools

This is the distinction the category buries. Most PDF websites are server-based: they receive your file. A smaller number compile the processing libraries to WebAssembly and run them inside the tab, so the file is never transmitted.

They look identical from the outside. Both are a page with a drop zone. The only reliable way to tell is to watch the network while a job runs, and the difference is stark — one sends a request the size of your document, the other sends nothing at all.

The advantage over a built-in tool is control: real quality settings, target sizes, page ranges, batch handling. The advantage over desktop software is that there is nothing to install and nothing to update.

  • Look for a tool that keeps working after you disconnect from the internet
  • Be sceptical of a daily task limit — local processing costs the operator nothing to meter
  • Check the Network tab rather than the privacy page
  • 'Files deleted after one hour' is a sentence only a server-based tool needs
Compress PDFCut PDF size for email without wrecking the scan

Desktop software, when the job justifies it

If PDFs are a daily part of your work, installed software is still the most capable option and everything stays local by default. Acrobat Pro remains the reference implementation, and there are competent cheaper alternatives.

The costs are real: a subscription or licence fee, an install, updates, and in Acrobat's case a set of cloud features that are on by default and quietly send documents to Adobe unless you turn them off. Local by default is not the same as local unconditionally.

Choosing by job rather than by tool

Most people do not need one answer. They need to know which of the three to reach for, which depends almost entirely on how often the job recurs and how much control it needs.

Which approach suits which job
The jobBest optionWhy
Merge a few PDFs, occasionallyBuilt-in OS toolAlready installed, entirely adequate
Get a scan under an upload limitBrowser-basedNeeds a target size the OS tool cannot set
Pull four pages out of a contractBrowser-based or built-inBoth do it; control differs
Batch-process fifty documentsDesktop softwareScripting and unattended runs
Redact properlyDesktop softwareReal redaction removes the text, not just covers it
Anything on a phoneBrowser-basedNo install, and the OS tools are thin on mobile
Which approach suits which job

The trap worth naming

Drawing a black rectangle over text does not remove it. The text remains in the file underneath and can be selected straight through the box, or recovered by anyone who opens the document properly. This is how redaction failures reach the news, and it is unrelated to where the processing happened.

Deleting a page in some editors has the same shape of problem: the page is removed from the visible structure while its content stays in the file. If you are removing something because it must not be seen, build a new document from only the pages you intend to send, and check the result.

How to verify any of this in half a minute

Whatever you choose, the check is the same and it settles the question better than any review.

Open developer tools, select the Network tab, clear it, and run a job. A request roughly the size of your file means it was uploaded. If you want certainty rather than inference, disconnect from the network after the page has loaded and run it again — a genuinely local tool will not notice.

Common questions

Are there free PDF tools that don't upload files?

Yes, three kinds: the tools already in your operating system, browser-based sites that process in the tab using WebAssembly, and installed desktop software. Only the middle group looks like an ordinary website, which is why it gets confused with server-based tools.

How do I know a site isn't uploading my PDF?

Watch the Network tab while a job runs. No request carrying your file means it stayed local. The stronger test is to disconnect after the page loads — a local tool keeps working, a server-based one cannot.

Can macOS Preview compress a PDF?

Yes, through the Quartz filter in the export dialogue, and everything stays on your Mac. The catch is that you get almost no control over how hard it compresses, so the result is often either barely smaller or noticeably degraded.

Does printing to PDF make a file smaller?

Sometimes, and it is unpredictable. It rebuilds the document, which can drop bloat but can equally rasterise text or enlarge the file. It also usually costs you selectable text, so keep the original.

Is Adobe Acrobat local?

The desktop application processes locally, but several cloud features are enabled by default and send documents to Adobe. Local by default is not local unconditionally — worth checking the settings if it matters.

Why do most free PDF sites upload?

Because it was the only way to build one until WebAssembly matured, and because it fits a business model — metering uploads is how a free tier converts to a paid one. Local processing gives the operator nothing to meter.

Is a black box over text enough to hide it?

No. The text stays in the file and can be selected straight through the rectangle. Proper redaction removes the underlying content, and building a new document from only the pages you intend to share is the more reliable route.

Compress PDFCut PDF size for email without wrecking the scan