Closed (won't fix)
Project:
Export DocBook
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Aug 2008 at 12:15 UTC
Updated:
8 Jan 2009 at 20:36 UTC
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
Comment #1
clemens.tolboomI created a devel patch #303143: Generate hierarchical books so I can now make 'real' books.
Comment #2
clemens.tolboomGuess this issue is bogus :p