Word to PDF: What Formatting Is Preserved?
When you convert a Word document to PDF, most formatting carries over correctly — but not all. Understanding which elements preserve reliably and which are at risk helps you design documents that convert cleanly the first time. This guide covers every major category of Word formatting and tells you exactly what to expect in the PDF output, based on how browser-based and desktop converters handle Office Open XML document structure.
Text Formatting: What Always Transfers
Text-level formatting is the most reliably preserved category in any Word to PDF conversion. The following elements carry over correctly in virtually every converter: Character formatting: Bold, italic, underline, strikethrough, superscript, subscript, and font color all transfer cleanly. These are stored as explicit style attributes in the DOCX XML and are straightforward for any converter to handle. Font size: Point sizes transfer accurately. The rendered size in the PDF may appear very slightly different than in Word due to differences in how each tool measures and renders text metrics, but the specified size is preserved. Paragraph alignment: Left-aligned, right-aligned, centered, and justified text all transfer correctly. Justified text may have slightly different spacing than Word's justification algorithm, but the alignment direction is preserved. Line spacing: Single, 1.5x, and double spacing transfer correctly. Custom spacing values are preserved as specified. Spacing before and after paragraphs is preserved. Paragraph styles: Named paragraph styles (Normal, Heading 1-6, Body Text, Quote, List Paragraph) transfer correctly. The visual appearance of the style depends on whether the converter respects the style's font, size, and spacing definitions — most good converters do. The main exception is custom fonts. If you use a font that is not installed on the system running the converter, the converter substitutes the closest available font. This can change character spacing and affect line breaks. Using standard system fonts (Calibri, Arial, Times New Roman, Georgia, Cambria) avoids this issue entirely.
Tables, Lists, and Structured Content
Structured content requires more complex handling than basic text and has a slightly higher chance of minor rendering differences. Tables: Standard tables with fixed column widths transfer well. Tables with borders, cell shading, and cell padding are generally preserved. More complex features may vary: - Merged cells: Usually preserved correctly. - Nested tables (tables inside tables): Preserved in most converters but may have slight width adjustments. - Tables with percentage-based widths: May vary slightly in column proportions. Use fixed widths (in inches or centimeters) for better consistency. - Tables with row/column span set to fill remaining width: Usually handled correctly but worth testing. Bulleted and numbered lists: Both types transfer reliably. Multi-level lists (indented sub-items) are generally preserved. The visual style of bullets (disc, circle, square) carries over. Numbered list continuation (where a list resumes numbering after a paragraph break) is usually handled correctly. Footnotes and endnotes: Footnotes are placed at the bottom of their respective pages in the PDF output. Endnotes appear at the end of the document. Both are connected to their reference markers in the text. This is one area where quality varies between converters — test your specific converter if footnotes are important to your document. Table of contents: A Word-generated table of contents (with page numbers) transfers as static text. The clickable links in a TOC that work in Word may or may not become clickable links in the PDF depending on the converter. For PDFs where TOC navigation matters, use a converter that specifically supports link preservation (Adobe Acrobat or Microsoft Word's built-in export are the most reliable).
Images, Graphics, and Objects
Images and graphical elements have several sub-types in Word, and they behave differently in conversion. Inline images: Images placed inline with text (the default insertion method in Word) transfer reliably. The image appears at its specified size, and text flows correctly above and below it. Image quality is preserved at the original resolution. Floating images with text wrap: Images positioned to the side of text with text wrap enabled may shift slightly during conversion. The text wrapping relationship is sometimes lost, causing the image to appear in a slightly different position. If exact image placement is critical, convert floating images to inline images before converting the document. SmartArt: Word's SmartArt diagrams (org charts, process diagrams, cycle diagrams) are a Word-specific feature. They may not be available in all converters' parsers. Some converters render them as static images; others may show them incorrectly or omit them. If your document uses SmartArt, test the conversion result carefully. For important diagrams, consider replacing SmartArt with a screenshot of the rendered SmartArt or an image exported from Word. Charts: Charts created in Word using the embedded Excel chart feature may or may not convert correctly. Simple bar, line, and pie charts generally convert as static images. Complex interactive charts may lose some visual fidelity. Microsoft Word's own PDF export handles charts best since it uses its own rendering engine. Shapes and drawings: Simple shapes (rectangles, circles, arrows) with fills and borders generally transfer correctly. Complex effects like 3D rotation, reflection, or glow may be simplified or dropped depending on the converter. Text boxes: Text boxes transfer as fixed-position elements. Content in text boxes is preserved, but the exact position may shift slightly in some converters. For layout-critical text boxes (like those used for callouts or sidebars), always verify the output.
Headers, Footers, Page Numbering, and Margins
Document structure elements like headers, footers, and page setup are important to get right, especially for multi-page documents. Headers and footers: Text-only headers and footers transfer reliably in most converters. Headers containing images (such as a company logo) generally transfer correctly if the image is inline. Headers with complex layout (multi-column, with lines, with special positioning) may simplify. Page numbers: Page numbers inserted as automatic fields transfer correctly and display the correct page number on each page of the PDF. This is one of the most consistently handled elements across all converters. Section breaks: Documents with different header/footer content in different sections (common in reports with a different header on the first page, or documents where numbering restarts for appendices) depend heavily on the converter's support for section breaks. Advanced section-break usage can cause issues in browser-based converters; Microsoft Word's own export and LibreOffice handle this most reliably. Page margins: Margins specified in the DOCX are applied in the PDF. Very narrow margins (under 0.5 inches) may cause content to be clipped in some converters. Standard margins (0.75-1 inch) transfer without issue. Page orientation: Portrait and landscape pages transfer correctly. Documents that mix portrait and landscape pages (using section breaks to switch orientation) may have issues in some converters — always test mixed-orientation documents specifically. Paper size: The paper size specification (Letter, A4, Legal) in the Word document carries through to the PDF. This matters for printing — a PDF created from an A4 document printed on Letter paper may have slight margins differences, and vice versa. If your PDF will be printed, ensure the paper size matches what the printer expects.
Frequently Asked Questions
- Will hyperlinks in my Word document work in the PDF?
- Hyperlinks inserted in Word using the Insert > Link function should transfer to the PDF as clickable links. This includes links to websites, email addresses, and internal document anchors (like a table of contents linking to headings). Whether they work depends on the converter — Microsoft Word's export and Adobe Acrobat reliably preserve hyperlinks. Browser-based converters vary: WikiPlus Word to PDF preserves standard hyperlinks. After conversion, always verify that important links are clickable by opening the PDF and clicking them. If links are not working, the DOCX link may have been inserted incorrectly — check the source document.
- What happens to comments and tracked changes in the PDF?
- Comments and tracked changes are Word editing features that do not have a standard PDF equivalent. Most converters handle this by printing the document as it appears in its current state — either showing accepted changes or showing the original text depending on the document's current view setting. Comments are typically not included in the PDF unless you specifically set Word to print with comments visible. Before converting a document for sharing, accept all tracked changes and delete all comments, or set the view to Final to ensure only the clean text is converted. Never send a document with visible tracked changes as a PDF unless you intentionally want the recipient to see the edit history.
- Do Word styles and paragraph formatting convert accurately?
- Yes. Paragraph styles defined in a Word document — such as Heading 1, Heading 2, Normal, Caption — are read from the DOCX XML and applied during conversion. The resulting PDF uses the font, size, spacing, and color defined in each style. One important nuance: if the style uses a custom or non-system font, that font may be substituted in the PDF. Style-based formatting is generally more reliable than direct formatting — if you have used styles consistently in your Word document rather than manually formatting each paragraph, your PDF output will be more consistent and predictable.