]> git.zarvox.org Git - wp3.git/commit
ODT exporter, done right.
authorDrew Fisher <drew.m.fisher@gmail.com>
Sat, 12 Sep 2009 19:12:08 +0000 (14:12 -0500)
committerDrew Fisher <drew.m.fisher@gmail.com>
Sat, 12 Sep 2009 19:12:08 +0000 (14:12 -0500)
commit52cbbcb1eab2c951a89b19d362bc433724d3668d
tree3f6011ee9d668e5e043ffcd99a3fd8d5ef3c9d01
parent478ec4dcc34cdc8b8164a47b5a17d0c66c6546ae
ODT exporter, done right.

This commit adds support for actually exporting the document in some
fashion that would actually be worth printing.  I couldn't figure out
how to make the tables stick to one page or the next, so you still have
to manually insert page breaks (and of course, check for any other
visual defects).  In general, though, this should minimize the amount of
manual effort that you have to put into preparing the document for
printing.
mainapp.py
odtwriter.py