What's a good way to process RTF
I have never done huge amounts of RTF processing, I always used a library to read or generate one and that was a long time ago. Now I need to get more intimate with the format again, and eventually convert it to XML.
Can you recommend a good path to do it so that I have a lot of control on how RTF chunks are parsed and processed?
Initially, I am thinking Perl plus a few good libraries would be a good choice, but all opinions are welcome.
RTF Manual? Seriously though, a quick google turns up all sorts of tools and libraries. Why reinvent the wheel?
ScroogeXHTML, a library for RTF to HTML / XHTML conversion, is available for the Java(tm) platform and Delphi. A demo version and online documentation of the API are available on this page:
http://www.mikejustin.com/
or
http://www.betabeans.de/
链接地址: http://www.djcxy.com/p/41942.html上一篇: iPhone到iPhone的通信
下一篇: 什么是处理RTF的好方法