chmtopdf
What is chmtopdf?
Chmtopdf is a small, hackish and buggy script written in python that will try to convert a .chm file into a .pdf. It requires mozilla2ps (and consequently, xulrunner).
BUGS
chmtopdf is quite buggy. It has converted the .chm that I needed to print out and that's about it ;)
It's also rather slow (due to mozilla2ps being unneedingly slow in some areas) and the generated .pdf files
are rather big..
Usage and configuration
Make sure you have the following tools installed in your system: mozilla2ps, ps2pdf, gs. Chmtopdf also requires pychm and pygtk (I'll remove this pygtk dependency sometime in the future as it isn't really needed)Download
chmtopdf.py -
19 Mar 2006:
- Initial release (sort of works)