7 min read
How to convert Word to PDF without losing formatting
The conversion itself is trivial — File, Save As, PDF. The hard part is getting a PDF that looks identical to what you see in Word. Here is why formatting breaks and how to prevent it.
Short answer: use Word’s own File → Save As → PDF. It renders the document with the same engine that displays it on screen and embeds font subsets, so the PDF is a near-perfect snapshot. If you do not have Word, use a client-side converter that reads the .docx structure directly rather than a cloud service that re-renders it with different fonts.
Below: the seven most common reasons formatting breaks, and a fix for each one.
1. Font substitution
This is the number-one culprit. A .docx file does not carry fonts inside it — it references them by name and assumes the machine opening the file has them installed. When the converter does not have the font, it picks a substitute. The substitute has different character widths, so words take up more or less space, lines reflow, and page breaks shift.
Fix: convert on the same machine where you authored the document. Word’s Save As PDF embeds font subsets automatically. If you are using a browser-based tool, accept that Calibri and Cambria will map to close open-source alternatives — the structure and colours stay, but a line may break one word earlier or later.
2. Page-size mismatch
A document formatted for US Letter (8.5 × 11 in) converted on a system that defaults to A4 (8.27 × 11.69 in) gets narrower margins and a taller page. Tables that fit exactly on one page may spill onto the next; text near the bottom clips.
Fix: set the page size explicitly in Word before converting (Layout → Size). A converter that reads the .docx page settings — like Word to PDF — respects whatever size the document specifies, so there is no system-level default to override.
3. Auto-fit tables
Tables set to “AutoFit to Contents” calculate column widths from text metrics. A different rendering engine measures text differently, so column widths change, cells wrap where they should not, and the table grows taller.
Fix: switch tables to fixed column widths. Right-click the table in Word, choose Table Properties → Column, and set a width in inches or centimetres. This anchors the layout regardless of which tool renders it.
4. Floating text boxes and shapes
Word’s text boxes, SmartArt and grouped shapes use a drawing layer that sits on top of the page body. Some converters flatten these into images; others skip them entirely. The result is missing content or rasterised text that is no longer selectable.
Fix: where possible, replace floating text boxes with regular paragraphs or table cells. If the design requires overlapping elements, Word’s own Save As PDF handles the drawing layer best. For a browser-based conversion, check the preview — missing text boxes will be obvious.
5. Headers, footers and footnotes
These live outside the main document body in the .docx format, stored in separate XML parts. Word’s own PDF export renders them on every page as expected. Third-party converters may omit them if they only process the document body.
Fix: if headers and footers are essential to the output, convert through Word or LibreOffice. If you are using a browser-based tool that does not support them, the converter should flag the omission — verify in the preview before downloading.
6. Tracked changes and comments
If you convert while tracked changes are showing, the PDF captures whatever is visible — deletions with strikethrough, insertions in colour, comment bubbles in the margin. The recipient sees your editing history.
Fix: accept or reject all changes before converting. In Word: Review → Accept All Changes, then Review → Delete → Delete All Comments in Document. Save the clean document, then export to PDF.
7. Image resolution and compression
Word keeps images at whatever resolution they were inserted. A 12-megapixel photo pasted from a phone adds 5–10 MB per image. Conversely, a low-resolution screenshot stretched to fill the page stays blurry in the PDF.
Fix: use Format → Compress Pictures in Word before converting. Choose 150 PPI for general documents, 220 PPI for print quality. This reduces file size without visible loss at normal viewing distances, and the PDF embeds the compressed version.
Quick checklist before you convert
- Accept all tracked changes and delete comments.
- Set the page size to match the intended output (Letter or A4).
- Use heading styles (Heading 1, 2, 3) rather than manually bold text — the PDF gets bookmarks and a tagged structure.
- Fix auto-fit tables: set explicit column widths.
- Compress images to a sensible PPI.
- Convert with Word (Save As PDF) or a client-side converter to avoid server-side font substitution.
- Open the PDF and spot-check tables, images and page breaks before sending.
Which conversion method preserves the most formatting?
Word’s Save As PDF is the gold standard — it uses the same rendering engine, embeds fonts, and handles every element including headers, footers, footnotes and the drawing layer. The output is pixel-identical to your print preview.
LibreOffice Export as PDF is the best free offline option. It handles most formatting well, but its layout engine differs from Word’s, so complex documents with precise column widths or custom fonts may show small differences.
Google Docs Download as PDF re-renders the document on Google’s servers. Simple documents look fine; anything with tight table layouts or Windows-only fonts will shift. The file also travels to Google’s servers, which may matter for confidential documents.
Browser-based (client-side) converters like Word to PDF read the .docx structure directly and write PDF objects without an intermediate rendering step. Text styling, tables, images, links and page geometry come through faithfully. The trade-off is licensed fonts: Calibri maps to a metrically close substitute, so a line can break differently. The file never leaves your device. For a deeper look at what carries over, see the formatting-preservation page.
Batch conversion without losing formatting
When you have multiple documents to convert, opening each one in Word and clicking Save As is slow. Drop up to 20 files on the batch converter — each one is converted independently with its own styles, page size and margins preserved. Download individually or as a single ZIP.
For very large documents, the large-file converter handles files up to 25 MB per document with no server-side size cap, since the conversion runs in your browser.
Need to convert right now?
Drop the .docx on the formatting-safe converter — free, no signup, and the file never leaves your browser. Up to 20 documents at a time. Or start from the main converter.