📝

Word to JPG Converter

Convert each page of a .docx Word document into a JPG image — free, instant, fully private.

Upload a Word Document

🔒 Your document is processed entirely in your browser — nothing is ever uploaded to a server.
⚠️ Supported format: .docx only (Word 2007 and newer). Legacy .doc files are not supported — please re-save as .docx first.
📄 → 🖼️

Drag & drop your .docx file here

or click to browse  ·  .docx only  ·  max 30 MB

Converting…

Rendering document in your browser — please keep this tab open.

pages converted

ℹ️ Formatting notes: Some elements (e.g. SmartArt, text boxes, custom fonts) may not have rendered perfectly.

JPG Pages

ℹ️ Pages are rendered at 1191×1683 px (A4, 1.5× scale). Complex layouts, custom fonts, headers/footers, and page borders may differ from the original Word document.

How It Works

📤

1. Upload .docx

Select a Word 2007+ (.docx) document from your device.

⚙️

2. Browser Renders

The document is parsed and rendered as HTML inside your browser, then captured as A4-sized page images.

💾

3. Download JPGs

Save individual pages or download all pages in a single ZIP file.

Supported Features

  • Paragraphs, headings (H1–H4)
  • Bold, italic, underline formatting
  • Tables and lists
  • Embedded images
  • Hyperlinks
  • Blockquotes
  • ~Multi-column layouts (approximate)
  • Headers, footers, page numbers
  • SmartArt, WordArt, shapes
  • Legacy .doc format

Tips

  • For best results, use simple documents: text, images, and basic tables.
  • Pages are split based on A4 dimensions — very long paragraphs may span page boundaries.
  • Output JPGs are 1191×1683 px (A4 at 144 DPI) — suitable for viewing and printing.
  • Large or image-heavy documents may take 10–30 seconds to render.
  • 🔒Your file never leaves your device.

From DOCX to HTML to canvas to JPG

The conversion is a four-stage pipeline, all of it running in the page. First the .docx file is read into memory as raw bytes. A .docx is really a ZIP archive containing XML, which is why a renamed .doc file fails at this stage with a ZIP error.

Second, the document XML is converted into semantic HTML: paragraphs, headings from level one to four, bold, italic and underline runs, tables, ordered and unordered lists, embedded images, hyperlinks and blockquotes. Anything the converter cannot map, such as headers, footers, page numbers, SmartArt or WordArt, is reported as a non-fatal warning and omitted.

Third, that HTML is injected into an off-screen container styled to 794 pixels wide, which is A4 width at 96 dots per inch, and the browser lays it out. The whole container, however tall, is then rendered to a single canvas.

Fourth, the tall canvas is sliced into A4-height sections of 1122 pixels each, and every slice is drawn onto a page canvas at 1.5 times scale and exported with a JPEG quality of 0.92. A maximum of 20 pages is produced per document.

What happens to a three-page report

Suppose you convert a report whose content, once laid out at 794 pixels wide, produces a full canvas 2,800 pixels tall.

The page count is the total height divided by the A4 page height of 1,122 pixels, rounded up: 2,800 divided by 1,122 is 2.50, which rounds up to 3 pages. The first slice covers rows 0 to 1,121 of the canvas, the second covers 1,122 to 2,243, and the third covers 2,244 to 2,799, with the remainder of the final page left white.

Each slice is drawn at 1.5 times scale, so the output images are 794 times 1.5 equals 1,191 pixels wide by 1,122 times 1.5 equals 1,683 pixels tall. At 92 percent JPEG quality a text-heavy A4 page typically lands in the low hundreds of kilobytes.

You can then save page 2 on its own, or press Download All as ZIP, which loads a ZIP library on demand and bundles all three JPGs into one archive named after your document. Any formatting the converter could not map, such as a page footer, appears in the warnings list rather than on the images.

Page breaks, fidelity and the .docx-only limit

The most important thing to understand is that page breaks are recalculated, not copied. Word paginates using its own layout engine, font metrics and printer settings; this tool lays the content out as HTML at A4 width and then cuts it into equal 1,122 pixel slices. A line of text can therefore be split across two images where Word would have moved it to the next page, and your image count may differ from Word's page count.

Fidelity depends on fonts. The rendering uses fonts available to your browser, so a document set in an unusual corporate typeface will fall back to something similar and reflow slightly. Documents relying on multi-column layouts, floating text boxes, shapes or drawing objects will look approximate at best.

Headers, footers and page numbers are not reproduced at all, since they live outside the document body in the file format.

Practical advice: keep documents under 20 pages, since that is the output cap, use standard fonts, and check the warnings list after conversion. If exact pagination matters, export to PDF from Word first and convert that instead.

Frequently Asked Questions

No. The file is read by your browser, converted to HTML, rendered to a canvas and exported as JPGs entirely on your device using JavaScript. Nothing is transmitted to a server, which makes it suitable for contracts, reports and other documents you would not want to upload.
Only the modern .docx format is supported. A .docx file is a ZIP archive of XML that the converter can read; the legacy .doc format is a different binary structure. Open the file in Word and use File then Save As to save it as a Word Document (.docx), then try again.
Page breaks are recalculated rather than copied. The content is laid out as HTML at A4 width and then sliced into equal 1,122 pixel sections, whereas Word paginates using its own layout engine and font metrics. Convert to PDF from Word first if exact pagination matters.
Each page is exported at 1191 by 1683 pixels, which is A4 at 96 dots per inch rendered at 1.5 times scale, saved as JPEG at 92 percent quality. That is sharp enough for on-screen reading and social posts, though not full print resolution.
Headers, footers and page numbers are omitted because they sit outside the document body. SmartArt, WordArt and drawing shapes are not rendered, and multi-column layouts are approximate. Paragraphs, headings, bold and italic, tables, lists, embedded images, hyperlinks and blockquotes are preserved.