- Home
- An iLovePDF alternative that never uploads the file.
An iLovePDF alternative that never uploads the file.
Same jobs — merge, split, compress, convert. Different architecture.
Who this is for
If you are merging a restaurant menu, any converter will do and this page is not worth your time. This is for the other case: a signed lease, a tax packet, a payslip, a medical letter, a bank statement. Documents where the contents matter and you would rather not hand them to a company you have not heard of to accomplish something your laptop can already do.
The actual difference
iLovePDF is a server-side service, and that is not a criticism — it is simply how it works. You upload the file, their infrastructure processes it, you download the result. That model brings real advantages: it works on any device regardless of how weak it is, it handles enormous files, and it can offer features that need serious compute.
imissfiles works the other way. The libraries that manipulate the PDF — pdf-lib and PDF.js — are downloaded to your browser and run there. The file is read into memory in the tab, changed, and written back out as a download. There is no endpoint in the code that could receive a document, which is why the claim is checkable rather than promised.
What happens to the file
| Typical online converter | imissfiles | |
|---|---|---|
| Where the file goes | Their server | This tab |
| Account | Often, or after a few jobs | Never |
| Daily cap | Common | Your device's memory |
| You can verify it | A privacy policy | The Network panel |
Watch nothing leave
Open DevTools → Network → run a conversion. There is no upload endpoint to receive a file.
Which tools cover the same jobs
- Merge PDF — combine any number of PDFs, drag to reorder
- Split PDF — every page separately, or a specific range
- Compress PDF — with the resulting size shown before you commit
- PDF to Word, PDF to Excel, PDF to JPG — conversions out
- Image to PDF, Word to PDF, Excel to PDF — conversions in
- Unlock PDF and Sign PDF — the two where local processing matters most, since one involves typing a password and the other an image of your signature
What this does not do
Being straight about it, because the trade is real. Very large files are bounded by how much memory your browser gives a tab, so something a server would chew through may fail here. Compressing a PDF turns its pages into images, which costs you the text layer. PDF to Word reconstructs paragraphs rather than recovering the original document, because that information is not stored in a PDF. OCR is a best guess from pixels, not a lookup — it is good on clean scans and unreliable on angled photographs and handwriting.
Each tool page says plainly what it preserves and what it drops. That is a deliberate choice over promising a perfect round trip that no converter can actually deliver.
Common questions
Is imissfiles free?
Yes, and there is no paid tier gating any tool. Display ads cover hosting, which is cheap because no server processes files.
Do I need an account?
No. There is no sign-up, no email, and no login anywhere on the site.
Is there a daily limit?
No. There is no per-file cost to us, so there is nothing to cap. The practical limit is your device's memory.
How can I be sure the file is not uploaded?
Open your browser's developer tools, switch to the Network panel, and run a conversion. No request carries the file, because there is no endpoint to receive one.
What does iLovePDF do better?
Server processing handles very large files that may exhaust a browser tab, works the same on a weak device, and supports features needing heavy compute. If you are converting non-sensitive documents at scale, it is a reasonable choice.
Tools on this page
- Merge PDF — Combine PDFs in any order, in this tab.
- Compress PDF — Shrink a PDF for email without sending it anywhere.
- Split PDF — One file per page, or pick a range.
- PDF to Word — Editable .docx from a PDF text layer.