Convert docbook document to oasis open document
docbook2odf [--help] --input-file [--output-file]
Docbook2odf is a toolkit that automaticaly converts DocBook to OASIS OpenDocument. Conversion is based on a XSLT which makes it easy to convert DocBook->ODF, ODT, ODS and ODP as all these documents are XML based.
The result is provided in a one zipped ODF file (.odt/.odp/.ods) with all required content. There are group of utilities like docbook2odt, docbook2ods and docbook2odp as docbook2odf is actually universally converting to these respective formats.
-V
display the version of docbok2odf and exit.
--input-file
specify input docbook filename.
--output-file
specify output opendocument filename.
--force
overwrite existing output filename.
--debug
show debug messages.
--quiet
quiet (no output).
--help
prints short help.
Roman Fordinal (fordinal (at) webcom.sk)