Skip to content

Commit

Permalink
no nup for print
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-b committed Jul 29, 2023
1 parent 58fe83e commit 27828a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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/

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

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

0 comments on commit 27828a4

Please sign in to comment.