Skip to content

Commit

Permalink
pdfjam, 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-b committed Jul 29, 2023
1 parent c29fb7b commit 25e6801
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ echo $(pip3 -V) >> output/python-version

wget https://github.com/rrthomas/pdfjam/releases/download/v3.06/pdfjam-3.06.tar.gz -O /tmp/pdfjam-3.06.tar.gz
zcat < /tmp/pdfjam-3.06.tar.gz | tar xf -
echo $(ll /tmp/pdfjam-3.06) >> output/pdfjam-logs
PATH=/tmp/pdfjam-3.06/bin/pdfjam:$PATH

pdfjam --batch --nup 2x1 --suffix 2up --landscape output/out.pdf
echo $(pwd) >> output/python-version
cd /tmp/pdfjam-3.06/bin
./pdfjam --batch --nup 2x1 --suffix 2up --landscape output/out.pdf

0 comments on commit 25e6801

Please sign in to comment.