I am planning to write a utility for me which will accept a directory having html files and then based on those html files it will create a CHM [Microsoft Compiled HTML Help] file.
So is there any free library to create CHM file ? If not then please mention some tutorial or links for basic understanding on how to create CHM file.
views:
15answers:
1
A:
From the reference of javadoc in chm format, Franck Allimant's site, there seems to exist two scripts for generating chm from javadoc :
Although I'm not fond of the snake, I would advice you to use the Python script, as it may be more easy to insert in a build process (read in maven or ant)
Riduidel
2010-10-27 07:12:10
Both of the link converts javadoc to chm, but that's not what i wanted.
Rakesh Juyal
2010-10-27 07:50:42
Then what is the point of tagging your question as Java ? What you want is a simple Windows executable that compiles html as chm.
Riduidel
2010-10-27 08:56:48