Create html from a chm file 2008-05-04
Posted by claudio in Uncategorized.Tags: chm, html
add a comment
Sometimes documentation can be found in the horrible chm format (Microsoft compiled html). There are UNIX viewers to see these kind of files (gnochm, xchm, etc) but it is nicer to have it in a more flexible format (print, search, edit): html. I use “extract_chmLib” for this.
Extract the file documentation.chm to directory documention:
$ extract_chmLib documentation.chm documentation