A small set of file and calculator tools, built around one rule: your files never leave your device.
Most free online PDF and image tools work the same way: you upload your file to a server, it gets processed somewhere you can't see, and you download the result. For a lot of everyday tasks that's fine. But plenty of the files people run through these tools — signed contracts, ID scans, financial statements, personal photos — aren't things anyone should have to hand over to a server they don't control, just to merge two PDFs or crop a photo.
editonline.in was built to remove that trade-off entirely. Every tool on this site runs inside your own browser using JavaScript and, for the heavier PDF and image work, WebAssembly libraries like pdf-lib and pdf.js. Your file is read directly into your browser's memory and processed on your own device. It is never uploaded anywhere. You can verify this yourself by opening your browser's network tab while using any tool here — you'll see the page's scripts load once, and nothing else goes out while you work with your files.
The toolset covers the file tasks people run into most often — merging and splitting PDFs, converting between PDF and image formats, compressing and cropping images, and converting Word documents to PDF — alongside a handful of everyday calculators (age, percentage, EMI, sunrise and sunset times) and small utilities like a word counter, QR code generator, and AI prompt generator. The blog covers practical, specific guides related to these tools, rather than generic filler.
The site is intentionally simple: static pages, no user accounts, no file storage, and no backend server involved in processing your files. This keeps things fast, keeps the privacy promise easy to verify, and keeps the site itself lightweight to run.
This site is actively maintained and new tools are added over time. If something doesn't work as expected, or there's a tool you'd find useful that isn't here yet, feedback is genuinely welcome through the contact details on the homepage.