QPDF
Description
QPDF is a C++ library and set of programs that inspect and manipulate the structure of PDF files. It can encrypt and linearize files, expose the internals of a PDF file, and do many other operations useful to end users and PDF developers.
Categories
License
Update Notifications
User Ratings
User Reviews
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gnu make >= 3.81" >&5 $as_echo_n "checking for gnu make >= 3.81... " >&6; } make_okay=0 if make --version >/dev/null 2>&1; then v=`make --version | grep 'GNU Make' | sed -e 's/.*Make //'` maj=`echo $v | cut -d. -f 1` min=`echo $v | cut -d. -f 2` if test $maj -gt 3 -o '(' $maj -eq 3 -a $min -ge 81 ')'; then make_okay=1 fi fi All the world is gnu and every make is gnu make? should check MAKE at least. 'Quality' it is not
-
Great product qpdf
-
qpdf works nicely
-
Love that its free
-
very easy to use
-
Compiled today into iSeries (as400). Very hard task due to some inconsintencies in sys files that should be patched manually. Install also should be completed manuallly because some libraries cannot be found by install. But, when done, it works. I've tried some features like linearization, decrypt/encrypt, extract, etc. Everything works fine. Thanks to all developers.