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-8.2 platform.
Download (HTTP): https://downloads.sourceforge.net/qpdf/qpdf-7.1.1.tar.gz
Download MD5 sum: d6f5aab023905499aaf4b47f63387667
Download size: 6.8 MB
Estimated disk space required: 69 MB (add 14 MB for tests)
Estimated build time: 0.2 SBU (with parallelism=4; add 0.4 SBU for 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-7.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 2018-02-19 20:56:06 -0800