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-9.1 platform.
Download (HTTP): https://github.com/qpdf/qpdf/releases/download/release-qpdf-9.1.1/qpdf-9.1.1.tar.gz
Download MD5 sum: 8a2ddc3bdf0671234a5651251a7e9da6
Download size: 17 MB
Estimated disk space required: 255 MB (add 50 MB for tests)
Estimated build time: 0.5 SBU (using parallelism=4; add 1.6 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-9.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 2020-02-17 12:12:55 -0800