MS CHM is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across.
Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives.
Applications which use chmlib:
arCHMage
xCHM
GnoCHM
Language bindings for chmlib:
PyCHM (Python)
Archive::CHM (Perl)
Text::CHM (Perl)
libCHMxx (C++)
Product's homepage
What's New in This Release: [ read full changelog ]
· A minor bugfix release. It fixes a few bugs related to the example programs, including stability issues related to chm_http. It also removes the bashisms from the contributed script mozilla_helper.sh.