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.8 platform.
Download (HTTP): http://downloads.sourceforge.net/qpdf/qpdf-5.1.3.tar.gz
Download MD5 sum: aafbf3950230f84d7998b700b12428f4
Download size: 7.4 MB
Estimated disk space required: 106 MB (running the tests)
Estimated build time: 1.0 SBU (running 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.3 && 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 2015-09-18 20:33:16 -0700