Initializing... drag & drop files here
Supports: DOCX
Turn a Microsoft Word document into PNG page images — one PNG per page, laid out exactly as Word would print it. PNG is the right target when you need a picture of a page that keeps text edges crisp, supports a transparent background, and opens in every image viewer, editor and chat client without a plugin. Unlike most DOCX-to-PNG tools, this one exposes the render resolution directly: a Conversion Quality dropdown from 72 DPI up to 1200 DPI, so you decide whether you are making a lightweight screen preview or an archival master.
.docx onto the page or click "+ Add Files". Multi-page documents are handled automatically — each page comes back as its own numbered PNG — and you can queue several documents to convert with the same settings.The job runs in three stages on our servers. First the .docx is laid out by a LibreOffice-based renderer and written to an intermediate PDF — this is the step that fixes fonts, tables, headers, footers and page breaks into a paginated form. Second, every page of that PDF is rasterised at the DPI you chose. Third, each rendered page is written out as a PNG through libvips, with the palette-optimisation step described below.
Two consequences fall out of that design. Pagination is decided by the layout engine, not by you: a document that flows onto six pages in Word will normally produce six PNGs, but a page break can land differently if the document depends on a font that is not installed on the render host. And because the pages are rasterised, everything interactive — comments, tracked changes, hyperlinks, form fields — becomes flat pixels.
| Conversion Quality | A4 page | US Letter page | Best for |
|---|---|---|---|
| 72 DPI (Web / Smallest File) | 595 × 842 px | 612 × 792 px | thumbnails, quick previews |
| 96 DPI (Standard Screen) | 794 × 1123 px | 816 × 1056 px | on-screen reading at 100% |
| 150 DPI (Balanced / Medium) | 1241 × 1754 px | 1275 × 1650 px | email, web embedding |
| 200 DPI (Office Standard) | 1654 × 2339 px | 1700 × 2200 px | office copiers, faxing |
| 300 DPI (High Quality / Print Recommended) | 2481 × 3508 px | 2550 × 3300 px | print, the default |
| 400 DPI (Small Text / OCR) | 3307 × 4677 px | 3400 × 4400 px | footnote-sized type, OCR |
| 600 DPI (Ultra High / Archival) | 4961 × 7016 px | 5100 × 6600 px | archival masters |
| 1200 DPI (Maximum Detail / Fine Art) | 9921 × 14032 px | 10200 × 13200 px | fine-art reproduction |
Pixel count scales with the square of the DPI, so 600 DPI is four times the data of 300 DPI, and 1200 DPI is sixteen times. That is the single biggest lever on output size.
| Quality Preset | What runs | Colours in the output | Text edges | Size of one A4 text page at 300 DPI |
|---|---|---|---|---|
| Very High (Recommended) — the default | libvips render, then pngquant palette quantisation | up to 256, transparency preserved | sharp | ~0.35 MB |
| Highest | libvips render only, zlib compression level 9 | full 24-bit colour | sharp | ~0.93 MB |
| High / Medium / Low / Very Low / Lowest | pngquant with a progressively looser quality target | up to 256, more visible banding on gradients | sharp on text, softer on shading | smaller than the default |
Those sizes are from our own run of the same tool chain — LibreOffice layout, a 300 DPI page render, then libvips and pngquant — on a five-page A4 report of body text and a table. Pages that carry photographs or full-bleed graphics run considerably larger.
The practical read: PNG is a lossless container, but the default preset still reduces the page to a 256-colour palette before writing it. For a black-on-white document that is invisible, because the page barely uses 256 distinct colours to begin with, and it roughly halves the file. If the page has photographs, gradients or subtle brand shading and you want every original colour value kept, choose Highest.
The container always is — PNG never applies JPEG-style block compression, so glyph edges stay hard. But the default Very High (Recommended) preset runs the render through pngquant, which reduces the page to a palette of up to 256 colours. On a text document that is visually identical and about half the size. Choose the Highest preset if you want a genuinely untouched 24-bit PNG; transparency is preserved either way.
Each page becomes its own PNG, numbered in order, and all of them appear in the results list together. A ten-page report gives you ten PNG files. Use "Download All" to take them as one ZIP. If you want a single file that still holds every page in order, PNG is the wrong container for that — convert to DOCX to PDF instead.
Yes, and PNG is the only target here that can. In Advanced Options under Image Transparency, change the Color dropdown from White to Unchanged. The page is rendered with an alpha channel, so anything the document does not paint stays transparent — useful for dropping a signature block or letterhead over another design. The same option on the DOCX to WebP and TIFF converters offers only solid colours.
300 DPI is the default because it is the long-standing document-imaging and print standard, and it renders 9-point body text legibly. Use 150 DPI for anything that will only ever be viewed on screen or emailed — the file is roughly a quarter the size. Go to 400 or 600 DPI only if the document has type smaller than about 8 points, fine table rules, or if an OCR engine is going to read the output; below roughly 200 DPI, OCR accuracy on small type falls off sharply.
Because you swapped a description for a picture. A .docx stores a few kilobytes of text plus formatting instructions; a PNG stores every pixel of the rendered result — 8.7 million of them for an A4 page at 300 DPI. In our test run, an 8.9 KB .docx produced five PNGs totalling about 1.3 MB at the default settings. Lower the Conversion Quality, or use DOCX to JPG if you can accept softer text in exchange for a much smaller file.
Layout, tables, embedded images, headers and footers are reproduced from the document's own formatting. The one thing that can shift is a font the render host does not have installed — a substitute is used, which can change line breaks and therefore where pages divide. If exact fidelity matters, embed the fonts in Word first (File → Options → Save → "Embed fonts in the file") before uploading.
Not from this converter — it emits one image per page, and PNG has no multi-page container in the first place. If you need everything in one file, PDF is the natural choice; if you need one image file per document, a multi-page TIFF is closer, although this converter also writes TIFF one page at a time.
.doc files as well as .docx?No — the uploader on this page accepts .docx only. Legacy Word 97–2003 binary .doc files have their own converter at DOC to PNG. If you have a .doc, either use that page or re-save it as .docx in Word first.
Your file is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours — no sign-up, no watermark, never shared or made public. The realistic ceiling on a big document is upload time rather than page count: a 200-page report at 600 DPI is a lot of pixels to generate and download, so drop the Conversion Quality when the job is that large.