RTF
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
(→Specs) |
||
Line 34: | Line 34: | ||
* [http://msdn.microsoft.com/en-us/library/aa140277%28office.10%29.aspx RTF 1.6 spec] | * [http://msdn.microsoft.com/en-us/library/aa140277%28office.10%29.aspx RTF 1.6 spec] | ||
* [http://www.microsoft.com/en-us/download/details.aspx?id=7105 RTF 1.8 spec] | * [http://www.microsoft.com/en-us/download/details.aspx?id=7105 RTF 1.8 spec] | ||
− | * [http://www.microsoft.com/en-us/download/details.aspx?id=10725 RTF 1.9.1 spec] | + | * [https://web.archive.org/web/20180822154709/http://www.microsoft.com/en-us/download/details.aspx?id=10725 RTF 1.9.1 spec] |
* [http://www.snake.net/software/RTF/ Some other spec versions in various formats including RTF itself] | * [http://www.snake.net/software/RTF/ Some other spec versions in various formats including RTF itself] | ||
Revision as of 21:16, 30 April 2021
RTF (Rich Text Format) is a format for word-processor-type documents created by Microsoft and intended to be more broadly portable than their application/version/platform-specific file formats such as DOC and DOCX, but still proprietary to Microsoft (though other vendors' software can also read and write it).
Contents |
Identifiers
Version | PRONOM |
---|---|
0 | fmt/969 |
1.0–1.4 | fmt/45 |
1.5–1.6 | fmt/50 |
1.7 | fmt/52 |
1.8 | fmt/53 |
1.9 | fmt/355 |
Specs
- RTF 1.0 spec
- RTF 1.5 spec
- RTF 1.6 spec
- RTF 1.8 spec
- RTF 1.9.1 spec
- Some other spec versions in various formats including RTF itself