My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
CHM  
Microsoft Compiled HTML Help format
CHM, Format
Updated Jul 11, 2010 by Jose.R.F...@gmail.com

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

  • Microsoft HTML Help Viewer
  • xCHM — a CHM viewer for UNIX (Linux, BSD, Solaris), written by Razvan Cojocaru
  • JouleData Solutions' CHM Viewer — a comercial 100% native Cocoa .chm file viewer for the Mac OS X platform
  • GnoCHM — a CHM file viewer. It is designed to integrate nicely with Gnome.
  • chmviewer
  • ChmSee
  • Chmox — a Mac OS X CHM viewer
  • KchmViewer — a Qt/KDE based viewer of CHM files

Links

Comment by ixom...@gmail.com, Mar 30, 2008

hehe, your downloads is pretty delicious! thanks.

Comment by amj....@gmail.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
Powered by Google Project Hosting