PDF to Word Converter

Convert your PDF documents into editable Word (DOCX) files instantly.

About PDF to Word

This pulls the text out of a PDF, works out where the lines were, and writes a .docx you can edit in Word, LibreOffice, Pages or Google Docs. Processing runs in this browser tab; the document is never uploaded, and the .docx is only written to disk when you press Download.

Why PDF to Word is genuinely hard

The two formats describe documents in opposite directions. A .docx is a logical structure — headings, paragraphs, lists, tables — that a word processor lays out to fit whatever page it is given. A PDF is the finished layout with the structure thrown away: a set of instructions that put character codes at coordinates. Converting one to the other means inferring intent from geometry, and every converter in existence is guessing. The only question is how honestly it tells you where the guesses stop.

Here the guessing is deliberately shallow. Text fragments are collected page by page and sorted by vertical position, then by horizontal position within a band of five units. Whenever the vertical position drops by more than that, the accumulated fragments are closed off as a line and written as a Word paragraph. Pages are separated by an empty paragraph. Nothing else is attempted: no heading detection, no list reconstruction, no column analysis, no styling.

What you get and what you lose

  • Recovered: all the words, in reading order for single-column layouts, with the original line breaks preserved as separate paragraphs.
  • Lost: fonts, sizes, bold and italic, colour, alignment and indentation — every paragraph uses the default Word style.
  • Lost: tables, images, headers, footers, footnote linkage, hyperlinks and bookmarks.
  • Carried through as plain text: page numbers and running heads, appearing inline at each page boundary.

When this is the right tool

When you want the content in order to rewrite it — quoting a report, reworking a proposal you no longer have the source for, updating last year's document. It is a good starting point, not a finished replica, and the honest workflow is to convert, then restyle in Word rather than expecting to find your original formatting waiting. When appearance matters more than editability, do not convert at all: keep the PDF, or turn the pages into images with PDF to JPG. When the content is a grid, PDF to Excel reconstructs rows properly and beats fighting a wall of loose cells in Word. When you only need the raw words for a script or a search, PDF to Text is faster and simpler.

The scanned-document wall

If the PDF came from a scanner or a phone camera, it holds page images and no text at all, and conversion produces an empty document. Nothing in this tool performs character recognition. The route for scans is PDF to PNG at 3x, then Image to Text, which runs OCR in the browser and gives you something to paste into a document. It is slower and less accurate than reading a real text layer, which is precisely why documents worth keeping are worth keeping in a searchable form.

A real .docx, not a rename

The output is a genuine Office Open XML document built paragraph by paragraph, so it opens natively in Word, LibreOffice Writer, Pages and Google Docs with no import warnings and no compatibility mode.

Line breaks rebuilt from geometry

Text fragments are sorted top-to-bottom then left-to-right and grouped into lines wherever the baseline shifts by more than five units, which recovers the line structure a plain text dump throws away.

Converted where the file lives

Parsing and document generation both run in this tab. A merger agreement or an appraisal never reaches a server, which is the difference that matters when the alternative is emailing it to a conversion service.

Frequently Asked Questions

How faithful is the result?

It recovers the words and the line breaks, and nothing else. Every line of the original becomes its own Word paragraph in the reading order the geometry implies. Fonts, sizes, bold and italic, colours, indentation, headings, columns, tables, headers, footers and images are all dropped — the .docx contains plain default-styled text. Think of it as a clean starting point for rewriting rather than a replica you can hand straight on.

Why is every line its own paragraph?

Because a PDF does not record where paragraphs begin. It records where each fragment of text sits on the page, and lines are inferred by watching the vertical position drop. Knowing whether a new line starts a new paragraph or continues the previous one requires guessing at indentation and spacing, and guessing wrong is worse than not guessing. In Word you can select a block and remove the breaks in seconds; recovering breaks that were never emitted is much harder.

Can it convert a scanned document?

No. Conversion reads the text layer the PDF already contains; a scan has none, only page images, so you would get an empty .docx. That is a hard limit rather than a missing feature — there is no recognition step here. For a scanned original, render the pages with PDF to PNG at 3x and run them through Image to Text, then paste the recognised text into a document.

What happens to tables?

They come out as lines of loose text, cell after cell, with no table structure at all. That is usually unusable. If the document is mainly tabular, PDF to Excel groups fragments by vertical position into spreadsheet rows, which is a much better fit for anything grid-shaped, and you can paste the result back into Word as a table afterwards.

Are images carried across?

No. Only text is read; photographs, logos, charts and vector artwork are ignored. If you need the pictures, Extract Images from PDF pulls the embedded image objects out at their original resolution and you can place them into the document yourself.

The lines came out in the wrong order.

Sorting is by vertical position first and horizontal position second, which is exactly right for a single-column page and wrong for a two-column one — a line from the left column and a line from the right at the same height will be merged into one. Multi-column journal articles, newsletters and anything with sidebars will need manual repair. There is no layout analysis, deliberately: a simple rule that fails predictably is easier to work with than a clever one that fails mysteriously.

How are pages separated?

By an empty paragraph, not a page break. The text flows continuously so it reflows naturally when you edit, and you can insert real page breaks wherever they belong in the new document. Page numbers and running heads from the original will appear inline at the boundaries, since to the extractor they are just more text on the page.

It refused my file.

If the message mentions a password, the PDF is encrypted and must go through Unlock PDF first, since an encrypted document cannot be parsed. Otherwise the file is likely damaged. Note also that conversion happens in two steps here: the document is processed first, then a Download button appears — nothing is written to disk until you press it, and the file is named after the original with a .docx extension.