Generating RTF with Python

Max M maxm at mxm.dk
Thu Mar 31 11:56:17 EST 2005


Axel Straschil wrote:
> Hello!
> 
> 
>>does anyone know of a high-level solution to produce RTF from Python=20
>>(something similar to
>>Reportlab for producing PDF)?
> 
> Spend hours of googeling and searching, also in this NG, about two
> months ago. My conclusion is: On windwos, maybe you can include some
> hacks with dll's, under linux, linux support for generating rtf is none,
> and so is python's.
> 
> My workaround was: 
> http://www.research.att.com/sw/download/
> This includes an html2rtf converter, which I access from python via
> popen and temporary files. Not high-level, not very sexy ... ;-(


I looked at this a while ago, which might be a starter.

http://pyrtf.sourceforge.net/


-- 

hilsen/regards Max M, Denmark

http://www.mxm.dk/
IT's Mad Science



More information about the Python-list mailing list