How to convert .chm to .pdf format in fedora linux

11:48 PM
How to .chm tp .pdf
Download this script http://chm2pdf.googlecode.com/files/chm2pdf-0.9.1.tar.gz
or
http://www.karakas-online.de/downloads/chm2pdf-0.9.tar.gz
http://www.karakas-online.de/forum/viewtopic.php?t=10275
How to install:
Requires:
* chmlib
* pychm
* htmldo
then...
* Download the archive
* Unzip it (tar -xzvf chm2pdf-x.x.x.tar.gz)
* Enter the directory
* Become root
* Type "python setup.py install"
* Enjoy
 
HowToUse
Usage of chm2pdf
Usage:
/usr/bin/chm2pdf (--book / --webpage) [options] input_filename [output_filename]
Either '--book' or '--webpage' MUST be given! Only one of the two options can be present, not both!
=========================
How do I install yum-downloadonly plugin?
Type the following command to install plugin, enter:
# yum install yum-downloadonly
 
How do I download a RPM package only from RHN or CentOS mirror, without installing it?
Download httpd package but don't install/update, enter:
# yum update httpd -y --downloadonly
By default package will by downloaded and stored in /var/cache/yum/ directory. But, you can specifies an alternate directory to store packages such as /opt, enter:
# yum update httpd -y --downloadonly --downloaddir=/opt

0 Comments