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-10.0 platform.
Download (HTTP): https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.0.1/qpdf-10.0.1.tar.gz
Download MD5 sum: eb7fb7c6cd5d3036bf4f7a5e3f44d995
Download size: 18 MB
Estimated disk space required: 259 MB (add 49 MB for tests)
Estimated build time: 0.4 SBU (using parallelism=4; add 1.5 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-10.0.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 2020-08-18 14:14:07 -0700