Converting a Word document that contains embedded photos, charts, screenshots, or scanned signatures to PDF should preserve every image at its original quality and place it at the exact coordinates Word specified. FixTools reads each image directly from within the DOCX ZIP container, decodes the stored binary data, and embeds the image into the resulting PDF page at the position and dimensions defined in the source document XML. This guide explains how images are stored inside DOCX files, what determines their final quality in the output PDF, what to expect with file size when your document is image-heavy, and the small set of tweaks you can make in Word before conversion to ensure that photographs stay crisp, charts stay sharp, and the overall PDF size stays under the attachment thresholds your recipients and printers actually care about.
Preserves embedded photos, charts, and screenshots
Reads image data directly from the DOCX ZIP container
Maintains original image resolution and dimensions
PDF Tool
All processing happens in your browser — your files are never uploaded to any server.
🚀Open Word to PDF100% Free · No account · Works on any device
A DOCX file is fundamentally a ZIP archive containing a structured set of XML documents and supporting binary resources. When you embed an image in Word, the image file is copied into a subfolder called word/media/ inside that ZIP container, where it lives alongside the other binary assets the document needs. The image is stored as a standard binary file in its original format, typically JPEG, PNG, GIF, or one of the Windows metafile formats, depending on how the image was inserted into the document. The image bytes are not re-encoded or further compressed by Word unless you explicitly invoke the Compress Pictures feature on the Picture Format tab. The main document XML at word/document.xml contains a reference to the image file by its internal path along with display dimensions expressed in EMUs, the English Metric Units used by OOXML. When a PDF converter processes the DOCX, it extracts each image from the media folder, decodes the binary bytes if needed, and embeds the image data in the PDF at the specified page coordinates.
Image quality in the output PDF is determined by the resolution of the original image stored in the DOCX media folder, not by the display size set in Word during editing. If you insert a 300 DPI photograph and then shrink the display size to a thumbnail in your document, the full 300 DPI image data continues to live inside the DOCX ZIP. When the PDF is generated, the high-resolution image is embedded into the PDF page resources and the PDF renderer displays it at the size specified in the document, producing a sharp result at any zoom level a reader uses to view the file. Conversely, if you insert a low-resolution screenshot captured at 72 DPI, no converter can synthesise detail that was never present in the source image, so the screenshot will appear blurry at large display sizes in both the Word view and the resulting PDF, especially when zoomed in.
File size grows linearly with each image embedded in a DOCX and is the most common cause of unexpectedly large PDF outputs. A simple text-only document converts to a PDF of a few hundred kilobytes regardless of length. Adding a single high-resolution photograph can push the PDF above 5 MB, and a glossy report with twenty full-page JPEG photographs at print resolution may reach thirty to fifty megabytes, which exceeds most email attachment limits and slows downstream sharing. If file size is a real concern for your distribution channel, use Word's Compress Pictures feature by selecting an image, clicking Picture Format then Compress Pictures, and choosing 150 DPI for email distribution or 96 DPI for purely on-screen viewing. This reduces the DOCX size before conversion, which in turn produces a smaller PDF.
Image positioning inside the DOCX uses a combination of anchor type and offset values that the converter must translate to PDF coordinates accurately. Word supports four main text-wrapping modes: in-line with text, square wrap, tight wrap, and behind or in front of text. In-line images are positioned naturally as part of the paragraph flow and convert with near-perfect fidelity because their location is determined by the surrounding text rather than by absolute coordinates. Floating images with square or tight wrap are anchored to a paragraph or page reference and converted using their stored offset values, which means a small rounding difference during conversion can shift the visible position by one or two points. For images where exact placement is critical, switch them to in-line positioning before converting to eliminate this source of drift entirely.
Upload your image-rich Word document and convert. FixTools extracts images from the DOCX media folder and places them at their specified coordinates in the PDF output.
Step-by-step guide to word to pdf with images preserved:
Check your images are embedded, not linked
Right-click each major image in Word and choose Format Picture or Edit Links to Files. If the image shows an external file path rather than being embedded directly inside the document, use Insert then Pictures and choose Insert rather than Insert and Link to re-insert each one as a fully embedded image before converting. Embedded images survive moving the DOCX to another machine and are required for accurate PDF output because the converter reads only what is inside the ZIP container.
Compress pictures if file size matters
Select any image in Word, click Picture Format, then Compress Pictures, and choose 150 DPI for email distribution or 96 DPI for purely on-screen viewing. Untick Apply Only To This Picture if you want the compression to cascade across every image in the document, which is the right choice for most reports. The compression operation is destructive within the DOCX, so save a copy first if you might need to revert to the original high-resolution images later.
Upload and convert in FixTools
Drag the saved DOCX onto the FixTools upload area or click the upload zone and pick the file through your file picker. The converter opens the DOCX ZIP container, reads image data from the word/media/ folder, parses the document XML to find each image's coordinates and dimensions, and assembles the resulting PDF page tree in browser memory. Conversion typically takes a few seconds for short documents and scales linearly with the number of embedded images.
Verify image placement in the downloaded PDF
Open the downloaded PDF in your default viewer and check that all images appear at the correct position, the expected size, and the right orientation. Zoom to 200 percent on a representative photograph and a representative chart to verify sharpness and confirm there is no unexpected blur. Compare against the original Word view to spot any drift in positioning, especially around floating images near page boundaries where small coordinate differences are most visible.
Common situations where this approach makes a real difference:
Annual report with embedded charts and photography
A corporate communications team produces a forty-page annual report in Word with fifteen high-resolution product photographs from the latest campaign and eight charts pasted from Excel showing revenue trends and operational metrics. Converting to PDF preserves all the images at their stored coordinates in a single output file. The team produces two versions: a compressed version with photos downsampled to 150 DPI to keep the PDF under 10 MB for email distribution to shareholders, and a separate full-quality version that retains the original 300 DPI image data for the print shop preparing physical copies. Both versions are produced from the same source DOCX with different compression settings.
Technical manual with annotated screenshots
A software company produces a comprehensive user manual in Word with eighty annotated screenshots captured at 144 DPI from a high-resolution monitor. The screenshots show user interface elements with callout arrows, numbered labels, and highlight boxes added using Word's native drawing tools rather than burned into the source images themselves. Converting to PDF preserves both the underlying screenshots and the overlaid drawing shapes accurately, giving support engineers, trainers, and end users a portable reference document that looks identical on any device, can be searched for UI element names, and prints cleanly without losing the annotation layer.
Real estate listing document with property photos
An estate agent compiles a property brochure in Word with six full-width property photographs taken by a professional photographer at print resolution, along with a floor plan exported from CAD software. The initial DOCX file weighs in at 18 MB because the embedded photos are stored at their original capture quality. They use Compress Pictures at 150 DPI to reduce the DOCX to around 4 MB before converting, and the resulting PDF is approximately 5 MB. This is small enough to email comfortably to prospective buyers without bouncing off corporate mail gateways, while still retaining acceptable photo quality for on-screen viewing on phones and tablets.
Science paper with embedded figures
A research scientist writes a paper in Word with six figures exported from graphing software at 600 DPI for eventual print reproduction in a high-quality journal. The DOCX file weighs 22 MB and converting directly produces a 24 MB PDF, which is too large for the journal's submission portal. For journal submission the researcher compresses the figures to 300 DPI using Compress Pictures, which the journal accepts as adequate for print, reducing the converted PDF to roughly 8 MB. This brings the file comfortably within the journal's 10 MB submission limit while preserving figure clarity for both the editorial review and the final print run.
Get better results with these expert suggestions:
Use PNG for charts and screenshots, JPEG for photographs
PNG uses lossless compression and preserves sharp edges and text in charts, diagrams, and UI screenshots without introducing the visible compression artefacts that JPEG produces around high-contrast edges. Photographs with smooth gradients and continuous tones compress much better as JPEG with minimal visible quality loss to the human eye, keeping the file size meaningfully smaller. Matching format to image type before inserting saves significant file size in image-heavy reports and also produces a cleaner, more professional-looking PDF on screen and in print.
Avoid inserting images via paste, use Insert > Pictures instead
Pasting images from the clipboard can insert them as lower-quality bitmaps because Word converts the clipboard payload into a Windows-compatible image format that strips some of the original encoding. Using Insert then Pictures and choosing the file from disk lets Word store the original file format such as JPEG or PNG directly in the DOCX media folder without any intermediate conversion. The image data in the resulting PDF is then the same data your designer or photographer originally produced, preserving the full quality.
Set image text wrapping to "In line with text" for best PDF positioning
Floating images anchored to a page or margin can shift slightly during PDF conversion because the anchor coordinates are translated through a small number of arithmetic operations that introduce rounding error. In-line images flow with the surrounding text and convert to their expected position with the highest accuracy across essentially every PDF converter because their position is determined by the text rather than by absolute coordinates. Right-click the image, choose Wrap Text, and select In Line With Text to switch any critical image to the most reliable positioning mode.
Check WMF and EMF vector images separately
Charts and diagrams pasted from Excel, PowerPoint, or Visio are often stored as Enhanced Metafile or Windows Metafile vector graphics inside the DOCX rather than as raster bitmaps. These vector formats convert well to PDF because their primitives can be re-emitted as native PDF drawing operations, but verify the result by zooming to 300 percent in the converted PDF and inspecting the lines and small text. EMF rendering quality varies somewhat between converters, and a quick visual check confirms the chart still looks crisp at the zoom levels readers actually use.
More use-case guides for the same tool:
Open the full Word to PDF — free, no account needed, works on any device.
Open Word to PDF →Free · No account needed · Works on any device