Module to generate OpenOffice Writer documents
Jordan Krushen
jordan at krushen.com
Wed Sep 17 21:19:37 EDT 2003
On Wed, 17 Sep 2003 20:34:41 -0400, python <python at sarcastic-horse.com>
wrote:
> What I'd be even more interested in is if it is possible to submit the
> xml to OpenOffice, and then use its rendering features to crank out
> pretty PDF files, all through scripts.
The Python-UNO bridge might do the trick for you. It lets you
programatically control OOo apps:
http://udk.openoffice.org/python/python-bridge.html
J.
More information about the Python-list
mailing list