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.9 platform.
Download (HTTP): http://downloads.sourceforge.net/qpdf/qpdf-6.0.0.tar.gz
Download MD5 sum: e014bd3ecf1c4d1a520bbc14d84ac20e
Download size: 8 MB
Estimated disk space required: 108 MB (with tests)
Estimated build time: 1.0 SBU (with 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-6.0.0 && 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 2016-02-24 00:06:22 -0800