Drag & drop a PDF here
Convert its text into an editable .docx — nothing leaves your device.
How it works
Drop your PDF
Drag a file in or choose one from your device — nothing is uploaded.
Review the fidelity notice
This works best on simple, single-column text — see what to expect before converting.
Convert
The PDF's text is extracted and reassembled into paragraphs.
Download your .docx
Get an editable Word document you can open and keep working on.
PDF to Word extracts the actual text content of a PDF and reassembles it into an editable Word document, entirely inside your browser. It's worth being upfront about what "best effort" means here: a PDF is fundamentally a page-layout format, not a document format — it describes where characters sit on a page, not where paragraphs, headings, or table cells begin and end. Reconstructing that structure is inherently a heuristic process, and this tool is honest about its limits rather than overselling a perfect conversion.
Under the hood, pdf.js extracts every text run on every page along with its exact position, and a position-based heuristic groups nearby runs into lines and nearby lines into paragraphs — a large vertical gap between lines signals a new paragraph, and noticeably larger text is treated as a heading. Those paragraphs are then handed to the docx library, which builds a real, valid .docx file from them. Nothing about the source PDF is ever rendered to an image at any point in this process; the entire pipeline works on the PDF's structured text stream.
This approach works well for simple, single-column documents — letters, reports, articles, typed forms — where reading order roughly matches vertical position on the page. It works less well for tables and multi-column layouts, since those rely on horizontal structure that a purely vertical-position heuristic can't fully capture; expect text in roughly the right order but without the original grid or column layout in those cases. Scanned PDFs (pages that are actually images, with no real text underneath) are detected and rejected with a clear message rather than producing an empty or broken document — this tool doesn't perform OCR.
As with every tool on this site, your PDF, its extracted text, and the generated Word document all stay in your browser's memory for the duration of the conversion — nothing is transmitted anywhere, and the file only leaves your device when you choose to download it.