/usr/share/doc/chm2pdf/README is in chm2pdf 0.9.1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | CHM2PDF
(c) 2007 Massimo Sandal
(c) 2007-2008 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.
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
|