Why most PDF tools upload your files to servers
Processing PDFs is computationally intensive. Traditionally, running Ghostscript, LibreOffice or similar PDF engines required a server with significant compute resources. Free online PDF tools like Smallpdf, iLovePDF, PDF24 and most others send your file to their servers, process it there, and return the result. This is fast and reliable, but it means your document — which may contain contracts, financial data, medical information, or personal IDs — leaves your device and is stored on a third-party server.
Most tools delete files after a few hours. But "a few hours" for a Aadhaar card or NDA is a significant exposure window. And deletion policies are self-reported with no independent verification.
Tools that process PDFs without uploading
PDFWix (all 24 tools)
All compression, merging, splitting, signing, protecting and unlocking at PDFWix run in the browser using Ghostscript compiled to WebAssembly. No file upload request is made to PDFWix servers. Verified independently.
Stirling PDF (self-hosted)
An open-source PDF toolkit you run on your own server or locally via Docker. No data leaves your infrastructure. Best for teams needing repeatable workflows. Requires technical setup.
PDF.js Express (for developers)
WebViewer and PDF.js Express run PDF manipulation client-side in JavaScript. Used by developers building PDF features into their own applications. Not a consumer tool.
How to verify a PDF tool is not uploading your file
Open Chrome DevTools (press F12). Click the Network tab. Clear the log. Upload your PDF to the tool you want to test. Watch the Network tab. If you see a POST or PUT request going to the tool's server domain with a large payload (matching your PDF file size), your file is being uploaded. If only small GET requests appear (loading fonts, scripts, UI resources), your file is being processed locally. PDFWix produces only GET requests during PDF processing — no file upload requests appear.
For a full comparison of what data each PDF tool collects, see our guide to online PDF tool safety and our security and privacy page.