cpdf
Verified for current stable LTS
Cpdf Command: Merge Documents Into New One
Use for merge documents into new one with Cpdf. Exact CLI syntax to merge documents into new one using Cpdf.
When to use this: Use for merge documents into new one with Cpdf.
Command Syntax
cpdf -merge <path/to/source_document_one.pdf> <path/to/source_document_two.pdf> -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> Command Breakdown
-merge- Command Option
- Tool-specific option used by this command invocation.
-o- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to merge documents into new one using Cpdf.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
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 Command: Decrypt Document With Owner Password cpdf -decrypt <path/to/encrypted_document.pdf> owner=<fred> -o <path/to/decrypted_document.pdf> Cpdf Command: Decrypt Pdf cpdf -decrypt <path/to/encrypted_document.pdf> owner=<fred> -o <path/to/decrypted_document.pdf> Cpdf Command: Encrypt Document With Passwords cpdf -encrypt <128bit> <fred> <joe> <path/to/source_document.pdf> -o <path/to/encrypted_document.pdf> Cpdf Command: Encrypt Pdf cpdf -encrypt <128bit> <fred> <joe> <path/to/source_document.pdf> -o <path/to/encrypted_document.pdf>