Usage¶
db2ooxml comes with a Python wrapper which generates the final docx documents. A straightforward invocation such as:
$ db2ooxml myfile.xml
will convert the DocBook document in myfile.xml into an OpenOffice
XML document named myfile.docx.
To get a more details on possible invocation options use db2ooxml --help.
The most common options are:
--forceto overwrite an existing
.docxdocument--outputto manually specify the destination file
--paper-size FORMATto specify a paper size for the document, where
FORMATis a standard document size such asA4,A5, orletter.