Created
September 24, 2020 14:31
-
-
Save numpde/8dd100b7c4a8c9f85533694da0a87a6b to your computer and use it in GitHub Desktop.
Display a PDF file in 2x1 portrait format 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
# Display a PDF file in 2x1 portrait format for printing | |
pdfjam --nup 2x1 --landscape "file.pdf" --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