• TwitterFacebookGoogle PlusLinkedInRSS FeedEmail

Convert Docbook To Pdf Windows 8

11.08.2019 

Installing And Using An XML/SGML DocBook Editing Suite Setting Up A Free XML/SGML DocBook Editing Suite For Windows And Unix/Linux/BSD by Ashley J.S Mills. DocBook to PDF Translator 1.0: 26.9 KB: Freeware: JSESOFT-DB2PDF provides a transformator for a limited (but expanding) subsetof DocBook to PDF. The transformation from DocBook is done via iText directly to PDF. Priority is given to predictability and stability rather than to completeness. Is there a free software for creating windows help files for your program? Is free for personal use. It can generate CHM and HTML help files as requested, as well as Word DocX, PDF, ePub and Kindle eBooks from the same source. Read From DocBook to Integrated Help Systems for information about how to automatically convert a DocBook.

What Is Docbook

Active2 months ago

I need some help with conversion of DocBook files to Microsoft Word files.

Do I need an XSL file for the transformation?

Deduplicator
37.4k6 gold badges52 silver badges92 bronze badges
rudimenterrudimenter
1,4223 gold badges22 silver badges38 bronze badges

3 Answers

Docbook

Yes, you do need an XSL file. You can get XSL files for DocBook from the free DocBook XML distribution. Then, you run a free XSLT transformer such as Saxon. If you run Saxon from a command line, you give it the name of your DocBook file, and the name of one of the stylesheets, and it will transform your file according to the rules in the stylesheet.

Icab browser free download for ipad. What you need to do to transform to Word, is to pick the right stylesheet.

From DocBook XSL: The Complete Guide, here are three possibilities:

  • Convert to XSL-FO and then use the XMLmind to export to Word. See the XMLmind website for more information.
  • Use a limited set of tags and then use one of DocBook XML's included stylesheets to output to WordML.
  • Try to use Jfor to output to RTF, although Jfor no longer appears to be maintained.

And I have one of my own:

  • As above, use one of DocBook XML's included stylesheets to publish to XSL-FO, then run Apache FOP to convert from XSL-FO to RTF. You will lose the structural information, but you will keep a certain amount of the formatting.
martin jakubikmartin jakubik
3,4134 gold badges23 silver badges40 bronze badges

I recently implemented same feature for our users. They use Oxygen XML editor that allows for easy transformations via XSL. I was going to do OOXML but settled on WordML. As a starting point I used roundtrip XSL, but I had to rewrite lots of templates because of existing bugs or just missing functionality. In addition, I did other customization to serve a purpose or for our XML file only.

I would not mind contributing back to the project, but don't really know how to get about it.

Mike StarovMike Starov
3,6067 gold badges31 silver badges36 bronze badges

I am using XQuery to transform DocBook into various formats using XQuery typeswitch library. XQuery uses indexes so I can transform many documents very quickly.

Dan McCrearyDan McCreary

Not the answer you're looking for? Browse other questions tagged ms-worddocbook or ask your own question.