Skip to content

Instantly share code, notes, and snippets.

@ubuntupunk
Created August 4, 2025 11:19
Show Gist options
  • Save ubuntupunk/f78c5612f2e7a15c12e39f2611c2d4f9 to your computer and use it in GitHub Desktop.
Save ubuntupunk/f78c5612f2e7a15c12e39f2611c2d4f9 to your computer and use it in GitHub Desktop.
split pdf with pdftk
pdftk A='input.pdf' cat A01-20 output output_01_20.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment