The Qpdf package contains command-line programs and library that do structural, content-preserving transformations on PDF files.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://downloads.sourceforge.net/qpdf/qpdf-5.1.1.tar.gz
Download MD5 sum: 378bfd1c2ee15d7815f2f4b1a50fa6e0
Download size: 7.4 MB
Estimated disk space required: 63 MB (72 MB, running the tests)
Estimated build time: 0.5 SBU (plus 0.6 for the tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/qpdf
Install Qpdf by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/qpdf-5.1.1 && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-19 02:11:12 -0800