Document
PDF to Word: How to Convert Without Wrecking the Formatting
Why converted PDFs come out mangled or completely empty, how to tell which kind of PDF you have, and the right way to get editable Word text out of one.
You convert a PDF to Word and get one of two disappointments. Either the text is all there but the layout has collapsed into a single ragged column, or the document opens completely empty, as if the file had nothing in it at all.
Both have the same root cause, and it is not the converter. It is what a PDF actually is.
A PDF does not contain a document
A Word file stores structure: this is a heading, this is a paragraph, this is a table with four columns. The application decides where things land on screen when you open it.
A PDF stores the opposite. It records that a particular glyph sits at a particular coordinate, in a particular font, at a particular size, and repeats that for every character on the page. It is closer to a set of printing instructions than to a document. That is exactly why a PDF looks identical everywhere, and exactly why converting one back is guesswork.
Every converter has to look at thousands of positioned glyphs and infer what a human would call a paragraph, a column, a heading, or a table. Good ones infer well. None of them can be certain, because the information was thrown away when the PDF was created.
There is an exception worth knowing about. A PDF can optionally carry structure tags, added when the file is exported properly for accessibility, which record that this run of text is a heading and that block is a table. Tagged PDFs convert dramatically better, because the converter is reading structure instead of guessing at it. You rarely get to choose, but it explains why one PDF converts beautifully and the next one, which looks identical, does not.
The two kinds of PDF, and how to tell them apart
Before converting anything, find out which one you have. It takes five seconds and it decides your entire approach.
Open the PDF and try to select a line of text with your cursor. If the text highlights, the file has a text layer and a normal converter can read it. If your cursor draws a box over the whole page instead, the page is a picture and there is no text in the file to extract.
Text-layer PDFs
Anything exported from Word, Google Docs, a website, an accounting tool, or a design app. The characters are really in there, so conversion is a matter of rebuilding the structure around them.
Scanned PDFs
Anything that went through a scanner, a photocopier, or a phone camera. Each page is a photograph. To a converter it is a single large image that happens to look like words, which is why you get an empty document rather than an error.
Why the layout drifts even when the text is fine
Three things break most often, and knowing them tells you what to fix by hand afterwards.
- Columns. Two columns of body text are just glyphs at different x positions. Read them left to right, line by line, and you get sentences interleaved from both columns.
- Fonts. If the PDF embeds a font your machine does not have, Word substitutes something close, and every line length shifts slightly. Over a page that becomes visible drift.
- Anything that is not flowing text. Headers, footers, page numbers, text boxes, and captions are positioned absolutely. They usually arrive as loose paragraphs in odd places.
Tables are the hardest case of all. A table in a PDF is often nothing but text and a few drawn lines, with no cell structure recorded anywhere.
How to convert a text PDF to Word
- Open the PDF to Word converter and add your file.
- Let it read the pages. The text and its positions are extracted in your browser, so nothing is uploaded to a server.
- Download as DOCX if you want to keep the layout and edit in Word, or as plain text if you only want the words and intend to reformat anyway.
- Fix the three usual suspects first — column order, stray headers and footers, and any table — before you start editing the content itself.
Choosing plain text deliberately is underrated. If you are going to restyle the document anyway, importing clean text beats fighting a near-miss layout.
What survives the trip, and what does not
Knowing this in advance turns conversion from a disappointment into a predictable amount of tidying.
- Body text survives intact. Words, spelling, and punctuation come through exactly.
- Bold and italic usually survive, because they are separate embedded fonts the converter can recognise.
- Headings often arrive as plain paragraphs in a larger size. They look right but carry no heading style, so your navigation pane stays empty until you reapply the styles.
- Bullet lists come through as text with the bullet character sitting in the line rather than as a real Word list.
- Columns and tables break, for the reasons above. Assume you will rebuild them.
- Images are extracted separately from the text and rarely land where they sat on the page.
Mixed documents are common too, especially contracts where a scanned signature page has been appended to an exported original. The text pages convert normally and the scanned page comes out blank, which looks like a bug but is simply the two kinds of PDF sitting in one file.
When the PDF is scanned
A normal converter has nothing to work with here, so you need optical character recognition, which reads the shapes of letters out of the picture and turns them back into characters.
Export or screenshot the page as an image and run it through an image to Word converter, which does the recognition and gives you an editable DOCX. Accuracy depends heavily on the scan: 300 DPI, straight, and evenly lit reads almost perfectly, while a phone photo taken at an angle in poor light will need proofreading.
Tables belong in a spreadsheet, not a document
If the thing you actually want is the numbers, converting to Word is the wrong destination. You will spend longer rebuilding the grid than you saved. Send it to PDF to Excel instead and get the rows as CSV you can open directly in a spreadsheet.
Going the other way
Converting Word to PDF is the easy direction, because you are discarding structure rather than guessing it, and the result is exactly what you saw on screen.
It is also the right habit for anything you send out. A PDF cannot be accidentally edited, will not reflow because the recipient lacks your font, and prints the same everywhere. Send the PDF and keep the Word file as your working copy. If you have several to combine first, this guide to merging PDF files covers that.
One privacy point worth making
Documents are the most sensitive files most people convert: contracts, payslips, medical letters, identity papers. A conversion that happens in your browser reads the file locally and never transmits it, so there is no upload, no server copy, and no retention policy to trust. For anything with a name and an account number on it, that difference matters more than a few percent of layout accuracy.
Check which kind of PDF you have first, pick the destination that matches what you actually want, and accept that some cleanup is part of the job. The converter is not failing you; it is reconstructing something the format was never designed to preserve.