Click to See Complete Forum and Search --> : RTF


terrib
August 31st, 2000, 12:05 PM
I would like to see a BEGINNERS tutorial or at least an article on where to go to get started if you have never used the rich text format before.

Wolfram Steinke
November 20th, 2000, 04:02 AM
Depends on what you want to do with RTF. I do have a copy of the spec somewhere which also has a basic parser. If you are interested I'll dig it out of the archive. Afew years ago I had to do some parsing and substituting.

bep
June 7th, 2001, 05:30 AM
I am working on a RTF 1.6 parser, built using lex and Yacc tools ( actually flex and Bison ).

I have found RTF 1.3 grammars, but I am wondering if RTF 1.6 grammars are available somewhere.

Thanks


Bep