Skip to content

Commit

Permalink
rm no-landscape for printpdf
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-b committed Jul 29, 2023
1 parent f577b39 commit 6e856f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ echo "Extracting pdfjam"
tar -xvf pdfjam-3.06.tar.gz

echo "running pdfjam - normal pdf"
./pdfjam-3.06/bin/pdfjam --batch --nup 2x1 --suffix 2up --twoside --openright true --no-landscape output/out.pdf --outfile output/
./pdfjam-3.06/bin/pdfjam --batch --nup 2x1 --suffix 2up --twoside --openright true --no-landscape --outfile output/ output/out.pdf

echo "running pdfjam - print pdf"
./pdfjam-3.06/bin/pdfjam --suffix 2up-print --twoside --openright true --signature 8 --no-landscape --outfile output/ output/out.pdf
./pdfjam-3.06/bin/pdfjam --suffix 2up-print --twoside --openright true --signature 8 --outfile output/ output/out.pdf

echo "deleting stuff"
rm pdfjam-3.06.tar.gz
Expand Down

0 comments on commit 6e856f3

Please sign in to comment.