文件名称:translatorHTML2RTF
介绍说明--下载内容均来自于网络,请自行研究使用
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.
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
translatorHTML2RTF\app
..................\input.html
..................\lex.yy.c
..................\output.rtf
..................\output.txt
..................\translator.l
..................\translator.y
..................\y.tab.c
..................\y.tab.h
translatorHTML2RTF
..................\input.html
..................\lex.yy.c
..................\output.rtf
..................\output.txt
..................\translator.l
..................\translator.y
..................\y.tab.c
..................\y.tab.h
translatorHTML2RTF