Test files › Office documents › document.docx
Sample DOCX file
Word document (OOXML) with a heading and two paragraphs.
↓ Download document.docx| Filename | document.docx |
| Format | DOCX |
| Size | 1.1 KB (1,082 bytes) |
| MIME type | application/octet-stream |
| SHA-256 | 08deccf7b4eb6de82226463b72076dbefbc7fcc89b1c691ed5a83a5db349954c |
What this file catchesA minimal but valid DOCX built from source as a ZIP of XML parts. Opens in the corresponding application; use it to exercise upload, parsing and preview without shipping a real document. Also checks that your MIME sniffing recognises a .docx as a ZIP-based OOXML package rather than mislabelling it application/zip.
Download & verify
curl -fsSL -o "document.docx" "https://files.hexaqa.com/office/document.docx"
curl -fsSL "https://files.hexaqa.com/office/document.docx" | sha256sum
# expect: 08deccf7b4eb6de82226463b72076dbefbc7fcc89b1c691ed5a83a5db349954c