2002-01-14 10:03:26 +01:00
|
|
|
RTF is the Microsoft Richtext Format, a more portable, mostly-ASCII
|
|
|
|
formatting language that is exported by word processors like MS Word.
|
|
|
|
These files generally have the extension .rtf, but occassionally have
|
|
|
|
.doc extensions as well. This parser is from the Microsoft spec,
|
|
|
|
"ported" to Unix systems.
|
|
|
|
|
2011-10-24 06:17:37 +02:00
|
|
|
WWW: http://www.fiction.net/blong/programs/#rtf
|