CHM to PDF conversion
Mar 5, 2007
Have some CHMs that you’d rather browse as PDFs? Easy. To convert, you’ll need libchm-bin
and htmldoc
on Ubuntu, probably the same on Debian and similar on others. Then, do the following:
$ extract_chmLib foo.chm foo/
$ htmldoc --webpage -f foo.pdf foo/*.html
Done.