Rabu, 29 April 2015

Decompiling .chm Into .html

Here's how to decompile a .chm into .html - from the command line:

hh -decompile test sample.chm

The result is the decompiled .html pages of the file sample.chm in the folder test.