Initializing... drag & drop files here
Supports: DOCX
This tutorial walks through turning a Microsoft Word document into JPG images — one image per page, so a five-page document returns five files bundled in a ZIP. It is the usual answer to "the upload form only takes images", to putting a page into a slide or a forum post, and to sharing a document with someone who should see it but not edit it. The part that trips people up is sizing: there are three different controls that all affect how big the finished image is, and they are not interchangeable. The walk-through below explains which one to reach for.
.docx onto the page or click "+ Add Files" to browse. Queue several documents to convert them in one batch; each page of each document becomes its own image.The document is laid out as pages first, then each page is rendered to pixels, then the image is encoded as JPG. Each of those stages has its own control, which is why three settings all seem to change "size":
If you just want a recipe: for screen viewing, 150 DPI at the default preset. For printing or archiving, 300 DPI. For a fixed web width, keep 300 DPI and set Image resolution to your target width. To fit an upload limit, use Specific file size and let the encoder solve for it.
| Conversion Quality | A4 page (px) | US Letter page (px) |
|---|---|---|
| 72 DPI | 595 × 842 | 612 × 792 |
| 150 DPI | 1240 × 1754 | 1275 × 1650 |
| 200 DPI | 1654 × 2339 | 1700 × 2200 |
| 300 DPI (default) | 2481 × 3508 | 2550 × 3300 |
| 600 DPI | 4961 × 7016 | 5100 × 6600 |
Pixel count grows with the square of the DPI, so doubling from 300 to 600 quadruples the pixels and roughly quadruples the processing work.
| Your goal | Control to change | Leave alone |
|---|---|---|
| Sharper small text | Conversion Quality → 400 or 600 DPI | Quality Preset |
| Exact pixel width for a website | Image resolution → Width | Conversion Quality |
| Under a hard upload limit | Specific file size | Conversion Quality |
| Smaller files, quality not critical | Conversion Quality → 150 DPI | Everything else |
| Best possible text fidelity | Conversion Quality → 600 DPI, Quality Preset → Highest | — |
If the document is password-protected, it cannot be opened for rendering — remove the protection in Word first. If you need the words to remain searchable or selectable, no image target will do, because rasterizing discards the text layer; convert to PDF instead. And if your real goal is to stop someone editing the document, images are a weak control: the text is trivially recoverable by OCR and the page layout is often better protected by a PDF with restrictions set.
One per page, delivered as a ZIP when there is more than one. The count follows Word's own pagination, so it matches what you would see in Print Preview rather than the number of screens you scroll through while editing. If the page count surprises you, check for manual page breaks and section breaks.
Nothing in the output — JPG and JPEG are the same format, and the difference is only the filename extension, a legacy of MS-DOS allowing just three characters. This converter has a File extension control that writes either spelling, so pick whichever your destination expects. Our DOCX to JPEG page covers the same conversion with a closer look at when JPEG is the right target at all.
300 DPI is the standard for print and is the default here, so leave it unless you have a reason to change. Going higher mainly helps when the page contains very small type or hairline rules that must survive magnification. Going below 200 DPI for print is usually visible as soft, slightly ragged text.
Yes, in two ways, and both are inherent to making a picture of a page. Rasterizing fixes the text at one resolution, so it no longer stays sharp at any zoom the way the Word document does. Then JPG's lossy compression discards fine detail around high-contrast edges. The default combination of 300 DPI and the Very High preset keeps both effects invisible at normal viewing sizes.
Not from this page — every page is rendered. Either delete the pages you do not need in Word before uploading, or convert everything and keep the image you want. For a long document where you need a single page, deleting first is much faster and produces a far smaller download.
Only for the pixel dimensions of the result, which follow the page size set in Word. At the default 300 DPI an A4 page renders to about 2481 × 3508 pixels and a US Letter page to about 2550 × 3300 — Letter is wider and shorter. Mixed-size documents render each section at its own size.
It depends far more on page content than on page count, since a dense page of text compresses differently from a page carrying a photograph. In our testing, a three-page A4 text document at the default 300 DPI and Very High preset produced about 0.97 MB in total, averaging roughly a third of a megabyte per page. Halving the DPI to 150 cuts that dramatically.
Your document is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours. Nothing is published, shared, or made searchable, there is no sign-up, and no watermark is added to the output.
PNG is the better default for pages that are mostly text: it has no lossy block compression, so glyph edges stay clean, and on flat white pages it usually produces a smaller file than JPG at high quality. Choose JPG when a form or application specifically requires it, or when the page is dominated by photographic content, which is what JPG's compression was designed for. DOCX to PNG handles that route.