Formatting issues when processing DocBook FO output to RTF
Posted: Thu Nov 17, 2022 12:24 am
I tried executing a transformation scenario through the Apache FOP processor to RTF output. The output had a lot of issues, including
Also, is there some other kind of transformation scenario that can be used to get docbook into a word document?
- png images failed with an error message of "• org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic$ExternalGraphicException org.apache.fop.render.rtf.rtflib.rtfdoc.RtfExternalGraphic$ExternalGraphicException: The tag <fo:external-graphic> does not support png - image type"
- variablelistentry term names are repeated at the start of every paragraph in the variablelistentry, making it hard to read
- The formatting of variablelist has the text margin starting in the middle of the page and it is a very inefficient use of space, making it hard to read.
- The formatting in orderedlist and itemizedlist is incorrect when these elements are included within a paragraph, making it hard to read.
Also, is there some other kind of transformation scenario that can be used to get docbook into a word document?