Re: ".rtf" format
- Posted by Daniel Berstein <daber at PAIR.COM> Jun 07, 1998
- 815 views
>I have a databaseprogram that runs in dos. It makes output to a textfile. >Since adding printercapability to the program is more pain than gain, the >user opens the file in a windows-based texteditor (Word 6.0) and prints it >from there. I would like to make the output in the ".rtf" format, if this >format is somewhat simple to handle. Does anyone know the format, or can >point me to some documentation of it? > >Einar Mogen I found several months ago the RTF specification at Microsoft's ftp. Don't remeber the URL... you'll have to do an intense search. The file was quite cool (and long!), it even came with a C source for parsing a RTF file. Regards, Daniel Berstein daber at pair.com