All tools › Guides › What PDF to Word conversion really does, and why the result is never a perfect copy

What PDF to Word conversion really does, and why the result is never a perfect copy

Every complaint about PDF to Word conversion comes from the same misunderstanding: people expect a translation, and what they get is a reconstruction.

By Morn Tithsinara · Updated

The format simply does not record what you are asking for

A Word document stores meaning. It knows that this run of text is a Heading 2, that this block is a paragraph with 6pt of space after it, that these rows are a table with four columns.

A PDF stores appearance. It knows that the glyph "H" is at coordinate 72, 700 in 14-point bold, and that the glyph "e" is at 82, 700. It does not record that they are part of a heading. It does not record where one paragraph ends and the next begins. It does not record that a table is a table — the cells are ordinary text runs that happen to line up.

So converting a PDF to Word is not a format translation. It is an act of inference: reading the geometry of the page and deducing the structure that produced it. That inference is usually good and occasionally wrong, and no converter — including the expensive ones — escapes this, because the information genuinely is not in the file.

What actually gets reconstructed

The document is rebuilt, not traced. Lines that belonged to one paragraph in the PDF are joined back into one paragraph, and a hyphen left behind by a line break is closed up, so the text reflows when you type into it. Line spacing, first-line indent, left indent and alignment are read off the page and set on the paragraph. A line clearly larger or bolder than the body becomes a real Word heading — which is what fills the navigation pane and lets Word build a table of contents.

Fonts are mapped to faces Word ships: Helvetica becomes Arial, Times-Roman becomes Times New Roman, and Korean faces such as Malgun Gothic and Batang are kept so Hangul renders properly. Size, bold and italics carry over, and each line's ink colour is sampled from a render of the page, so a red heading stays red.

Aligned bands of text become real Word tables with the source column widths. Figures are found individually and placed as ordinary pictures in the flow, so a chart, a logo or a photograph arrives as an object you can select, move, resize or delete rather than as part of one flattened page image. Each PDF page becomes a Word section carrying that page's real size, its recovered margins, and two columns if the page was set in two — so the file still reads page for page like the original.

The two decisions worth knowing about

Bulleted lists become real Word lists. Numbered lists keep their numbers as text. That asymmetry is deliberate and it is the right call. Hand a numbered list to Word's own numbering and Word renumbers it — so a document that deliberately restarted at 1, or that used (iv) in a legal citation, quietly says something it never said. Keeping the numbers as literal text means they are exactly what the source had. The cost is that inserting an item does not renumber the rest; you can convert the block to a Word list yourself in one click if you want that behaviour.

Scanned pages are recognised on the way through. A page with no text layer is put through OCR during the conversion, so a scan arrives as ordinary editable text rather than a picture. That built-in pass covers English and Korean only — for anything else, run OCR PDF first with the right language selected, then convert the result.

Where the inference goes wrong

Heavily designed layouts. Magazine pages, brochures, annual reports with pull quotes and text wrapping round images — these are exactly the pages where geometry underdetermines structure. Expect to tidy afterwards.

Tables without rules. A table whose columns are held apart by whitespace alone has to be found by measuring gaps. A table drawn with visible rules is a far easier problem, because the lines say where the cells are.

Reading order on multi-column pages. The file stores text in whatever order it was written, which is usually column by column but is not guaranteed by the format. A heavily designed page can interleave.

Anything drawn rather than typed. An organisational chart, a formula set as an image, a signature — these arrive as pictures, because that is what they are in the source.

Pick the right output for what you are going to do

If you want to restructure — rewrite paragraphs, change headings, reuse the content — take the default editable output and accept that a designed layout needs tidying. Treat it as a document, because it is one: typing a longer sentence pushes the rest of the paragraph along, and restyling a heading restyles every heading at that level.

If you want to correct in place and have it look identical, switch the option to "A copy of the pages". That reproduces each page as an image with the text positioned over it — very close to the PDF, and it does not reflow.

If you only want the words, PDF to Markdown gives plain text with none of the scaffolding, far faster. If the page is really a table, PDF to Excel returns typed cells you can sum — 12.5% stored as 0.125 with a percent format, an accounting negative like (1,234) stored as -1234 that still displays in brackets — rather than a Word grid you would have to retype. And if a scan should stay a scan and simply become searchable, that is OCR PDF, not a conversion at all.

Questions

Why does my converted document look different from the PDF?

Because it is a rebuilt document rather than a picture of one. Paragraph structure, headings and tables are inferred from the page geometry, and the fonts are mapped to faces Word actually ships. If visual fidelity matters more than editability, use the "A copy of the pages" option instead.

Why did my numbered list lose its numbering behaviour?

The numbers are kept as literal text on purpose. Handing them to Word's numbering would renumber a list that deliberately restarted, or turn a legal (iv) into something the source never said. Select the block and apply a Word list style yourself if you want automatic numbering.

Are my tables preserved?

Aligned bands of text become real Word tables with the source column widths. Tables drawn with visible rules convert most reliably; tables held apart by whitespace alone are found by measuring gaps and are more likely to need adjustment.

Can I convert a scanned PDF to Word?

Yes — pages with no text layer are recognised during the conversion and arrive as editable text. That built-in pass handles English and Korean; for other languages, run OCR PDF first with the right language and convert the result.

Why are the images separate objects rather than part of the page?

Because they are found individually and placed as ordinary pictures in the flow. That is the more useful outcome: a chart or logo you can select, move, resize or delete, instead of one flattened image of the whole page that you cannot edit around.

The tools this covers

Read next

Why text copied out of a PDF comes out as gibberish — Ligatures, missing spaces, and whole pages of nonsense characters all come from the same place: a PDF stores glyphs, not letters.

All guides