docx
What is a .docx file?
application/vnd.openxmlformats-officedocument.wordprocessingml.document
DOCX is the default Microsoft Word format, an Office Open XML document packaged as a ZIP archive of XML parts, media, and relationships. It stores structured text, styles, tables, images, and metadata. It is the dominant format for editable word-processing documents.
How to use a .docx file
Use an example DOCX to test Office Open XML parsing, text and style extraction, ZIP-package handling, and converters that render or transform Word documents.
Download example .docx files
- Formatted DOCXA Word document with styled headings, bold/italic runs, a table, and an embedded image — for testing DOCX parsers and converters against a rich document.
- Plain DOCXA minimal Word document of plain paragraphs with no styling — the simplest valid DOCX for baseline parser testing.
- DOCX with Tracked ChangesA Word document with real tracked changes — insertions and deletions attributed to two reviewers with timestamps — for testing how tools read, accept, reject, or preserve revisions.
- DOCX with CommentsA Word document with two anchored reviewer comments — for testing comment extraction and whether converters preserve or drop review annotations.
- Invoice Template (DOCX)A clean invoice template as a Word document with a line-item table and total. Paired with a PDF twin of the same layout.
- Resume Template (DOCX)A professional single-column resume template with summary, experience, education, and skills sections.
- Cover Letter Template (DOCX)A neutral cover-letter template with a standard structure you can adapt to any role.
- Meeting Minutes Template (DOCX)A meeting-minutes template with attendees, a numbered agenda, and an action-items list.
and 16 more in the library.