Raja Raman Sundararajan wrote:
> Hello guys,
>     Is there any nice library to generate word documents using Python.
> 
> As of today I am generating a HTML document and then open it with MS
> Word.
> But the problem is that I am not able to control the pages in the
> document and as a result of it the output looks terrible.
> 
> I have been using reportlab's platypus to generate PDF documents.
> Its a nice application which allows controlling segments of the pages
> programatically.
> 
> I was wondering if there was any library as reportlab to generate word
> documents.

How about PyRTF to generate Rich Text Format documents which MS-Word
will lap up? Thanks to the efforts of Simon Cusack (hi Simon).

See http://cheeseshop.python.org/pypi/PyRTF/0.45

Tim C

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to