cpdf

Verified for current stable LTS

Cpdf Commands

Cpdf command syntax with verified terminal examples.

Commands

16 commands for Cpdf

cpdf

Cpdf Command: Create Document With Metadata

cpdf -set-metadata <path/to/metadata.xml> <path/to/source_document.pdf> -o <path/to/destination_document.pdf>
cpdf

Cpdf Command: Decrypt Document With Owner Password

cpdf -decrypt <path/to/encrypted_document.pdf> owner=<fred> -o <path/to/decrypted_document.pdf>
cpdf

Cpdf Command: Decrypt Pdf

cpdf -decrypt <path/to/encrypted_document.pdf> owner=<fred> -o <path/to/decrypted_document.pdf>
cpdf

Cpdf Command: Encrypt Document With Passwords

cpdf -encrypt <128bit> <fred> <joe> <path/to/source_document.pdf> -o <path/to/encrypted_document.pdf>
cpdf

Cpdf Command: Encrypt Pdf

cpdf -encrypt <128bit> <fred> <joe> <path/to/source_document.pdf> -o <path/to/encrypted_document.pdf>
cpdf

Cpdf Command: List Annotations Of Pdf

cpdf -list-annotations <path/to/document.pdf>
cpdf

Cpdf Command: List Bookmarks Of Pdf

cpdf -list-bookmarks <path/to/document.pdf>
cpdf

Cpdf Command: Merge Documents Into New One

cpdf -merge <path/to/source_document_one.pdf> <path/to/source_document_two.pdf> -o <path/to/destination_document.pdf>
cpdf

Cpdf Command: Merge Two Pdfs

cpdf -merge <path/to/source_document_one.pdf> <path/to/source_document_two.pdf> -o <path/to/destination_document.pdf>
cpdf

Cpdf Command: Select Pages From Document

cpdf <path/to/source_document.pdf> <1-3,6> -o <path/to/destination_document.pdf>
cpdf

Cpdf Command: Select Pages From Pdf

cpdf <path/to/source_document.pdf> <1-3,6> -o <path/to/destination_document.pdf>
cpdf

Cpdf Command: Set Metadata For Pdf

cpdf -set-metadata <path/to/metadata.xml> <path/to/source_document.pdf> -o <path/to/destination_document.pdf>
cpdf

Cpdf Command: Show Annotations Of Document

cpdf -list-annotations <path/to/document.pdf>
cpdf

Cpdf Command: Show Bookmarks Of Document

cpdf -list-bookmarks <path/to/document.pdf>
cpdf

Cpdf Command: Split Document Into Chunks

cpdf -split <path/to/document.pdf> -o <path/to/chunk%%%.pdf> -chunk <10>
cpdf

Cpdf Command: Split Pdf Into Chunks

cpdf -split <path/to/document.pdf> -o <path/to/chunk%%%.pdf> -chunk <10>

Suggest a Cpdf Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Cpdf workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.