Sample DOCX 1MB File
Word document — paragraphs, tables, headings
Click below for an instant download — no signup, no redirect.
Download 1MB DOCX1 MBTestFile-docx-1mb.docx
File details
| Format | DOCX |
| Extension | .docx |
| MIME type | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
| Size | 1 MB |
| Exact bytes | 1,048,576 |
| Filename | TestFile-docx-1mb.docx |
| Format version | OOXML (Office Open XML) — ISO 29500 |
| Contents | ~15 pages: Title, H1/H2/H3 headings across multiple sections, lorem ipsum body, bulleted lists, and 3-column tables |
| Encoding | UTF-8 XML within ZIP container (PKZIP 2.0) |
What is a 1MB DOCX file useful for?
A 1 MB DOCX represents a realistic business document — a short report or technical specification with multiple heading levels, tables, and structured sections. Use it for integration tests of your document pipeline: DOCX-to-PDF conversion (should produce roughly 15 pages), text extraction for search indexing, and template rendering with mail-merge substitution. The multi-section structure exercises heading-level traversal and page-break handling in converters.
What's inside this file?
Generated with python-docx. Approximately 15 pages using Title, Heading 1, Heading 2, and Heading 3 styles distributed across multiple document sections. Each section contains lorem ipsum body paragraphs, a 4-item bulleted list, and a 3-column table. The word/document.xml is approximately 800 KB of uncompressed XML before the ZIP container reduces it to the target file size.
Download via curl
curl -L "http://localhost:8000/files/docx/TestFile-docx-1mb.docx" \ -o TestFile-docx-1mb.docx
Need different parameters?
Generate a custom DOCX file with exact settings.