PDF to Word
Convert PDF files to Word format.
How to Convert PDF to Word
Select a text-based PDF
Click the upload area or drop the PDF you want to edit in Word.
Text is extracted locally
Lines and paragraphs are reconstructed from the PDF's text layer and written into a .docx file in your browser.
Download the Word document
Open the .docx in Word, Google Docs or LibreOffice and edit freely.
What conversion can and cannot recover
A PDF does not store paragraphs. It stores instructions of the form 'draw this glyph at this coordinate in this font', and the visual impression of a paragraph is an artefact of where those glyphs happen to sit. Converting to Word means reading those positions and inferring the structure that produced them โ which words belong to a line, which lines belong to a paragraph, which paragraph belongs to a column.
This tool extracts the text content and rebuilds it as a real Word document with real paragraphs you can edit. What it does not attempt is a pixel-faithful reconstruction of the original layout. That is an honest trade: converters that promise perfect layout fidelity usually deliver a document made of text boxes, which looks right until you try to edit a sentence and the whole page rearranges itself.
Where extraction goes wrong, and why
Multi-column layouts are the classic failure. A two-column academic paper stores its glyphs in whatever order the generator emitted them, and a naive read can interleave the columns line by line. Tables suffer similarly: a table in a PDF is usually just text positioned in a grid with lines drawn around it, so the cell structure has to be guessed from alignment.
Ligatures and font encoding cause subtler damage. Some PDFs map glyphs to character codes that do not correspond to Unicode at all, which produces text that looks perfect on screen and comes out as gibberish when extracted. If a PDF's text cannot be selected and copied in a normal reader, no converter will do better โ the information simply is not in the file.
Scanned documents need a different tool
If the PDF came from a scanner or a phone camera, its pages are photographs. There is no text layer to extract, and a conversion will produce an empty or near-empty document. That is not a bug in the converter; there is genuinely nothing to read.
The test takes two seconds: open the PDF and try to select a sentence with your cursor. If the selection highlights text, extraction will work. If it draws a rectangle over an image, you need optical character recognition first, and OCR is a different and far less reliable process โ it guesses characters from pixels and it will make mistakes that a human has to catch.
Getting a usable result
Expect to spend a few minutes on formatting after conversion, and treat that as normal rather than as a failure. Headings usually need re-applying as Word styles, page breaks often land in the wrong place, and manual line breaks from the PDF may need removing so text reflows properly.
If you have any route back to the original โ the Word file the PDF was exported from, the source document from a colleague, the export function of whatever system generated it โ take it. Converting a PDF is reconstruction from a lossy representation, and reconstruction is always worse than the thing itself.
Why it runs locally
PDFs sent for conversion are disproportionately contracts, medical letters, bank statements and internal reports. This tool reads and rebuilds the document inside your browser, so none of that content is transmitted anywhere or stored on a server that might keep it longer than you would like.
The practical limit is again memory rather than policy. Very long documents are processed page by page and remain manageable, but a file of several hundred pages will take noticeably longer than a short one and is best converted in sections if the tab starts to struggle.