
qpdf
List of commands for qpdf:
-
qpdf:tldr:3915c qpdf: Write each group of n pages to a separate output file with a given filename pattern.$ qpdf --split-pages=n ${input-pdf} ${out_%d-pdf}try on your machineexplain this command
-
qpdf:tldr:4a27d qpdf: Rotate certain pages of a PDF with a given angle.$ qpdf --rotate=${90:2,4,6} --rotate=${180:7-8} ${input-pdf} ${output-pdf}try on your machineexplain this command
-
qpdf:tldr:a865f qpdf: Remove the password from a password-protected file.$ qpdf --password=${password} --decrypt ${input-pdf} ${output-pdf}try on your machineexplain this command