parsing rtf code

Ian Bicking ianb at colorstudy.com
Thu Dec 5 18:44:06 EST 2002


On Thu, 2002-12-05 at 05:09, Gumuz wrote:
> Does anyone know if there is a existing python module which parses rtf or
> even better: converts it to html?

Parsing RTF is easy, but doesn't really get you anywhere -- interpreting
the RTF is the difficult part.

I'd use a command-line program to convert it to HTML, like:
http://www.gnu.org/directory/text/doc/GNUunRTF.html

There are several -- I don't which works better. 

-- 
Ian Bicking <ianb at colorstudy.com>




More information about the Python-list mailing list