https://github.com/davideuler/chm2pdf
Automatically exported from code.google.com/p/chm2pdf
https://github.com/davideuler/chm2pdf
Last synced: 3 months ago
JSON representation
Automatically exported from code.google.com/p/chm2pdf
- Host: GitHub
- URL: https://github.com/davideuler/chm2pdf
- Owner: davideuler
- License: gpl-2.0
- Created: 2015-04-11T09:38:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-11T09:42:11.000Z (almost 11 years ago)
- Last Synced: 2025-07-13T08:46:31.535Z (6 months ago)
- Language: Python
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
CHM2PDF
(c) 2007 Massimo Sandal
(c) 2007-2008 Chris Karakas
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.
RECOMMENDED READING:
- http://www.karakas-online.de/forum/viewtopic.php?t=10275
- http://www.karakas-online.de/forum/viewtopic.php?t=10969
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
Optional:
- BeautifulSoup
All of these should be in your Linux/Unix distribution repository :)
To contact Massimo: devicerandom@gmail.com
To contact Chris: chris@karakas-online.de