It would be nice to convert a DocBook page to open office document.

This is a post processing task but I'll document it here :-)

On Ubuntu the tool docbook2odf is available. But is it good for complex documents? The command is simple

docbook2odf --help
docbook2odf --input-file 7.htm --output-file 7.odf --debug

Using the --debug switch reveilles the style sheet directory. So we can adjust the transformation to our liking as suggested by the --help switch suggests.

For testing this good we need a big document first.

Comments

clemens.tolboom’s picture

I created a devel patch #303143: Generate hierarchical books so I can now make 'real' books.

clemens.tolboom’s picture

Assigned: clemens.tolboom » Unassigned
Status: Active » Closed (won't fix)

Guess this issue is bogus :p