CHM2PDF

(c) 2007 Massimo Sandal
(c) 2007 Chris Karakas <http://www.karakas-online.de>

A Python script that converts a CHM file into a single PDF file.

Usage: 
chm2pdf [options] input_filename [output_filename]

See

chm2pdf --help

for all options.

Installation:
- download the .tar.gz
- unzip it: "tar -xzvf chm2pdf-a.b.c.tar.gz"
- enter the newly created directory
- acquire root privileges
- type "python setup.py install"

Requires:
    - python
    - chmlib 
      NOTE: chmlib *must* be configured with ./configure --enable-examples
    - pychm
    - htmldoc
    
All of these should be in your Linux/Unix distribution repository :)

To contact Massimo: devicerandom@gmail.com
To contact Chris: chris@karakas-online.de
