How to Save a Word Document as a JPG or PNG Image
You wrote something in Word and now you need it as an image. Maybe to post on Instagram or Twitter where document attachments don’t work. Maybe to embed in a Slack message that has weird PDF previews. Maybe to send to someone whose phone can’t open .docx files. Maybe to print a thumbnail in a layout that only accepts images.
Word doesn’t directly export to JPG or PNG. But there’s a clean two-step path.
The two-step workflow
- Word → PDF with our DOCX to PDF converter
- PDF → images with our PDF to Images tool
Result: one image per page of the original Word document, in your choice of JPG or PNG, at the resolution you pick.
Step 1: Convert .docx to PDF
- Open the DOCX to PDF tool
- Drag in your
.docxfile - Click convert
- Download the PDF
Pretty much the same as if you’d hit “Save as PDF” in Word itself, but no Word required.
Step 2: Convert PDF pages to images
- Open the PDF to Images
- Drag in the PDF you just made
- Pick output format (JPG or PNG) and DPI (resolution)
- Click convert
- Download a zip containing one image per page
Each page becomes a separate image file (page-1.png, page-2.png, etc.).
JPG vs PNG for document pages
For a Word document, the answer almost always depends on what’s IN the document:
Mostly text (letters, essays, reports without many images): PNG is better. JPG’s compression makes letter edges fuzzy. PNG is lossless, so text stays crisp.
Document with photographs (a report with embedded photos, a portfolio): JPG is fine. The compression doesn’t hurt photo quality much, and files are 3-5× smaller.
Document with charts and diagrams: PNG. Charts have sharp lines and contrasting colors where JPG artifacts are visible.
For most “document as image” use cases, PNG is the safer pick — slightly bigger files, but no compression artifacts.
DPI: what to pick
DPI sets the resolution of the rendered page image. Higher = sharper but bigger files.
- 72 DPI: legible on screen, files tiny. Use only for thumbnails.
- 150 DPI: sharp on most screens, modest file sizes. Default for most uses.
- 300 DPI: print-quality. Use if you’ll print the image.
- 600 DPI: archival-quality. Massive files. Rarely needed.
For “post a Word doc page to social media”: 150 DPI, PNG. The result will look crisp on any phone or laptop, and the file size is reasonable.
Common use cases
Posting a poem, essay, or message on Instagram or Twitter. Image posts get more visual prominence than link posts. Convert your Word doc to PNGs, post the pages as a carousel.
Sharing a one-page flyer or notice where the recipient doesn’t have Word. A PNG embeds inline in most messaging apps; a Word document doesn’t.
Embedding a document section in a website or CMS that supports images but not documents. Convert just the relevant pages to images and insert.
Sharing a single page from a longer document without sending the whole thing. The PDF-to-Images tool gives you per-page output, so you can send just page-3.png.
Creating a thumbnail preview of a document for a portfolio site, app store screenshot, or similar layout.
Sending a “view-only” version that the recipient can’t easily edit. Images are harder to copy text from than PDFs or Word docs (though OCR can still pull it out, just less conveniently).
What’s preserved through the conversion
The Word → PDF → image chain preserves the visual appearance of each page:
Preserved:
- All text, layout, fonts (as long as they were embedded or substituted in the PDF step)
- Images, charts, embedded objects
- Headers, footers, page numbers
- Colors, formatting, spacing
- Tables with their original styling
Lost:
- Selectable text (it’s an image now — to copy text, you’d OCR it back)
- Hyperlinks (they appear as styled text but aren’t clickable in the image)
- Form fields (visible as their placeholder text, not interactive)
- Any document-level metadata
If you need the resulting images to also be searchable/copyable, run them through Image to Text (OCR) to get the text back as a .txt file. Or, more typically, keep the original .docx for editing and use the images only for display purposes.
Page count vs file count
A 10-page Word doc becomes 10 image files. If that’s awkward (you wanted “one image of the whole thing”), there’s no built-in way to make a tall single image of a multi-page document.
Workarounds:
- Combine the images into one tall image with a desktop tool (or screenshot the whole doc at once if it fits on screen at small zoom)
- Or just use the PDF directly — sometimes the answer is “the PDF was already what you needed, no image conversion required”
For most “Word doc as image” use cases, one image per page is what people actually want — easier to post on social, easier to embed in layouts.
Reducing the file size of the result
Image files from a Word doc at 150 DPI typically run 200 KB - 2 MB per page depending on content. Too big for some uses (especially the “Instagram carousel” use case where smaller files load faster).
Run them through Image Compressor afterward:
- Quality 0.9 = ~30% smaller, no visible difference
- Quality 0.8 = ~50% smaller, indistinguishable on a phone
- Quality 0.7 = ~70% smaller, fine for thumbnails
For documents heavy on text, stick with PNG and skip compression — JPGs at any quality look worse on text than PNGs do.
Alternative: screenshot the page
For occasional one-off needs, just screenshot the Word document open on your screen. Built-in screenshot tools (Cmd+Shift+4 on Mac, Snipping Tool on Windows) capture a rectangle and save as PNG.
Faster than the conversion workflow for single pages. Limitations:
- Captured at screen resolution, not crisp at higher zoom
- Includes whatever was visible in Word’s window (toolbars, sidebars) unless you maximize the document area
- Awkward for multi-page documents
For a one-page handout: screenshot. For a multi-page document: the conversion workflow.
Privacy
Both conversion steps run in your browser:
- DOCX parsing with mammoth.js, locally
- PDF rendering with pdf-lib, locally
- PDF page rasterization to images with pdf.js, locally
Nothing about your document hits a server. For sensitive Word documents (cover letters with personal info, business proposals, anything confidential), this matters — the conversion is fully private.
TL;DR
- Word doc → images:
- PNG for text-heavy docs, JPG for photo-heavy
- 150 DPI is the right default
- One image per page (no way to combine into a single tall image without a desktop tool)
- Compress the results with Image Compressor if file size matters
- Browser-based, fully private