Privacy
Three promises that make LoveMyFile different.
Our privacy promise
LoveMyFile was built so you can clean up, convert, and edit files without trusting your data to a stranger. Open a tool, pick a file from your device, and the work happens right inside this browser tab. Close the tab and nothing remains on our side โ your files were never sent to us in the first place.
Your files never leave your device
Every PDF or image tool runs inside your browser tab. We do not upload, store, or process your files on a remote server.
Free and unlimited
Use every tool as much as you want โ no account, no premium plan, and no daily quota.
Local processing, always
Your work happens on your own device. Close the tab and nothing about your files remains with us.
The technology behind the promise
The claim that your files never leave your device is not just a policy โ it is a technical architecture. Here is how it works:
- pdf-lib builds, merges, and edits PDF documents in pure JavaScript, running inside your browser tab.
- pdfjs-dist(Mozilla's PDF engine) renders and parses PDF pages in a Web Worker, so rendering never blocks the UI.
- WebAssembly (WASM) powers tasks like PDF encryption (qpdf) and AI background removal at near-native speed, entirely in the browser sandbox.
- Canvas APIhandles all image operations โ compression, resizing, cropping, and format conversion โ pixel by pixel on your device.
- TensorFlow.js runs machine-learning models for face detection and image upscaling locally, downloading the model once and then working offline.
No part of your file is sent over the network during processing. The only network requests are for loading the page itself, ad frames, and (for AI tools) the initial model download โ never your file data.
A few small details
- We use a privacy-friendly hosting provider. Standard web logs (page URL, request time) may be kept briefly to keep the site online โ no file contents, ever.
- Your theme choice is saved locally in your browser so the site remembers it next time.
- You stay in control. Every tool downloads its result straight to your device.
Advertising
LoveMyFile is free to use because the site shows ads from a third-party advertising network. Those ads load in isolated frames and the ad provider may use cookies to measure ad views and clicks. This is standard for ad-supported sites.
Importantly, this does not change the core promise: your files are never uploaded, shared, or seen by advertisers. All file processing still happens entirely on your device, and advertisers have no access to the files you work with.