Word to PDF Table Formatting Broken: Causes and Fixes
You spend time building a clean, professional table in Microsoft Word — aligned columns, consistent cell padding, proper borders, exactly the right font size. Then you convert it to PDF and open the result. The borders have vanished. A column that fit perfectly in Word has overflowed into the next. Two cells that were separate have somehow merged visually. The table that looked sharp in Word now looks like it was assembled in a hurry. Table formatting problems are one of the most common complaints about Word-to-PDF conversion, and they affect everyone from students turning in formatted assignments to finance teams distributing quarterly reports. The frustration is compounded by the fact that the original Word document looks fine — the problem only appears in the output. Understanding why this happens requires a brief look at how Word and PDF handle layout differently. Word documents are inherently fluid: they reflow content based on fonts, printer drivers, page settings, and rendering environment. PDF is meant to be a fixed-layout format — what you see is what gets printed, on any device, anywhere. The conversion process must translate Word's relational layout model into PDF's absolute coordinate model, and tables are particularly vulnerable to errors in that translation. This guide covers every major cause of table formatting corruption in Word-to-PDF conversion, with concrete steps to diagnose and fix each one. Whether the problem is missing borders, column shifts, text overflow, or merged cells, you will find the answer here.
How to Diagnose Which Table Problem You Have
Different symptoms point to different root causes, and the fix for each is different. Before you start making changes, identify exactly what went wrong in the converted PDF by opening it and systematically checking the table against the original Word document. Missing or inconsistent borders usually trace back to how Word stores border definitions — particularly the difference between paragraph borders and table borders, and whether the conversion tool reads both correctly. Column width shifts and text overflow are almost always caused by font substitution or page margin differences during conversion. Cell merging or reflow issues typically come from complex merged cells, split cells, or nested tables that the conversion engine struggled to interpret. Having a clear diagnosis prevents you from making unnecessary changes. If your problem is only border rendering, you do not need to rebuild the entire table — you just need to fix how borders are defined.
- 1Step 1 — Open both documents side by side. View the Word original at 100% zoom and the converted PDF at the same scale. Identify every specific discrepancy: which borders are missing, which columns shifted, which cells overflowed. Take notes or screenshots for each problem.
- 2Step 2 — Check the page setup in Word before converting. Go to Layout > Page Setup and note the exact margins, page size, and orientation. Then open the PDF and check the same in its document properties. If they differ, the conversion tool may have used different page dimensions, which causes column width recalculations.
- 3Step 3 — Check whether the table uses custom fonts. Go to the Table Design tab in Word and look at whether the table cells use a non-standard font. If that font is not embedded in the PDF or available on the conversion system, the PDF renderer substitutes a different font with different character metrics, causing text to reflow and overflow cells.
- 4Step 4 — Look for nested tables or complex merged cells in the Word document. These are the most common sources of cell-merging artifacts in converted PDFs. In Word, click inside any problem cell and check whether it is part of a nested table (Table > Select > Table will show you the bounds of the innermost table).
- 5Step 5 — Try a different conversion method. If you are using Print to PDF (the Windows virtual printer), try instead using Word's built-in Save As PDF (File > Save As > PDF). These use different rendering engines and often produce different results. If one approach corrupts tables, the other may preserve them correctly.
Fixing Missing Borders and Invisible Grid Lines
Borders disappearing in PDF conversion is one of the most common table problems and fortunately one of the most fixable. The root cause is almost always how the borders are defined in the Word document. Word has two overlapping systems for rendering table borders: the table's own border properties (accessed via Table Design or Table Properties > Borders and Shading) and paragraph-level borders applied to individual cells. When these two systems conflict, or when a conversion tool reads one but ignores the other, borders that appear in Word do not appear in the PDF. The most reliable fix is to consolidate all borders using the Borders and Shading dialog rather than relying on Word's visual table design controls. Select the entire table (click the table move handle in the top-left corner), then go to Table Design > Borders > Borders and Shading. In the dialog, explicitly set the border style, width, and colour for inside and outside borders. Apply and convert again. Also check whether the borders use a very light colour that looks fine on screen but does not survive conversion. Borders set to a grey that is too light — particularly anything below 20% black — may render as invisible in PDF output depending on the conversion engine's colour handling. Switch to solid black (100%) for critical table borders and see if that resolves the issue. Another common source of the problem is 'No Border' cells mixed with bordered cells. If some cells explicitly have no border while adjacent cells do, the rendering can look correct in Word (where zero-width borders have a visual hint) but incorrect in PDF (where they simply do not exist).
Fixing Column Shifts and Text Overflow
When columns in a converted PDF are narrower than in the original Word document — causing text to wrap unexpectedly or overflow cell boundaries — the problem is almost always one of two things: font substitution or page margin mismatch. Font substitution occurs when a font used in the Word document is not available to the PDF conversion engine. The engine falls back to a substitute font (often Times New Roman or Arial) that has different character widths. Even small differences in character width compound across a full cell of text and across columns, shifting the entire table layout. The fix is to embed the fonts or use universally available fonts. In Word, go to File > Options > Save and check 'Embed fonts in the file'. This ensures the fonts travel with the document and are available to the conversion engine. Page margin mismatch is simpler to diagnose and fix. If the Word document uses custom margins (say, 1.5 cm on each side) but the PDF conversion tool defaults to standard margins, the printable width changes. Tables set to 100% of the available width will recalculate their column widths accordingly, and columns that fit before will not fit after. Check your margins before converting and make sure they are explicitly set in the PDF output settings if your conversion tool supports this. For tables with fixed-width columns (set in inches or centimetres rather than percentages), margin mismatches cause the table to extend beyond the page edge rather than reflow — resulting in the right columns being clipped. You can verify this by scrolling to the right in the PDF viewer; if the clipped content is there but off-page, the margin settings are the culprit.
Best Practices to Prevent Table Corruption Before Converting
The most effective fix for Word-to-PDF table problems is prevention. A handful of table design habits make documents convert reliably and remove the need for post-conversion corrections. First, use percentage-based column widths rather than absolute measurements when the document will be converted on different systems. Absolute pixel or centimetre widths assume a specific page size and margin; percentage widths adapt correctly if those settings shift during conversion. Second, avoid nested tables whenever possible. A table inside a table cell is a frequent source of conversion errors across all tools. If you need complex multi-level data organisation, consider using cell merging and splitting to achieve the same visual result within a single table structure. Third, use only universally available fonts for table content, or explicitly embed fonts before conversion. Stick to fonts like Arial, Calibri, Times New Roman, or Georgia for any document that will be converted to PDF through an automated process. These fonts are available on virtually every system and will not trigger substitution. Fourth, use Word's built-in Save As PDF rather than Print to PDF. The Save As PDF path uses the same layout engine as the screen renderer, which gives more accurate results for complex table layouts. Print to PDF uses a virtual printer driver that introduces additional variability. Finally, after converting, always do a quick visual check of every table in the output PDF before sending it. A 30-second review catches problems that would be embarrassing to have a client or colleague notice first.
Frequently Asked Questions
Why do tables look perfect in Word but shift in the PDF?
Word uses a dynamic layout engine that adapts to the screen, available fonts, and printer settings. PDF is supposed to be a fixed-layout format. When converting, the tool must translate Word's relational measurements into absolute coordinates. If fonts are substituted, page margins differ, or the table uses percentage widths that reference a different available space, the absolute positions in the PDF will not match what you saw in Word.
Does the method I use to convert Word to PDF make a difference for tables?
Yes, significantly. Word's built-in Save As PDF (File > Export > Create PDF/XPS) generally produces the most accurate table output because it uses Word's own layout engine to generate the PDF. Virtual printer drivers like Microsoft Print to PDF or third-party PDF printers use a different pipeline that can introduce reflow errors. Online conversion tools add another layer of variability. For tables, always try Save As PDF first before resorting to other methods.
Can I fix table problems after the PDF is already created?
Minor visual adjustments are possible in Adobe Acrobat Pro (not the free Reader) using the Edit PDF tool, but PDF is not designed for layout editing, and significant table restructuring is not practical in a finished PDF. For substantial table fixes, the better approach is always to go back to the Word source, fix the underlying issue, and reconvert. If the Word source is unavailable, you may need to recreate the table in a PDF editor or export the PDF back to Word and re-edit.
Tables in my PDF have the right content but wrong cell borders — cells that should be separate look merged. Why?
This usually happens with adjacent cells that have no explicit border defined between them. In Word, the table grid provides a visual separator even without explicit borders. In PDF, cells without defined borders between them render with no visible separator, making them appear merged. The fix is to explicitly define all interior cell borders in Word before converting. Select the table, go to Borders and Shading, and set interior borders to a visible style and weight.
I have a table that spans multiple pages — it loses its header row on the second page in the PDF. How do I fix this?
This is a Word setting that must be enabled before conversion. Click anywhere in the first row of your table (the header row), go to the Layout tab in the Table Tools section, and click 'Repeat Header Rows'. This tells Word that this row should be repeated at the top of every page. When you convert to PDF, the header row will then appear at the top of each page the table spans. If this setting is not enabled, the header only appears on the first page.