Last active
November 3, 2020 12:10
-
-
Save numpde/6e5d23bd687fa7df3d37e4cf8b56c3c8 to your computer and use it in GitHub Desktop.
Make PDF 2x1 for printing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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