|
CHM
Microsoft Compiled HTML Help format
AuthoringThe Microsoft HTML Help 1.3 SDK is the official way to create CHM's. The HTML Help Compiler (HHC) takes a HTML Help Project (HHP) file with metadata, a HTML Help Contents (HHC) with the table of contents, and a HTML Help Index (HHK) with the index keywords, and the HTML pages, producing a CHM. HTML Help Maker is an open-source project which plans to allow the creation of CHM's Many open-source tools automatically generate the HHP, HHC, and HHK together with the HTML output. Especially worth noting are: FormatMicrosoft never released the format specification, but there are a few reverse engineered descriptions of the format:
There are some tools which allow to read the contents of CHM files: Viewers
Links |
Sign in to add a comment
hehe, your downloads is pretty delicious! thanks.
To decompile a chm file in Windows use: hh -decompile <destination_dir> <source_chm_file>
This will generate the html source that was used to build the chm file.