Allin1Tool

Support

Frequently Asked Questions

Clear answers for the most common Allin1Tool workflows and browser-processing limits.

Files and privacy

Are the files I open here uploaded anywhere?

No. Each tool reads your file in the page and writes the result back to your device. There is no upload endpoint behind this site. To confirm it, open your browser's network panel while you use a tool: you will see the page load its own scripts, and no request carrying your file.

Does anything I type get stored?

Tool inputs are kept in your own browser's local storage so a refresh does not lose your work. Nothing is transmitted to us, and we cannot read it. On a shared machine, use the Clear saved data button on the privacy page before you walk away.

Do I need an account?

There is no account system at all, so there is nothing to sign up for, nothing to log in to and no email address to hand over.

How is the site paid for?

Advertising, and only if you accept advertising cookies. Ads are kept off the homepage, the blog and every policy page.

Documents

Why does PDF to Word lose my layout?

The tool extracts the text and its line structure and writes a valid .docx. It does not reconstruct fonts, images, tables, columns or positioning, because doing that faithfully needs a full document rendering engine. You get editable words, not a visual copy.

Can it read a scanned document?

No. A scan is a picture of text with no character data behind it, and there is no OCR here. The tool tells you when it found nothing to extract rather than handing back an empty file.

Why did compressing my PDF make the text unselectable?

Compression works by re-rendering each page as an image, which is what makes the file smaller. Links, form fields and searchable text do not survive that. On an already-optimised text PDF it can also make the file bigger — when it does, the tool says so and offers the original back.

What happened to the PowerPoint converter?

It was withdrawn. It never worked, and there is no honest way to render slide layouts in a browser without a rendering engine we cannot ship. Exporting to PDF from PowerPoint itself gives a better result than anything we could have built.

Pictures and code

Which image formats can I export?

PNG, JPEG and WebP everywhere, plus BMP through a small encoder written for the site. AVIF depends on your browser and the tool tells you when it has fallen back rather than silently handing you a different format.

Why doesn't the background remover work on my photo?

It matches a colour you pick and removes pixels close to it, which works on a plain, evenly lit backdrop and fails against a cluttered or shadowed one. It is a colour key, not subject detection, and the page says so rather than implying otherwise.

Does the JWT decoder check the signature?

No. It decodes the header and payload so you can read what a token claims. Only a service holding the signing key can tell you whether the token is genuine.

Are the generated UUIDs safe to use as tokens?

Version 4 draws from the browser's cryptographic random source, so yes for cases where unpredictability matters. Version 7 encodes a timestamp by design, so it leaks creation time.

Accuracy

How do I know a calculator is right?

Each one names the published method it implements — Mifflin-St Jeor, Naegele's rule, reducing-balance amortisation — so you can check the result against the source. The assumptions behind every figure are listed under the result.

A tool gave me a number I think is wrong. What now?

Tell us, and include the values you entered. Corrections jump the queue ahead of everything else, and if a formula is genuinely wrong we change the code rather than quietly adjusting the number.

Has a doctor or an accountant checked these pages?

No, and the site does not claim otherwise. The formulas come from named published sources, but nobody with medical, legal or financial credentials has reviewed the content.

Browse Categories