Skip to content

Instantly share code, notes, and snippets.

@fatso83
Last active November 13, 2017 11:20
Show Gist options
  • Save fatso83/03d66285c42dfb91610dbc0e57f59f6c to your computer and use it in GitHub Desktop.
Save fatso83/03d66285c42dfb91610dbc0e57f59f6c to your computer and use it in GitHub Desktop.
Concatenate selected pages from one pdf with selected pages from another pdf
pdftk A=~/Desktop/innmeldingsskjema-andelseier-utfylt.pdf B=~/Downloads/scan-diffia.pdf cat A1 B1 output out.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment