views:

15

answers:

1

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.

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
Both of the link converts javadoc to chm, but that's not what i wanted.
Rakesh Juyal
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