You save a Word document as a PDF and open it only to find that some or all images are missing. This problem usually occurs because of how Word handles image compression, transparency, or embedded objects during the PDF export process. The images are present in the DOCX file but fail to render in the PDF output. This article explains the root cause and provides step-by-step fixes to keep your images visible in every PDF you create.
Key Takeaways: Keep Images Visible When Exporting Word to PDF
- File > Save As > PDF > Options > ISO 19005-1 compliant (PDF/A): Disabling this option stops Word from stripping transparent or high-color-depth images.
- File > Options > Advanced > Image Size and Quality > Do not compress images in file: Prevents Word from downsampling images below 220 ppi before PDF export.
- Insert > Screenshot or Insert > Pictures > This Device > Insert instead of Link to File: Linked images break in PDF because the source path is lost during export.
Why Images Disappear in PDF Output
Word uses two different engines to render images on screen and to generate PDF files. When you export to PDF, Word converts each image into a PDF-compatible format. The conversion fails for several reasons:
PDF/A Compliance Strips Non-Standard Content
The PDF/A standard is designed for long-term archiving. It forbids transparency, layers, and certain color spaces. If you enable the PDF/A option in the Save As dialog, Word removes any image that uses transparency or an unsupported color profile. The image may appear as a blank rectangle or vanish entirely.
Image Compression Downsampling
By default, Word compresses images to 220 pixels per inch when saving. If an image has a lower original resolution, the compression algorithm can corrupt the image data. The PDF engine then skips the corrupted image and leaves an empty space.
Linked Images Instead of Embedded Images
When you insert an image using the Link to File option, Word stores only a reference to the file path. During PDF export, Word cannot resolve the path because the linked file may have moved or the PDF reader does not have access to it. The image does not appear in the final PDF.
Graphics Card Driver Interference
Word uses hardware graphics acceleration to render images on screen. A faulty or outdated graphics driver can cause Word to misinterpret the image data during PDF conversion. The result is a blank space where the image should be.
Steps to Fix Missing Images in Word-to-PDF Export
Apply these fixes in the order shown. Test the PDF output after each step to identify the exact cause.
Fix 1: Disable PDF/A Compliance
- Open the Save As dialog
In Word, go to File > Save As. Choose a location and set Save as type to PDF. - Open PDF options
Click the Options button next to the Save button. The Options dialog for PDF export opens. - Uncheck PDF/A compliance
Clear the checkbox labeled ISO 19005-1 compliant (PDF/A). Click OK to close the dialog. - Save the PDF
Click Save. Open the PDF file and verify that all images appear.
Fix 2: Disable Image Compression
- Open Word Options
Go to File > Options. The Word Options dialog opens. - Go to the Advanced tab
In the left pane, click Advanced. Scroll down to the Image Size and Quality section. - Turn off compression
Check the box Do not compress images in file. Under the same section, set Default target output to 220 ppi or higher. Click OK. - Re-save the PDF
Close and reopen the document. Go to File > Save As > PDF. Save the file and check the output.
Fix 3: Replace Linked Images With Embedded Copies
- Identify linked images
Right-click any image in the document. Select Edit Alt Text. If the Alt Text pane shows a file path, the image is linked. - Break the link
Right-click the linked image and choose Save as Picture. Save the file to your desktop. Delete the original linked image from the document. - Re-insert the image as embedded
Go to Insert > Pictures > This Device. Select the saved image file and click Insert. The image is now embedded in the document. - Repeat for all linked images
Check every image in the document. Replace any that show a file path in the Alt Text pane.
Fix 4: Disable Hardware Graphics Acceleration
- Open Word Options
Go to File > Options. - Go to the Advanced tab
Click Advanced in the left pane. Scroll to the Display section. - Turn off hardware acceleration
Check the box Disable hardware graphics acceleration. Click OK. - Restart Word and re-save the PDF
Close and reopen Word. Open the document again. Go to File > Save As > PDF and save the file.
If Images Still Disappear After the Main Fix
Word Exports a Blank or Black Rectangle Instead of the Image
This happens when the image uses a PNG format with transparency. The PDF engine cannot handle the alpha channel. Open the image in a photo editor and save it as a JPEG file. Delete the original image in Word and insert the JPEG version. Repeat the PDF export.
Only Some Images Disappear, Others Stay
Compare the properties of the missing images versus the visible ones. Right-click a missing image and select Format Picture. Go to the Size & Properties tab. Note the width and height. If the image is extremely large (over 5000 pixels), Word may skip it during PDF conversion. Resize the image to under 3000 pixels using an external editor and re-insert it.
PDF Opens Blank in Adobe Reader but Images Show in Other Viewers
Adobe Reader enforces stricter rendering rules than other PDF viewers. The issue is often a color profile mismatch. In Word, go to File > Options > Advanced. Under Image Size and Quality, set Default target output to 220 ppi. Re-save the PDF with the PDF/A option disabled. If the problem persists, install the latest version of Adobe Reader.
Word Print to PDF vs Save As PDF: Image Handling Differences
| Item | Word Print to PDF (Microsoft Print to PDF) | Word Save As PDF |
|---|---|---|
| Image embedding | Converts each image to a bitmap at the printer resolution | Preserves the original image format (PNG, JPEG, TIFF) when possible |
| Transparency support | Flattens transparency into opaque blocks, often removing the image | Retains transparency unless PDF/A mode is enabled |
| Compression control | Uses the printer driver settings, no user control | Respects the Do not compress images in file option in Word Options |
| Linked images | Resolves links at print time, may fail if source is unavailable | Converts only embedded images; linked images are skipped |
For reliable image preservation, use the Save As PDF method with PDF/A disabled and image compression turned off. Avoid the Microsoft Print to PDF driver when your document contains transparent PNG images or linked files.
You can now diagnose and fix missing images in Word-to-PDF exports by disabling PDF/A compliance, turning off image compression, embedding linked images, and disabling hardware acceleration. Start with the PDF/A setting because it is the most common cause. After applying these fixes, try the Print to PDF method only if Save As PDF continues to fail. For documents with complex transparency, convert PNG images to JPEG before inserting them into Word.