Document

Sample DOCX 100KB File

Word document — paragraphs, tables, headings

Click below for an instant download — no signup, no redirect.

Download 100KB DOCX100 KB

TestFile-docx-100kb.docx

File details

FormatDOCX
Extension.docx
MIME typeapplication/vnd.openxmlformats-officedocument.wordprocessingml.document
Size100 KB
Exact bytes102,400
FilenameTestFile-docx-100kb.docx
Format versionOOXML (Office Open XML) — ISO 29500
Contents1–2 pages: Title style, Heading 1, 3 lorem ipsum paragraphs, 4-item bulleted list, 3-column table with header row
EncodingUTF-8 XML within ZIP container (PKZIP 2.0)

What is a 100KB DOCX file useful for?

A 100 KB DOCX is the right size for unit-testing document parsing library setup and basic correctness. Use it to verify that python-docx, docx4j, or Apache POI opens the file, reads the correct paragraph count, iterates table cells, and accesses heading styles without errors. At this size, every test completes in milliseconds — suitable for running on every CI push without adding meaningful build time.

What's inside this file?

Generated with python-docx. Contains a Title-styled paragraph, one Heading 1, three Normal-styled lorem ipsum paragraphs, a bulleted list with four items, and a 3-column × 3-row table with a header row using the Table Grid style. The file is a PKZIP 2.0 archive containing word/document.xml, word/styles.xml, word/_rels/document.xml.rels, and the required [Content_Types].xml and .rels files.

Download via curl

curl -L "http://localhost:8000/files/docx/TestFile-docx-100kb.docx" \
  -o TestFile-docx-100kb.docx

Need different parameters?

Generate a custom DOCX file with exact settings.

⚙ Generate custom DOCX

Related formats

Other DOCX sizes

Frequently asked questions