Pdf guides
Why a converted PDF never looks right in Word
Converted documents lose their layout because a PDF does not store paragraphs, only glyphs at coordinates. Learn what survives conversion, what cannot, and when to stop converting.
Reviewed and updated
A PDF does not contain what you think it contains
Open a PDF and you see headings, paragraphs, bullet points, and columns. The file contains none of those things.
What it contains is a list of instructions: draw this glyph, in this font, at this coordinate, at this size. The heading is not marked as a heading. It is simply text that happens to be larger and happens to sit above other text. The paragraph is not a paragraph. It is a series of lines that happen to be evenly spaced. The column is not a column. It is text whose coordinates happen to fall on the left half of the page.
Every one of those structures exists only in your head, reconstructed from the layout as you read. A converter has to do the same reconstruction, from the same evidence, without your understanding of the content.
What that means for the conversion
Some of that reconstruction is reliable. Text size relative to the rest of the document is a strong signal for headings: text set noticeably larger than the size carrying most of the characters is almost always a heading, and distinct larger sizes usually indicate different levels. Vertical spacing is a decent signal for paragraph boundaries, because the gap between paragraphs is genuinely wider than the gap between lines. A line beginning with a bullet or a number is almost certainly a list item.
Some of it is not reliable at all. Whether two blocks of text are two columns or one interrupted column is genuinely ambiguous. Whether a grid of positioned text is a table, a form, or a coincidence often cannot be determined from the file. Whether an image is decorative or load-bearing is not recorded anywhere.
So a good converter gets the words, the reading order in single-column documents, the heading hierarchy, and the lists. It does not get a designed brochure, and it should not claim to. Microsoft says the same thing about Word’s own PDF import: the converted document might not have a perfect page-to-page correspondence with the original, because lines and pages break in different places.
The line-break problem
This is the single most common complaint, and it is worth understanding because it tells you which converters to avoid.
A PDF has no paragraphs, so it also has no soft wrapping. Every visual line is stored separately. A naive converter turns each of those into a real line break in Word. The result looks correct until you change one word, at which point the text does not reflow, because Word thinks you typed those breaks deliberately. Deleting a sentence leaves a ragged hole.
The fix is to rejoin wrapped lines into paragraphs and only break where the spacing indicates a real paragraph boundary. That is what makes a converted document editable rather than merely readable, and it is the difference between a conversion you can work with and one you fight.
What to check first
Before converting, ask what you actually need.
If you need to edit the words, conversion is the right move, and you should expect clean text with headings and lists intact and the visual design gone. That is a successful conversion, not a failed one.
If you need to reproduce the layout, stop. No converter will give you that, and the ones advertising it are setting you up to spend longer repairing the result than rebuilding it would have taken. Use the PDF as a reference and rebuild in Word, or ask whoever sent the PDF for the original document.
If the PDF is a scan, there is nothing to convert yet. It is a picture of a page. Run OCR to create a text layer first, and expect the usual OCR caveats about accuracy on poor scans.
Converting the other way
Going from Word to PDF is the easy direction, because Word actually knows what its headings, paragraphs, and lists are. Nothing has to be guessed. That is why Word to PDF is dependable in a way the reverse trip can never be, and why sending a PDF rather than a document is the right habit when the layout matters.
If your goal is to get the text somewhere else entirely, such as into notes, a static site, or a prompt, Markdown is often a better target than Word. It keeps the structure that survived and discards the formatting that did not, which is a more honest representation of what the conversion actually recovered.
Doing it without uploading
Documents converted to Word are overwhelmingly contracts, applications, letters, and drafts, which makes the standard workflow of uploading them to a conversion service an odd habit. PDF to Word runs in the browser: the file is read and the Word document written on your device, and nothing is transmitted. The limits above still apply, because they come from the format rather than from where the work happens.
The FileGizmo way
Free tools. Never uploaded.
Good to know
Frequently asked questions
Why does my converted document fall apart when I edit one sentence?
Because the converter preserved the PDF's line breaks as real line breaks instead of rejoining them into paragraphs. Those breaks belong to the page width, not the prose, so editing one word pushes every following line out of place.
Which converter preserves layout best?
For a simple document, most are similar. For a designed layout, none of them are good, and the ones that promise otherwise are the ones to distrust. If the layout matters more than the words, rebuilding is faster than fixing.
Why did my scanned PDF convert to an empty document?
A scan is a picture of a page with no text layer. There is nothing to extract until OCR has created one. Run OCR first, then convert.
Are tables preserved?
Rarely, and never reliably. A PDF table is usually just text positioned in a grid with lines drawn separately, so there is nothing marking it as a table. Simple ruled tables sometimes survive; anything merged or nested does not.