cpdf
Verified for current stable LTS
Cpdf Command: Split Pdf Into Chunks
Use for split pdf into chunks with Cpdf. Exact CLI syntax to split pdf into chunks using Cpdf.
When to use this: Use for split pdf into chunks with Cpdf.
Command Syntax
cpdf -split <path/to/document.pdf> -o <path/to/chunk%%%.pdf> -chunk <10> cpdf -split <path/to/document.pdf> -o <path/to/chunk%%%.pdf> -chunk <10> Command Breakdown
-split- Command Option
- Tool-specific option used by this command invocation.
-o- Command Option
- Tool-specific option used by this command invocation.
-chunk- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to split pdf into chunks 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: Select Pages From Pdf
cpdf <path/to/source_document.pdf> <1-3,6> -o <path/to/destination_document.pdf> 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 Command: List Bookmarks Of Pdf cpdf -list-bookmarks <path/to/document.pdf> Cpdf Command: Encrypt Pdf cpdf -encrypt <128bit> <fred> <joe> <path/to/source_document.pdf> -o <path/to/encrypted_document.pdf> Cpdf Command: Decrypt Pdf cpdf -decrypt <path/to/encrypted_document.pdf> owner=<fred> -o <path/to/decrypted_document.pdf>