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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to