Sample DOCX files for testing — free, CC0, hotlinkable
DOCX is Microsoft Word's format: a ZIP archive of XML parts. These documents were written by python-docx and then normalised, so their bytes do not move between builds and the hash in the manifest stays true.
docx/1page.docx is a heading and three paragraphs of Lorem Ipsum in Word's default styles.
Its page count is what Word renders, because a .docx stores no page count of its own.
docx/with-images.docx embeds two published PNG fixtures as pictures, and
docx/with-table.docx holds a ten-row table of the shared people dataset with a bold header
row.
For size limits, docx/1mb.docx and docx/10mb.docx reach their size with embedded
incompressible noise images rather than padding, so a compressing upload path cannot shrink
them. None of the files contains macros; a .docx cannot carry them.
Use them to test document upload forms, text extraction, converters and previewers. Related formats: PDF, RTF and XLSX.
| File | Size | Properties | Description |
|---|---|---|---|
10mb.docx
|
10.1 MB | About 10MB: one Lorem Ipsum paragraph per embedded incompressible seeded-noise PNG, so the size is honest rather than padded.
Snippets
|
|
1mb.docx
|
1 MB | About 1MB: one Lorem Ipsum paragraph per embedded incompressible seeded-noise PNG, so the size is honest rather than padded.
Snippets
|
|
1page.docx
|
37.2 KB | One page: a heading and three paragraphs of Lorem Ipsum in the default Word styles. The page count is what Word renders it as; .docx stores no page count of its own.
Snippets
|
|
with-images.docx
|
41.4 KB | Two published PNG fixtures embedded as pictures, read from the bytes that were actually published rather than regenerated.
Snippets
|
|
with-table.docx
|
37.1 KB | A ten-row table of the shared people dataset with a bold header row, in the Table Grid style.
Snippets
|
Related formats
File names follow the naming grammar. Verify a download against sha256sums.txt.