About OneClick Convert

Last updated 29 August 2026

Why this site exists

Almost every free file converter on the web works the same way: you upload your document to a stranger's server, it is processed there, and you download the result and hope it was deleted. For a holiday photo that is a small risk. For a passport scan, a signed contract, a medical report or a bank statement, it is not a risk most people would take knowingly — they simply are not told it is happening.

OneClick Convert was built to remove that trade-off. The conversion happens inside your own browser, on your own device, using the same processing power your phone or laptop already has. Your file is never uploaded, so there is no server copy to leak, sell, retain or subpoena. That is not a promise about our intentions — it is a property of how the site is built.

The second reason is the size limits nobody warns you about. University portals want a photo under 100 KB. Visa applications cap PDFs at 200 KB. Job sites reject anything over 2 MB. Most tools give you a quality slider and let you guess. Ours searches for the highest quality that still fits under the exact number you were given, which is what you actually needed.

How in-browser conversion works

Modern browsers can run compiled code at close to native speed through WebAssembly. The same libraries that desktop software uses — the PDF engine, the image codecs, the FFmpeg video engine, the Tesseract text-recognition engine — have been compiled to run inside a web page.

When you drop a file onto this site, your browser reads it from your disk, hands it to one of those engines running in a background thread, and writes the result back out as a download. The network is not involved at any point. You can verify this yourself: open your browser's developer tools, switch to the Network tab, convert a file, and watch that nothing is uploaded. You can also disconnect from the internet after the page loads and most tools will still work.

The trade-off is honest and worth stating: because the work happens on your device, very large files are limited by your device's memory rather than by a server. A desktop handles far bigger videos than a phone, and we tell you when a file is too large rather than failing silently.

What runs on a server, and why

Three things genuinely cannot run in a browser, and we say so plainly rather than pretending otherwise. Speech-to-text transcription needs a model far too large for a phone. Fetching a file from a link you paste has to be done by a server, because browsers are not permitted to fetch arbitrary other websites. And if your browser blocks a download outright, which happens on some iOS configurations, you can choose to have that one result uploaded so a normal link can be handed back to you.

Everything else — every PDF, image, spreadsheet, audio and video conversion on this site — stays on your device. The full detail is in our privacy policy.

Who runs it

OneClick Convert is built and maintained by an independent developer, not a company or a data broker. There is no venture funding behind it and no business model that depends on your documents, because your documents never arrive.

The site is free and supported by advertising. That is the entire revenue model. We do not sell data, we do not have data to sell, and advertisers receive nothing about what you convert.

Questions, bug reports and corrections are genuinely welcome at support@oneclickconvert.app, and are answered by a person. See the contact page for what to include.

Languages

The interface and a growing set of guides are available in English and Arabic, including right-to-left layout and Arabic text recognition. Arabic support in free file tools is usually an afterthought — text comes out reversed, letters disconnect, or fonts fail to embed in exported PDFs. Getting that right was a deliberate goal rather than a translation pass.