Linux Commands Examples

A great documentation place for Linux commands

qpdf

PDF transformation software

Synopsis

qpdf [ options ] infilename [ outfilename ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
qpdf --linearize thesis.pdf 11500811g.pdf
0
source
            
cp "$file" "$file.bk"
qpdf --password=4866431001 --decrypt "$file.bk" "$file"
rm -f "$file.bk"
done

description

The qpdf program is used to convert one PDF file to another equivalent PDF file. It is capable of performing a variety of transformations such as linearization (also known as web optimization or fast web viewing), encryption, and decryption of PDF files. It also has many options for inspecting or checking PDF files, some of which are useful primarily to PDF developers.

For a summary of qpdf’s options, please run qpdf --help. A complete manual can be found in /usr/share/doc/qpdf/qpdf-manual.html or /usr/share/doc/qpdf/qpdf-manual.pdf.

How can this site be more helpful to YOU ?


give  feedback