I'm trying to automate JavaHelp generation from a book (HTML) already on the web to bundle as a NetBeans module. Is there a way to automate the conversion into JavaHelp format?
Is there a way to import HTML into JavaHelp?
172 views Asked by javydreamercsw At
2
There are 2 answers
0
On
It appears that you can use JHelpDev to create Java Help sets from existing HTML. It looks pretty simple to use but I can't attest to it's quality.
How are you writing your book? If you're using DocBook then you can generate JavaHelp directly from it.