Hello there, I have my nice set of XML files for a user manual, which I already transform to HTML to make the online manual (simil CHM) with XSLT.
Now, I'd like to make a printable user manual from the same set of XML files. I'd like to generate an ODT or directly a PDF file, but I didn't find any "quick-and-simple" tool to do that.
The internal formatting of a page is HTML (just _<b>_ or _<img>_), the structure is in XML.
Also, I'd like to (automatically) generate an index and a front page.
I was thinking of using QT4.5 , since it can generate ODT even from HTML, but I prefer an already compiled application.
I have a set of about 200 xml files that need to be converted in a "batch" execution.
Any hint?