What PDF to Word does — read this first
This tool reads the text of a PDF and writes it into an editable Word document (.docx): paragraphs, headings by size, bold where the PDF used a bold font, and a page break between PDF pages. It runs entirely in your browser, so a contract or a medical letter is never uploaded. What it does not do is reproduce the layout — columns, images, tables with borders, headers and footers, exact fonts. Server-based converters that rebuild the page geometry do better on layout; this one is for getting the words out, privately, to edit or reuse.
How the text is reconstructed
A PDF stores positioned fragments of text, not paragraphs. The converter groups fragments into lines by their vertical position, then joins lines into paragraphs when the spacing between them is normal, and starts a new paragraph on a larger gap or a change in font size. Fragments drawn with a bold font become bold runs. Reading order follows the order the PDF drew the text, which is correct for most documents produced from Word, Google Docs or a browser.
| PDF feature | In the Word file |
|---|---|
| Body paragraphs | Paragraphs with the same relative font size |
| Headings | Larger, bold paragraphs (not Word heading styles) |
| Bold text | Bold runs where the PDF font name indicates bold |
| Bullet lists | Paragraphs beginning with the bullet character |
| Tables | Cell text in row order, without a table grid |
| Images, charts, logos | Not included — use Extract Images from PDF separately |
| Columns | May interleave; check reading order |
| Scanned pages | Nothing — no text layer to read |
When it works well
- Letters, reports, essays, articles and contracts exported from a word processor.
- Single-column documents where you need to quote, edit or translate the text.
- Recovering the content of a document whose original file is lost.
- Feeding text into a template, a CMS or a translation tool.
When to use something else
- Scanned PDFs — the tool reports “no text layer”. Run OCR first (Acrobat, macOS Preview Live Text, Google Drive open-as-Docs).
- Layout must survive — brochures, forms, multi-column newsletters. Adobe Acrobat, Microsoft Word's own PDF import (File → Open a PDF) or a server converter rebuild geometry.
- Tables you need as tables — Word's PDF import or a table-extraction tool.
- Just the plain text — PDF to TXT is simpler if you do not need a .docx.
Cleaning up the result
- Apply Word's heading styles to the enlarged paragraphs to get a navigable outline.
- Lines ending with a hyphen are joined without a space, matching hyphenated breaks; check any that were genuine hyphens.
- Repeated headers and page numbers appear as short paragraphs at page breaks; delete them with Find and Replace.
- Two-column text that interleaved can be separated by sorting on the original page, or by copying column by column from the PDF Viewer.