MakePDFFree
Privacy7 min read

Why Online PDF Tools Upload Your Files (Safer Options)

By · Updated , first published

Search for “merge PDF” and almost every result works the same way: you upload your documents to the company's servers, they are processed there, and you download the result. Most of these services are legitimate and delete files after a while. It is still worth understanding what you agree to when you press Upload, and knowing that for most PDF jobs the upload is no longer needed. Tools such as Merge PDF on this site do the work inside your browser instead.

Why do online PDF tools upload files at all?

Because when these sites were built, browsers could not process PDFs, so the work had to happen on a server. The model then stayed because it also suits the business: limits, accounts and upgrades are easy to enforce when the file is on the company's side.

Around 2010, JavaScript was too slow to parse and rewrite a 200-page document, and the mature PDF libraries were written in C, C++ and Java for desktops and servers. Uploading was the only option. It also lets a service count tasks per day, require sign-in, and show an upgrade prompt at the moment you want your file back. None of that is sinister. It does mean the upload is often a product decision now, not a technical need.

What happens to a file after I upload it?

A copy is stored on the service's servers, processed, and kept for a retention period, commonly stated as one to a few hours and sometimes longer for signed-in users. During that time you depend on their security and their deletion promise.

  • The file passes through their infrastructure, which usually means a cloud provider and sometimes subcontractors in other countries.
  • Copies may also exist briefly in logs, caches and backups that the retention statement does not mention.
  • Your employer's rules may apply. Many organisations forbid uploading client or staff data to unapproved services.
  • Under the GDPR, a service that handles personal data for you acts as a processor, and a business using one is expected to have a data processing agreement in place. Free tools rarely offer one.
  • You cannot verify deletion. You can only read the policy and trust it.

How likely is something to go wrong?

For any single file, not very. Large services process millions of documents a day and have every reason to delete them on schedule. The risk is about scale and time: a service that holds that many documents is an attractive target, a misconfigured storage bucket exposes everything in it at once, and a document that leaks cannot be recalled. With a passport scan or a signed contract, a small chance of a permanent problem is reason enough to keep the file local when a local tool exists.

How do browser-based PDF tools work without uploading?

They download the program to you instead of sending the document to the program. The page loads its code, reads the file from your device through the browser's file picker, processes it in memory and hands back the result as a local download.

The change that made this practical is WebAssembly, a compact binary format that runs at close to native speed. All four major browsers shipped it in 2017 and it became a W3C standard in December 2019. It lets proven C and C++ libraries run inside a web page. On this site, page rendering uses Mozilla's pdf.js, compression and repair use a WebAssembly build of qpdf, password protection applies AES-256 (the cipher defined in NIST FIPS 197), and text recognition uses Tesseract, currently for English only. All of these files are served from the site itself, not from a third-party network.

What runs where on this site

Almost everything runs on the device: merge, split, organize, rotate, crop, compress, edit, sign, fill forms, watermark, page numbers, OCR, redaction, password protection, unlocking with the password, metadata removal, image conversions, PDF to text and PDF to Word.

The exception is converting Word, Excel and PowerPoint files to PDF. Laying out an office document faithfully needs a full office suite, so those three tools send the file over HTTPS to a server running LibreOffice and delete it straight after conversion. Each of those pages says so before you choose a file.

Limits of local processing

Local tools use your device's memory and processor. A 300 MB scan that a server would handle easily can be slow on a five-year-old phone, and a browser tab may run out of memory on very large files. Processing page by page helps, but for huge jobs a desktop app is the better local option.

How can I tell if a PDF site uploads my file?

Watch the Network tab in your browser's developer tools while you run the tool. An upload shows as a request about the size of your document. A local tool shows nothing that grows with the file.

You do not need to take any website's word for it, including this one. On a computer, open developer tools with F12 (Cmd+Option+I on a Mac) and select Network. Google documents the panel in its Chrome DevTools guide.

  • Open the tool page, open the Network tab and clear the list.
  • Choose a test file of a known size, such as a 10 MB PDF, and run the tool.
  • Sort the requests by size, or filter by Fetch/XHR.
  • A server-based tool shows a POST or PUT request of roughly 10 MB, followed by a download of the result.
  • A local tool shows only its own scripts, WebAssembly modules and data files, which are the same size whatever document you choose.

Why switching off Wi-Fi is not a reliable test

Going offline before choosing a file sounds simpler, but it gives false alarms. Many local tools, including the ones here, fetch their processing code only when you pick a file, so the page opens quickly. Offline, that fetch fails and the tool shows an error even though it would never have sent your document anywhere. The Network tab gives a clear answer either way.

Checking from a phone

Mobile browsers have no developer tools. Run the test once on a computer; the same site behaves the same way on a phone. A rough phone-only signal is speed: merging two 20 MB files locally finishes in a second or two on any connection, while an upload on mobile data visibly takes longer.

Upload-based and browser-based tools compared

Neither model is right for every job. A server has more power than a phone, and a browser tab has the advantage that nothing leaves it. The differences that matter in practice:

QuestionUpload-based toolBrowser-based tool
Where is the file processed?On the company's serversIn your browser's memory
Does a copy leave the device?Yes, for the retention periodNo
Speed depends onYour upload speed and their queueYour device's processor and memory
Works on very old devices?YesSometimes slowly
Typical limitsTasks per day, file size, sign-inWhatever your device can handle
Can you verify the claim?No, deletion happens out of sightYes, with the Network tab

Questions to ask a service that uploads

If you use an upload-based tool for anything personal, its privacy policy should answer these clearly.

  • How long are files kept, and does that differ for free and signed-in users?
  • Where are the servers, and which subcontractors can access files?
  • Are uploaded documents ever used to train models or improve the service?
  • Is the transfer encrypted, and are stored files encrypted at rest?
  • How do you request deletion, and who do you contact about your data?

When is uploading reasonable?

Server-based tools are not automatically bad. Cloud processing is faster on weak devices, some conversions need server software, and enterprise services come with contracts that specify how data is handled. The point is to choose on purpose: a restaurant menu can go anywhere, while a passport scan, a medical letter or a client contract deserves a tool that keeps it on your device.

Other privacy habits for PDFs

The tool you pick is one part of it. These habits matter as much.

  • Clear author names and dates with Remove PDF Metadata before sharing outside your organisation.
  • Use Redact PDF rather than drawing black boxes, which leave the text underneath.
  • Encrypt sensitive attachments with Protect PDF and send the password by another channel.
  • Delete downloaded copies from shared or public computers, including the Downloads folder and the bin.

FAQ

Questions people also ask

Is it safe to upload a PDF to a free online converter?

For non-sensitive files, generally yes with a reputable service over HTTPS. For passports, contracts, medical or client documents it is an avoidable risk, because a copy sits on someone else's server and you cannot confirm deletion. Use a tool that processes files in the browser.

Do online PDF tools keep my files?

Most state that files are deleted automatically, commonly within one to a few hours, and some keep them longer for signed-in users. Backups and logs may last longer. The privacy policy is the only evidence, since deletion cannot be checked from outside.

Can a website edit a PDF without uploading it?

Yes. Modern browsers run WebAssembly, which lets full PDF libraries work inside the page. The site sends its code to your device, the file is read and rewritten in memory, and the result is saved locally. The document never crosses the network.

Does HTTPS mean my uploaded file is private?

No. HTTPS encrypts the file only while it travels between your device and the server. Once it arrives, the service can read, store and process it like any other file. Privacy after that point depends on the company's practices, not on the padlock.

Free tool

Try Merge PDF

Combine PDFs into a single document in the order you want. Everything happens in your browser, so even confidential files stay on your device. Runs in your browser, so the file never leaves your device.

Open Merge PDF