SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Revision of pdftohtml from Fri, 07/23/2010 - 11:32
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
Installation
pdftohtml is part of the poppler-utils package:
- CentOS Linux
yum install poppler-utils
- OS X
first:fontconfig next:wget http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz
tar zxf pkg-config-0.25.tar.gz
cd pkg-config-0.25
./configure
make
sudo make installwget http://fontconfig.org/release/fontconfig-2.8.0.tar.gz
tar zxf fontconfig-2.8.0.tar.gz
cd fontconfig-2.8.0
./configure
make
sudo make installThen poppler:
wget http://poppler.freedesktop.org/poppler-0.14.1.tar.gz
tar zxf poppler-0.14.1.tar.gz
cd poppler-0.14.1
./configure
make
sudo make install
- Log in to post comments