Initializing... drag & drop files here
Supports: DOC
Turning a legacy Word document into JPG images is a two-decision job: how many pixels per page, and how hard to compress them. Get those right and a contract or flyer becomes a picture that opens anywhere, looking exactly like the printed page. Get them wrong and you end up with either an unreadable thumbnail or a 40 MB download nobody can email. This walkthrough covers the settings that matter, the errors that actually come up, and the point at which JPG stops being the right target altogether.
.doc into the box or click "Add Files" to browse. A multi-page document returns one numbered JPG per page.DPI is the number of pixels rendered per inch of page. A US Letter page at 300 DPI is roughly 2550 × 3300 pixels; the same page at 96 DPI is about 816 × 1056. Because both dimensions scale together, doubling DPI multiplies the pixel count — and broadly the file size — by four. That is why this one dropdown dominates everything else on the page.
| Conversion Quality | Approx. Letter page size | Best for | What it costs |
|---|---|---|---|
| 72 DPI (Web / Smallest File) | ~612 × 792 px | Chat previews, tiny thumbnails | Body text is barely legible |
| 96 DPI (Standard Screen) | ~816 × 1056 px | Email attachments, quick previews | Fine print and footnotes soften |
| 150 DPI (Balanced / Medium) | ~1275 × 1650 px | Reading comfortably on screen | Good middle ground, moderate size |
| 300 DPI (default) | ~2550 × 3300 px | Printing, archiving, zooming in | Several MB per page |
| 400–600 DPI | ~3400–5100 px wide | OCR re-extraction, small-text scans | Large files, slower conversion |
| 1200 DPI | ~10200 px wide | Fine-art and reprographic work | Very large files; rarely necessary |
Pair that with the compression preset, which controls how many bits the encoder spends on each pixel:
| Image Compression preset | Use it when |
|---|---|
| Highest | Text-heavy pages where edge fringing must be minimal |
| Very High (default) | Almost everything — visually clean at a sensible size |
| High / Medium | Sharing over slow connections, or long documents where total size matters |
| Low / Very Low / Lowest | Rough previews only; artefacts become obvious on type |
| Specific file size | A hard byte limit, such as an upload form that rejects anything larger |
.doc secured with an open password cannot be laid out without that password, so rendering never starts. Open it in Word or LibreOffice, save an unprotected copy, and convert that. A document that is merely restricted from editing converts fine; only open-password encryption blocks it.JPG is the wrong target in three situations. If anyone downstream needs to search, quote or copy the text, rasterising destroys exactly what they need — convert to PDF instead. If the pages are dense type and fine rules and the result has to look pristine, JPEG's lossy compression works against you and PNG is the better raster choice. And if the document is a living file that still gets edited, converting it to images at all is usually premature; images make a fine deliverable but a terrible source of truth. Keep the .doc, and convert a copy whenever you need to hand out a picture of it.
Aim for 300 DPI at an absolute minimum, and prefer 400 or 600 DPI when the document uses small type, footnotes or condensed fonts. OCR engines work from letter shapes, and shapes rendered at 96 or 150 DPI simply do not carry enough pixels to disambiguate similar characters reliably. Also raise Image Compression toward Highest for OCR work — compression artefacts around letter edges are precisely the noise that confuses recognition.
No. A JPG is a flat grid of pixels, so the text becomes part of the picture and cannot be selected, copied or edited. There is no hidden text layer to recover. Keep the original .doc for editing, use DOC to PDF when you need a shareable file that still holds real text, or run OCR over a high-DPI export if the original is genuinely gone.
The document is laid out by a renderer rather than by Word itself, so anything that depends on the exact rendering environment can shift slightly — most often font substitution when a typeface is not available, which changes glyph widths and therefore line breaks. Common fonts, embedded fonts and straightforward layouts reproduce closely. Complex documents with unusual typefaces, tight tables or precise text-around-image wrapping are the ones worth checking page by page.
They appear exactly as the document would print. Tracked changes and comments show up if the document is set to display them and are absent if it is set to show the final version. Field codes are rendered as their current displayed value and stop updating, because there is nothing left to recalculate — a page number stays whatever number it was, and a date field freezes at whatever it showed when the document was laid out.
Switch Image Compression to "Specific file size" and enter your target rather than guessing at presets. If you also need the dimensions under control, lower Conversion Quality first — hitting a small byte target by compression alone on a 300 DPI page produces visible artefacts, whereas the same target at 150 DPI is comfortable. Remember the target applies per image, so a twenty-page document produces twenty files of about that size.
.doc is Microsoft's legacy binary format, the Word default from Word 97 through 2003, stored as an OLE2 compound file. .docx is Office Open XML, a zipped bundle of XML parts that became the default in Word 2007. They need different parsers, so use the format-matched page: this one for the legacy binary, or DOCX to JPG if your filename ends in x.
.jpg the same as .jpeg for the output?Yes, identical bytes and identical format — only the filename differs. The three-letter spelling survives from MS-DOS, which allowed just three characters after the dot. Every viewer, browser and editor opens both, and if a picky upload form insists on one spelling you can rename the file without converting anything. The DOC to JPEG page produces the same output under the other name.
Your file is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours. There is no sign-up, no watermark, and it is never shared or made public.