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 PDF Toolkit from Mon, 06/21/2010 - 11:44
Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.
Requirements
GCJ
- OS X
http://www.oreillynet.com/onlamp/blog/2004/08/my_adventure_with_pdftk.html - CentOS
yum install gcj-devel
Installation
cd /extra/src
wget http://www.pdfhacks.com/pdftk/pdftk-1.41.tar.gz
tar zxvf pdftk-1.41.tar.gz
cd pdftk-1.41/pdftk
Build the program according to your OS:
- Mac OS X
make -f Makefile.MacOSX
- CentOS
make -f Makefile.RedHat
Install it:
make install
Perl Module
PDF::Tk
- Log in to post comments