Introduction - If you have any usage issues, please Google them yourself
This a HTML to RTF translator. This translator is done in LEX and YACC. You need to pass to the translator the html file and the application will output a file formatted in rtf style according to the html you ve entered.
For using: lex file.l, yacc -d file.y, gcc -o app lex.yy.c y.tab.c -lfl.
Recommended to use on a linux platform: ubuntu, fedora.