Urgent.News

What's breaking now, across thousands of outlets.

Tech

Does That "Free Online PDF" Tool Upload Your File? How to Tell.

Most free online PDF tools work by uploading your document to a server, processing it there, and sending it back. For a lot of files that's fine. For a signed contract, a payslip, a medical form, or a scanned ID, it's the entire privacy problem: your document now lives on someone else's machine, subject to their logging, retention, and breach exposure. It doesn't have to work that way. A modern…

When you use free online PDF tools, your file is typically uploaded to a server for processing and then sent back. This approach can pose privacy concerns, especially for sensitive documents like contracts, payslips, medical forms, or scanned IDs, as the file resides on someone else's machine, potentially exposed to logging, retention, and breach risks.

However, modern browsers can perform PDF operations such as splitting, merging, compressing, signing, and OCRing without sending the file to a server, using libraries like pdf-lib, pdf.js, jsPDF, and SheetJS. To identify whether a tool uploads your file or operates client-side, watch for network activity by checking your browser's DevTools → Network tab during the tool's use.

If your document leaves the device in a POST/PUT request, it indicates an upload. Conversely, if the tool functions offline when your network is disconnected, it processes the file client-side. While client-side processing offers privacy advantages, it does come with trade-offs, including limited memory handling for large files, slower OCR speed, potential fidelity loss during conversion, and compression constraints.

To ensure a PDF tool's integrity, perform a two-minute due diligence check: examine network activity and test the tool offline.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Sindh Reports 3 New Mpox Cases

Sindh has reported three new confirmed cases of monkeypox (Mpox), taking the provincial tally to 40, including 13 cases from … Read More The post Sindh Reports 3 New Mpox Cases appeared first on…

What are you doing this weekend?

Feel free to tell what you plan on doing this weekend and even ask for help or feedback. Please keep in mind it’s more than OK to do nothing at all too!

The compiler was never what you wanted

You have an orders topic on a Kafka cluster, its values encoded with Avro against a schema in the Schema Registry . You want the orders worth more than fifty euros on a topic of their own, and you…

More from Friday 4 September →