Skip to content

Instantly share code, notes, and snippets.

@numpde
Last active November 3, 2020 12:10
Show Gist options
  • Save numpde/6e5d23bd687fa7df3d37e4cf8b56c3c8 to your computer and use it in GitHub Desktop.
Save numpde/6e5d23bd687fa7df3d37e4cf8b56c3c8 to your computer and use it in GitHub Desktop.
Make PDF 2x1 for printing
# Make PDF 2x1 for printing
pdftk $FILE cat 1-end output - | pdfjam --nup 2x1 --landscape --outfile /dev/stdout | pdfjam --angle=90 /dev/stdin --outfile /dev/stdout | okular -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment