The Qpdf package contains command-line programs and a library that does structural, content-preserving transformations on PDF files.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.1.0/qpdf-10.1.0.tar.gz
Download MD5 sum: 6d72264ff68a9807418af4d7fc613e95
Download size: 18 MB
Estimated disk space required: 274 MB (add 44 MB for tests)
Estimated build time: 0.5 SBU (using parallelism=4; add 1.3 SBU for tests)
fop-2.6, GnuTLS-3.7.0, and libxslt-1.1.34
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.1.0 && 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 2021-02-21 15:09:04 -0800