Manipulate PDF files. More information: https://www.coherentpdf.com/cpdfmanual/cpdfmanual.html.
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
chunk001.pdf
, chunk002.pdf
, etc:cpdf -split path/to/document.pdf -o path/to/chunk%%%.pdf -chunk 10
fred
as owner password and joe
as user password:cpdf -encrypt 128bit fred joe path/to/source_document.pdf -o path/to/encrypted_document.pdf
fred
: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