File comparison .DOC vs. .RTF

M

Mira

Does anyone have an info about the differences between the
two formats -.doc vs. .rtf

Thank you!
 
R

Rob Schneider

Mira said:
Does anyone have an info about the differences between the
two formats -.doc vs. .rtf

Thank you!

Completely different. Only commonality is that they describe the
representation of a document (content and format). DOC is a proprietary
(and secret) format owned and known only to Microsoft. It's binary. RTF
I belive is owned by someone (IBM?) but it's format is documented and
published. It's ASCII. I don't (sorry) have a URL to where it's
documented, but perhaps you can find by doing some creative searches in
Google. You can also look at the RTF file (in Notepad or something) to
get a feeling for how it works.
 
J

Jezebel

Doc is Word's 'native' format. It can include all the bell's and whistles of
a Word document -- macros, autotext entries, menu customisations, previous
versions, bookmarks, etc, etc. This format is proprietary to Microsoft and
the details are not published.

RTF stands for Rich Text Format. This is a public standard (do a Google if
you want to see the specs) for formatted text -- eg including font, size,
colouring and so on -- intended to facilitate the transfer of documents from
one application to another. RTF files are stored in plain text so you can
open them in (eg) Notepad. (You can't usefully work on them that way, but
you can see what the contents are like.) There are many applications that
can read and write RTF.

Try creating a complex document. Save it as normal. Then save it as RTF,
close it and re-open. Compare it with the original DOC version to see what's
changed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top