
A Python script that converts CHM files into PDF files
Convert CHM files to PDF files. This package supports batch conversion, command line, PDF security options, password protection, and compression modes. The program has an Explorer-like interface.
Home Page : http://code.google.com/p/chm2pdf/
Install :
dnd@riyaniezt:~$ sudo apt-get install libchm-bin htmldoc python-chm chm2pdfHow to convert CHM to PDF :
sample (outputting an A4 PDF document, with ToC, images, links etc.):
dnd@riyaniezt:~$ chm2pdf --webpage sample.chmSee all options :
dnd@riyaniezt:~$ man chm2pdf or
dnd@riyaniezt:~$ chm2pdf --help | less