💾 Archived View for freeshell.de › tldr › cpdf.gmi captured on 2023-11-04 at 12:21:11. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
CLI to manipulate existing PDF files in a variety of ways.
cpdf {path/to/source_document.pdf} {1-3,6} -o {path/to/destination_document.pdf}
cpdf -merge {path/to/source_document_one.pdf} {path/to/source_document_two.pdf} -o {path/to/destination_document.pdf}
cpdf -list-bookmarks {path/to/document.pdf}
cpdf -split {path/to/document.pdf} -o {path/to/chunk%%%.pdf} -chunk {10}
cpdf -encrypt {128bit} {fred} {joe} {path/to/source_document.pdf} -o {path/to/encrypted_document.pdf}
cpdf -decrypt {path/to/encrypted_document.pdf} owner={fred} -o {path/to/decrypted_document.pdf}
cpdf -list-annotations {path/to/document.pdf}
cpdf -set-metadata {path/to/metadata.xml} {path/to/source_document.pdf} -o {path/to/destination_document.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).