Drop your PDF here
or click to browse · PDF files · no size limit
Converts on your device — your PDF is never uploadedConvert PDF to Word Without Uploading Anything
Convert a PDF into an editable Word document without your file being uploaded anywhere. The conversion happens inside your browser tab — and once this page has loaded you can disconnect from the internet entirely and it still works. No server, no retention policy, no account, no installation. Free and unlimited.
What “Uploading” Really Costs You
When an online converter processes your PDF, a complete copy of that document is transmitted to a machine you do not control, written to storage, processed, and then held until some deletion job removes it. While it is there it exists inside another company’s infrastructure — their access controls, their staff, their backup snapshots, their jurisdiction, their legal obligations.
The reassuring line you usually read is that files are “deleted within an hour” or “automatically erased”. That is a statement about their intended process. It is not a technical guarantee about caches, replicas, backup tapes or what happens if the company is compelled to produce data — and it cannot be, because the copy genuinely was made.
The only way to remove that entire class of risk is not to make the copy. That is what local conversion does.
Stated Practices of Well-Known Converters
| Approach | Where your file goes | Retention |
|---|---|---|
| This page | Nowhere — stays in your browser | No copy exists to retain |
| Typical cloud converter | Uploaded to their servers | Commonly “deleted within 1–2 hours” |
| Desktop application | Stays local (good), but must be installed | No copy sent |
Several major services describe cloud processing plainly in their own documentation, and one large vendor advertises the tens of millions of files uploaded to it. Microsoft’s own guidance on converting PDFs even points readers away from “risky upload sites” toward Word’s built-in import. None of that is scandalous — it is simply how server-side conversion works. It just means the upload is a choice you can avoid.
Three Ways to Verify There Is No Upload
- Airplane mode. Load the page, disconnect, convert. Success proves no server is involved.
- Developer tools. Press F12, open the Network tab, then convert. You will see the page’s own scripts load, and no request containing your document.
- Firewall or router logs. Watch outbound traffic during a conversion. Nothing of your file leaves.
For completeness, one honest detail: if this site’s copy of the PDF engine is ever missing, the page will fetch the same open-source library from a public CDN so the tool still works. That request carries library code. Your document is never part of any request under any circumstances.
Who Needs This Specifically
- Legal work — executed agreements, briefs and privileged correspondence, where uploading may itself be the problem.
- Healthcare and HR — patient letters, occupational health reports, personnel files.
- Finance — statements, filings, board papers and anything under embargo.
- NDA-covered material — where a third-party transfer would breach the agreement you signed.
- Government, defence and research — environments where upload services are simply blocked.
- Unpublished creative work — manuscripts and scripts you would rather not copy onto someone else’s disk.
How the Local Conversion Works
Three steps, all on your machine. Mozilla’s PDF.js — the same open-source engine that renders PDFs inside Firefox — parses your file and reports every text fragment with its position and font size. Those fragments are grouped into lines, lines into paragraphs, and relative font sizes into heading levels. The result is assembled into an Office Open XML package (a ZIP containing document.xml and styles.xml) and handed to you as a download from your browser’s own memory.
The Honest Trade-Off
Local conversion costs you two things. It cannot reproduce complex page layouts as faithfully as a server-side engine, so you get clean reflowed text with headings and bold rather than a visual clone. And it does not perform OCR, so scanned PDFs cannot be converted — if you cannot select the text in a PDF viewer, there is nothing here to read. Images are not carried over and tables arrive as text lines.
For a confidential text document that you need back in editable form, that trade is usually the right one. When you genuinely need layout fidelity, open the PDF directly in Microsoft Word (File → Open) — it converts locally too, so the privacy property is preserved.
Frequently Asked Questions
How can I prove to myself that nothing is uploaded?
Three ways, in increasing rigour. Load this page, then switch on airplane mode or pull the network cable and convert a PDF - it still works, which is impossible if a server were doing the work. Or open your browser's developer tools, go to the Network tab, and convert: you will see no request carrying your file. Or watch your firewall or router logs during a conversion. All three tell the same story.
What actually happens when other converters 'upload' my file?
A complete byte-for-byte copy of your document is transmitted to a server you do not control, written to storage there, processed, and held until a deletion job removes it. In between it exists on that company's infrastructure, subject to their access controls, their staff, their backups, their jurisdiction and their legal obligations. Deletion policies stated in hours are a promise about their process, not a technical guarantee about copies, caches or backups.
Does the page make any network requests at all?
In normal use it loads its PDF engine from this site and nothing else. There is one honest caveat: if that engine file is missing from the server, the page falls back to fetching the same open-source library from a public CDN. That request carries the library, never your document - your PDF is not part of any request, ever.
Is this suitable for confidential, privileged or regulated documents?
It removes the upload, which is normally the specific obstacle: there is no third-party transfer, no processor to contract with and no external copy to account for. What it cannot do is make a compliance decision for you - your own organisation's policy, and the law that applies to you, govern what you may process and where. This is not legal advice; if you work under HIPAA, GDPR or a similar regime, check with whoever owns that policy. The technical fact is simply that the document stays on your device.
Can I use it on an air-gapped or offline machine?
Yes. Load the page once while connected, then work offline indefinitely - or save the page and its script files locally and open it from disk. Nothing about the conversion needs a connection.
Will my IT department object?
It is an ordinary web page running JavaScript in a browser tab: nothing is installed, no account is created, no data leaves the machine, and no admin rights are needed. That is usually a much easier conversation than requesting approval for a file-upload service or new desktop software - though your policy may still require you to ask.
Is anything about my document logged or analysed?
No. The page has no knowledge of your file's contents beyond what it needs to build the output in memory, and it transmits nothing. There is no account, no email, no watermark and no per-file record anywhere.
What is the trade-off for keeping everything local?
Layout fidelity and OCR. A browser cannot match a server farm at reconstructing complex page layouts, and it does not perform optical character recognition, so scanned PDFs cannot be converted here. You get accurate text with headings and bold - which covers most everyday work - rather than a pixel-perfect clone.
Does the Word file it produces open properly in Word?
Yes. It is standard Office Open XML with real Heading 1 and Heading 2 styles, so it opens natively in Microsoft Word, Google Docs, LibreOffice and Pages, and the headings appear in the navigation pane and in a generated table of contents.