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.3 platform.
Download (HTTP): https://github.com/qpdf/qpdf/releases/download/release-qpdf-8.2.1/qpdf-8.2.1.tar.gz
Download MD5 sum: a11c1f99753934be7d60c0ab43821bbc
Download size: 7.9 MB
Estimated disk space required: 117 MB (with tests)
Estimated build time: 0.7 SBU (using parallelism=4; 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-8.2.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-08-29 19:35:01 -0700