How to convert a PDF without uploading it to a website
Nothing in a PDF conversion needs a server. LibreOffice converts to Word offline, some browser tools genuinely do the work inside the page, and a desktop app handles the rest - and you can tell in twenty seconds which websites upload your file by watching the Network tab in your browser's developer tools while you convert.
4 min read
The first result for “pdf to word” asks you to drop the file on a web page. It works, it is free, and for a train timetable it is completely fine. For a signed contract, a payslip, a medical letter or a scan of your passport, you have just emailed a stranger a document you would not have emailed a stranger.
Nothing in a PDF conversion needs a server. The libraries that do it run perfectly well on your own machine, and in some cases inside your own browser tab.
what a free converter site actually does with the file
The typical one uploads your document, converts it on their machine, gives you a download link, and deletes it after some number of hours. The reputable ones say so plainly in their privacy policy and hold to it. The point is not that they are villains - it is what you are agreeing to:
- The file sits on someone else’s disk for a while, and the download link often works for anyone who has it.
- If the document contains other people’s personal data - a payroll report, a class list, a patient letter - you have shared it with a processor, which is a thing you may have to be able to justify.
- Under a confidentiality clause, “I used a free website” is not a defence anyone wants to have to make.
first: is your PDF text, or a photograph of text?
This one distinction decides what is possible, and most disappointing conversions come from not checking it. Open the PDF and try to select a sentence with the mouse.
- The text highlights - it is a real text PDF. Converting is reliable, fast, and can be done entirely locally.
- Nothing highlights, or the whole page highlights as one block - it is a scan. There is no text in the file at all, only an image of it, and getting text out needs OCR. That is a different, slower job with a real error rate, and it is where free tools vary wildly.
what converts well, and what never will
| from a text PDF to | how well it goes |
|---|---|
| Plain text or Markdown | Reliable. The catch is layout: columns, headers and footers have to be regrouped into reading order, and that is where tools differ. |
| Word (.docx) | Approximate, always. A PDF stores glyphs at coordinates, not paragraphs, so the converter is reconstructing a document that was thrown away. Expect to fix spacing. |
| Images (PNG / JPG) | Exact - it is a render, nothing is being guessed. |
| Back to PDF from images | Exact, and the usual way to get a signed page back into one file. |
If you are converting to Word purely to pull the words out, convert to text or Markdown instead. It is the conversion that cannot go wrong, and you skip an hour of fighting with a reconstructed layout.
doing it locally
Three routes, in increasing order of convenience:
- LibreOffice opens PDFs directly and exports to .docx. Free, offline, and about as good as the paid converters at layout. It is heavy to install for one file and it is genuinely the right answer if you have it.
- A browser tool that runs in the page. Verified with the Network-tab test above, these are perfectly safe and need nothing installed.
- A desktop app. Worth it when this is not a one-off: no upload, no per-file limit, no queue, and the same tool handles the reverse direction and the neighbouring jobs - images to PDF, page extraction, formats.
The same logic covers the rest of the everyday file jobs that have quietly become web services: converting audio and video, resizing and re-encoding images, turning a video into a GIF, converting subtitles, taking a background out of a photo. All of it runs on a normal computer. Most of it did, twenty years ago, before it became a signup.
The file jobs, on your own machine.
owntools has fourteen small file tools that run entirely on your computer: PDF to text, Markdown, Word or images, images to PDF, image and audio and video converters, video to GIF, subtitles, background removal. No upload, no account, no file-size limit - and they are free, alongside dictation.
download it freeWho wrote this. We build owntools, which includes those file tools. The advice above is deliberately useful without it - LibreOffice really will convert your PDF, and the DevTools check really will tell you whether a website is uploading your documents.
questions people ask
Is it safe to use a free online PDF converter?
For a document that would not matter if a stranger read it, yes. The typical converter uploads your file, converts it on its own machine, gives you a download link and deletes it after some hours - so for a contract, a payslip, a medical letter or anything containing other people's personal data, you are sharing the document with a third party and inheriting its retention policy. That is a decision worth making deliberately rather than by habit.
How can I tell if a website uploads my file or converts it locally?
Open your browser's developer tools with F12, go to the Network tab, and convert a file. If the document is being uploaded you will see a request roughly the size of your file. The blunter version of the same test: load the page, disconnect from the internet, and convert. A tool that still works never had your file in the first place.
Why does my PDF convert to Word badly?
Because a PDF does not contain paragraphs. It stores glyphs at coordinates, so any converter is reconstructing a document structure that was thrown away when the PDF was made, and spacing, columns and tables are educated guesses. If you only need the words rather than the layout, convert to plain text or Markdown instead - that is the conversion that cannot really go wrong.
Why can't I get any text out of my PDF?
It is almost certainly a scan: a photograph of a page rather than text. Try selecting a sentence with the mouse - if nothing highlights, there is no text in the file to extract, and getting some requires OCR, which recognises the characters in the image. That is a slower job with a real error rate, and it is where free tools differ most.
read next
5 min read
How to dictate on Windows without sending your voice to the cloud
Windows' Win+H voice typing streams audio to Microsoft's servers. Voice Access, Whisper and Parakeet do not. What each one costs you in accuracy and setup.
read it →
5 min read
How to transcribe audio without uploading it to anyone's server
Interviews, calls and notes you are not allowed to upload. What Whisper does on an ordinary laptop, how fast it really is, and the one thing it will not do.
read it →