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 - 12:00
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:freetype was needed for OS X 10.3: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://mirror.cinquix.com/pub/savannah/freetype/freetype-2.4.1.tar.gz
tar zxf freetype-2.4.1.tar.gz
cd freetype-2.4.1
./configure
make
sudo make installfontconfig next:
wget 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