pdftk
Verified for current stable LTS
Pdftk Command: Interleave Pdfs Scan Order
Use for interleave pdfs scan order with Pdftk. Exact CLI syntax to interleave pdfs scan order using Pdftk.
When to use this: Use for interleave pdfs scan order with Pdftk.
Command Syntax
pdftk A=<path/to/fronts>.pdf B=<path/to/backs>.pdf shuffle A1-end Bend-1 output <path/to/output>.pdf pdftk A=<path/to/fronts>.pdf B=<path/to/backs>.pdf shuffle A1-end Bend-1 output <path/to/output>.pdf Command Breakdown
pdftk is the base executable for this command.
FAQ
Purpose: Exact syntax to interleave pdfs scan order using Pdftk.
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
Pdftk Command: Extract Pages Specific Pdf
pdftk <path/to/input>.pdf cat 1-3 5 6-10 output <path/to/output>.pdf Pdftk Command: Merge Pdfs Concatenate pdftk <path/to/file1>.pdf <path/to/file2>.pdf cat output <path/to/output>.pdf Pdftk Command: Rotate All Pages Pdf Clockwise pdftk <path/to/input>.pdf cat 1-endsouth output <path/to/output>.pdf Pdftk Command: Rotate Specific Page Pdf pdftk <path/to/input>.pdf cat 1-2 3east 4-end output <path/to/output>.pdf Pdftk Command: Split Pdf Into Separate Pages pdftk <path/to/input>.pdf burst output <path/to/out_%d>.pdf