Problem → SolutionApril 2, 20265 min read

Images and Graphics Missing After Converting Word to PDF

Diagrams, charts, and images that disappear when converting Word documents to PDF are caused by embedding settings or linked file paths. Here's exactly how to fix it.

Word documents converted to PDF that are missing images, showing grey boxes where diagrams should be, or displaying blank space where charts were embedded are experiencing one of three problems: the images are linked rather than embedded, the Word file uses embedded objects (Excel charts, Visio diagrams) that did not convert, or the conversion method used a low-quality rendering path. Each has a direct fix.

Cause 1: Images Are Linked, Not Embedded

Word allows inserting images as links to external files (Insert → Link to File instead of Insert → Embed). Linked images display in Word only when the linked file is accessible at the stored path. When you share the Word file or convert it on a different machine (or save to a different folder), the link breaks and images show as broken boxes. Fix in Word: select each affected image, go to the Format Picture pane, and re-insert it using "Embed" rather than "Link." Or: go to File → Info → Edit Links to Files → Break Link to embed all linked images at once.

Cause 2: Embedded Objects (Excel Charts, Visio)

Charts pasted from Excel as "Embedded Objects" (not as images) require the relevant application (Excel) to render during PDF conversion. On machines without Excel, or when converting via command line or automated tools, the embedded object renderer is unavailable — resulting in a blank area. Fix: before converting, right-click each embedded chart/object in Word → Convert Object → change to "Picture" (bitmap or EMF). This replaces the live object with a static image that converts cleanly to PDF on any machine without dependencies.

Cause 3: Use the Right Conversion Method

In Word, there are two PDF conversion paths: File → Export → Create PDF/XPS (uses Word's native PDF library — embeds everything correctly) and File → Print → Save as PDF (uses the print spooler — sometimes rasterizes or loses embedded objects). Always use the Export path for production PDFs. The Export dialog also lets you specify whether to "Optimize for: Standard" (full quality, larger file) or "Optimize for: Minimum size" (compressed, smaller file).

Cause 4: SmartArt and Drawing Canvas Objects

Word SmartArt diagrams, drawing canvases (containing grouped shapes), and WordArt objects occasionally fail to render in PDF exports using certain versions of Word or conversion tools. Fix: select each SmartArt or drawing canvas → right-click → Save as Picture (PNG at 300 DPI) → delete the original object → insert the saved PNG in its place. This replaces dynamic objects with static images that always convert correctly. For Word versions with known SmartArt export bugs, updating Word or using a different export tool (LibreOffice PDF export often handles these better) resolves the issue.

Verification Step

After converting: open the PDF and quickly count the images on each page against the Word document. If any image is missing, go back to Word, identify whether it is linked or embedded (Format Picture pane shows "Linked" if it is), and apply the appropriate fix above. For batch processing many Word documents with the same issue, the Macro approach — iterating all InlineShapes and LinkedShapes to convert them to embedded — can fix an entire document library at once.

Try Compress PDF Now — Free

Browser-based, private, and instant. No account or software required.

Open Compress PDF
Report Bug
Send Feedback
Feature Request