Document file formats
23 formats in this category.
Document formats carry formatted text, tables, images and layout. Some are open and human readable, others are compressed office bundles or fixed-layout files meant to look identical everywhere.
Editable, fixed-layout and plain
Document formats serve different goals. Editable office formats (DOCX, XLSX, PPTX, ODT) keep text, tables and layout changeable and are actually ZIP bundles of XML underneath. Fixed-layout formats (PDF) freeze a document so it looks identical on every device and printer, at the cost of easy editing. Plain and lightly-formatted text (TXT, RTF, Markdown) is small, portable and opens anywhere.
Choose a fixed-layout PDF when the appearance must not shift, such as an invoice or a contract. Choose an editable office format when the file is still a work in progress or others need to change it.
Why modern office files are really ZIP archives
DOCX, XLSX and PPTX are Open XML packages: rename one to .zip and you can open it to find the XML, images and styles inside. This is why they start with the ZIP signature 50 4B 03 04 and why a corrupted Office file can sometimes be recovered by treating it as an archive.