My favorites | Sign in
Project Logo
                
Search
for
Updated Dec 20, 2007 by Jose.R.Fonseca
Labels: CHM, Format
CHM  
Microsoft Compiled HTML Help format

Authoring

The 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:

Format

Microsoft 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


Comment by ixombat, Mar 30, 2008

hehe, your downloads is pretty delicious! thanks.

Comment by amj.com, Jun 27, 2008

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.


Sign in to add a comment
Hosted by Google Code