Is an Online File Converter Safe? What Happens to Your Files?
Learn the difference between server-upload and browser-local file converters, what metadata may be exposed, and how to assess converter privacy.
ReFormatic ·
Quick answer
An online converter can use either remote server processing or local browser processing. Safety therefore depends on the specific service, not the phrase “online converter.” Before converting sensitive files, check whether file contents are uploaded, how long they are stored, whether metadata is preserved, and whether the privacy policy explains the actual architecture.
There are two common conversion models
Server-side conversion
The selected file is uploaded.
A server decodes and converts it.
The output is then downloaded.
This architecture can be perfectly legitimate, but the service temporarily receives the file.
Browser-local conversion
The converter application loads in the browser.
Your device decodes and converts the file locally using browser APIs, JavaScript or WebAssembly.
The original file does not have to be uploaded for conversion.
The difference is important when files contain private information.
What could be inside a file besides what you see?
A photo can include EXIF metadata.
A document can include:
- author information;
- comments;
- revision data;
- hidden sheets;
- embedded objects;
- document properties.
A media file can include timestamps, device information and other metadata.
Therefore, judging privacy only from the visible content is incomplete.
Questions to ask before using a converter
Does the file get uploaded?
Look for a clear technical statement.
Words such as “secure,” “private” and “encrypted” do not answer this question by themselves.
If uploaded, how long is it stored?
A server-based converter should explain retention and deletion behavior.
Is the output public by URL?
Avoid tools that expose converted files through guessable or permanent public links when that is unnecessary.
Is metadata preserved?
Conversion can preserve, rewrite or strip metadata.
Does the site require an account?
An account is not inherently unsafe, but it changes the amount of personal data connected to your conversion activity.
Can HTTPS protect an uploaded file?
HTTPS encrypts data in transit between your browser and the server.
That is important.
But it does not mean the server never receives the file.
Transport encryption and local processing solve different problems.
How can you inspect a converter?
For a browser-local tool, open developer tools and watch the Network panel during a test conversion.
Look for large requests or multipart uploads that contain the file.
You can also test what happens when the internet connection is interrupted after the app has fully loaded, although service workers, cached modules and codec loading can make this test more complicated.
No single test proves a site is safe, but technical observation can support or challenge the published privacy claim.
What ReFormatic means by local processing
ReFormatic’s conversion architecture is designed so that supported file contents are processed on the device in the browser.
The website itself still loads application code and may communicate for ordinary site functionality.
The meaningful privacy claim is that the selected file content does not need to be sent to a remote conversion server for the supported local workflow.
That distinction should remain explicit.
Should you use an online converter for passports, contracts or medical records?
Risk depends on the file and the converter.
For highly sensitive material, use the most trusted environment available.
A reputable offline desktop application may be preferable when:
- disclosure would have serious consequences;
- the converter’s architecture is unclear;
- workplace policy prohibits third-party processing;
- legal or contractual restrictions apply.
Browser-local conversion can reduce exposure, but the device and web application still need to be trusted.
Metadata deserves separate attention
Even if the original never leaves your device, the converted output can still contain metadata.
If you later upload that output to another service, the metadata goes with it unless removed.
For photos, GPS is the obvious example.
For professional documents, author and revision information can matter.
Privacy therefore includes both:
- where conversion occurs;
- what the exported file contains.
Red flags
Be cautious when a converter:
- has no privacy policy;
- makes absolute security claims without explanation;
- gives no retention period for uploaded files;
- forces unnecessary signup;
- generates public output links by default;
- hides the company/service identity;
- claims local processing while obvious file upload requests occur.
Bottom line
“Online converter” is an interface description, not a privacy model.
Find out whether the file is uploaded, what metadata survives, what is stored and how the service is funded.
For sensitive work, prefer transparent tools whose technical behavior matches their privacy claims.

