I so love it when trolls get it wrong
The RTF "standard" is a Microsoft format that Microsoft publishes to enable
interchange with its products.
In other words, the RTF 'standard' is "whatever Microsoft says it is." If
you happen to be an application developer, you would normally qualify the
term 'RTF' by mentioning the VERSION you are talking about.
The latest published version I know about is RTF 1.6. You can read about it
here:
<
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/
html/rtfspec.asp>
The first sentence may be instructive:
"The Rich Text Format (RTF) Specification is a method of encoding formatted
text _and graphics_ for easy transfer between applications." (my
emphasis...)
The entire point of the word "Rich" in Rich Text Format was to allow for the
presence of things OTHER than characters in the file. RTF really means "A
way of describing a file rich with different content types in a language
consisting mainly of text."
When you write your next RTF reader, don't forget to include support for
Binary Blobs: you will encounter a lot of them, in which you will find *any*
form of content, some of which will be graphical. Better make sure you know
how to handle them
If you need help, Microsoft offers a Sample RTF Reader Application at the
above URL
"John McGhie [MVP - Word said:
Graphic content should be preserved in RTF
RTF is very close to Word's
native binary format. Word can read and save almost everything to and from
RTF
RTF should *NOT* contain any graphic content at all - it's a TEXT only
format, which is what the "T" stands for.
The two lowest formats are basically:
ASCII / Plain text = the text itself without styling or
font information
RTF (Rich Text Format) = the text plus styling and sometimes
font information
This is one of the main problems with Word's export files. Word (as
usual) decides to re-write the standard and include rubbish such as
graphics and tables in it's RTF files, which completely stuffs up in
ther applications that don't expect such things in a text format file.
--
Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.
John McGhie <
[email protected]>
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 4 1209 1410