💾 Archived View for freeshell.de › tldr › qpdf.gmi captured on 2024-02-05 at 11:54:36. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Versatile PDF transformation software.
qpdf --empty --pages {input.pdf} {1-3,5,6-10} -- {output.pdf}
qpdf --empty --pages {file1.pdf} {file2.pdf} {file3.pdf} -- {output.pdf}
qpdf --empty --pages {file1.pdf} {1,6-8} {file2.pdf} {3,4,5} -- {output.pdf}
qpdf --split-pages=n {input.pdf} {out_%d.pdf}
qpdf --rotate={90:2,4,6} --rotate={180:7-8} {input.pdf} {output.pdf}
qpdf --password={password} --decrypt {input.pdf} {output.pdf}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).