Guides/How to Convert a Word Document to PDF Without Losing Formatting
How to Convert a Word Document to PDF Without Losing Formatting
You finish a document in Word, everything looks exactly right — the margins, the fonts, the images, the layout. You export to PDF, open the result, and something has shifted: a heading has moved to the next page, an image has drifted, a font looks subtly different, or a table has reflowed in a way that breaks its alignment. This is one of the most common and frustrating document problems, and it happens for specific, fixable reasons — not randomly.
Why formatting shifts when you convert
The root cause of most formatting differences between a Word document and its PDF export is font substitution. A .docx file references fonts by name — "Calibri," "Arial," "Times New Roman" — and relies on those fonts being available on whatever system renders the document. If the tool doing the PDF conversion does not have access to the exact same font, it substitutes the closest match it can find. Because different fonts have slightly different character widths, line heights and kerning, even a "close" substitution can cause text to reflow: lines wrap differently, paragraphs shift, and page breaks land in different places.
Images and floating elements are the other common source of drift. A text box or image that is positioned relative to a paragraph in Word can shift when that paragraph reflows — even by a single line — because its anchor has moved. Tables with precisely sized columns can break if the text inside them wraps differently under a substituted font. The formatting is not "lost" in any mysterious way; it is a cascade that starts with slightly different character measurements.
Embed your fonts
The single most effective step you can take is embedding the fonts you use directly into the document before converting. When fonts are embedded, the conversion tool uses the exact same typeface you designed with — no substitution, no reflow, no cascade of shifted elements. In Microsoft Word, this is a setting in the save options ("Embed fonts in the file"); other word processors have similar options.
If embedding is not possible — some fonts have licensing restrictions that prevent it — sticking to widely available fonts reduces the risk significantly. Calibri, Arial, Times New Roman, Georgia, Verdana, and other fonts that ship with both Windows and most PDF conversion tools are unlikely to be substituted, because they are already available everywhere. The risk is highest with decorative, niche or custom fonts that the conversion tool is unlikely to have installed.
Other common causes and how to avoid them
Margin differences between the authoring tool and the converter can cause reflow even with the correct fonts. If you designed the document with 1-inch margins in Word but the converter assumes slightly different defaults, the text area width changes and lines break at different points. Explicitly setting page size and margins (rather than relying on defaults) and verifying that the conversion tool respects them eliminates this as a variable.
Floating images and text boxes are more robust when anchored to fixed positions on the page rather than to paragraphs. "In line with text" positioning is the safest for images that should stay put; a floating image anchored to a paragraph that shifts by one line will shift too. For documents where precise layout is critical — a résumé, a flyer, a form — locking the positions of every non-text element before converting is worth the extra minute.
Always check the result
No matter how carefully you prepare a document, the only way to be sure the PDF looks right is to open it and check. Skim through every page, paying attention to page breaks (did anything jump to a new page?), image positions (did anything drift?), and tables (are columns still aligned?). This five-minute review catches problems that are invisible in the Word file but obvious in the PDF.
If the result is not right, the fix is almost always simpler than it looks: adjust the page break that shifted, nudge the image that drifted, or switch the substituted font to one that is available. Making these adjustments in the source .docx and re-exporting is faster and cleaner than trying to fix the PDF after the fact. Keep the .docx as your editable master and treat the PDF as the final, frozen output — not the other way around.
Tools mentioned in this guide