imissfiles38 tools
  1. Home
  2. About imissfiles

About imissfiles

Free file tools that run on your device, built by one person.

What this is

imissfiles is a set of 38 file tools that run entirely in your web browser. Merging a PDF, compressing one for email, converting a spreadsheet, turning photographs into a document — the ordinary work that a file needs before it can be sent somewhere, done without handing the file to anyone.

Why it works this way

Almost every free converter online works by upload. You give a document to a server, it processes it, you download the result. That was a technical necessity once. It is not any more, and it never stopped being a strange arrangement for the documents people actually convert — statements, contracts, identity documents, medical letters, payslips.

Browsers can now do this work locally. pdf-lib manipulates PDF documents. PDF.js renders pages and reads text. libheif, compiled to WebAssembly, decodes iPhone photographs. fflate builds zip archives, which is what Word, Excel, and PowerPoint files actually are underneath. All of it runs in a tab, on your machine. So the site is built that way, and the claim is verifiable rather than promised — open the Network panel in developer tools and run a conversion.

Who made it

One person, as a side project, because these tools are ones I wanted and did not want to upload files to get. There is no company, no funding round, and no team. That means bugs get fixed when I find them or when someone tells me, and new tools appear when I have time to build them properly rather than on a roadmap.

How it is paid for

Display advertising, and nothing else. Hosting is inexpensive precisely because no server does any file processing — the site serves static pages and the work happens on your device. There is no premium tier, no account system, and no API selling access to documents. If a tool saved you time, there is an entirely optional tip link.

Ads are placed away from the working area of each tool and hidden while a tool is running, so a click never lands somewhere you did not intend.

What it does not do

Being straight about the limits: very large files are constrained by how much memory your browser gives a tab, so something a server would handle may fail here. Some conversions are genuinely lossy, and the tool pages say so rather than implying a perfect round trip. A scanned PDF has no text layer, so text extraction returns nothing on one — that needs optical character recognition, which is a different engine.

What is coming

Image tools, OCR, and text utilities are in progress. If there is something you keep needing and cannot find here, the contact page is the place to say so.