RTF and DOCX explained
RTF is a plain-text markup format for styled documents. Opening one in a text editor shows readable markup, which makes it unusually durable — but it supports only basic formatting.
DOCX is a ZIP archive containing XML that describes a Word document's content and formatting. Renaming one to .zip and opening it shows the structure directly.
- Where RTF files come from
- Cross-application document exchange, especially from older software.
- Where DOCX is used
- Microsoft Word, Google Docs exports and Pages exports.