What Actually Happens to Your Files When You Use Online Tools?
I had a contract to convert to PDF. Confidential stuff — NDA terms, compensation details. I almost used the first online converter I found, then paused and wondered: where does my file actually go?
That question led me down a surprisingly interesting rabbit hole.
The Two Models: Upload vs. Browser Processing
Server-side processing: Your file travels over the internet to a company's server. It gets processed there, then a result is sent back to you. The original file is stored on their server — at least temporarily.
Client-side (browser) processing: Your file never leaves your device. The tool runs as JavaScript code inside your browser, using your computer's CPU and memory. The server only serves the code, not your data.
Most online tools are server-side. Some newer tools use browser processing.
Why It Matters for Confidential Files
With server-side tools:
This is fine for converting a vacation photo. It's not ideal for a contract, medical record, or financial document.
How to Tell Which Model a Tool Uses
Check their privacy policy or documentation. Look for phrases like:
You can also open your browser's Network tab (F12) and upload a test file. If you see a large request going out, it's server-side.
This Site's Approach
UniTools processes files locally in your browser. When you merge a PDF, compress an image, or trim a video, the file data stays on your device. I built it specifically because I wanted to use tools I'd actually trust with my own documents.
When Server-Side Is Fine
For non-sensitive files — public images, generic documents, sample files — server-side tools work perfectly well. The processing is often faster because servers have more resources than browsers.
Know what you're uploading. Choose accordingly.