impose-4up
1 #!/bin/bash 2 3 # =================================================== # 4 # This program is part of 5 # Paul's Preponderating Prepresser v1.1 6 # (CC) 2020 The Rev. Paul T. Fusco-Gessick 4.*.6 7 # <<paul@neroots.net>> 8 9 # I.F.E.T. -- I.V.V.S. 10 # =================================================== # 11 12 f=$1 13 b=${f%.pdf} 14 echo "got file "$f 15 echo ".PSenating ..." 16 pdftops -level3 -origpagesizes $f $b.ps 17 echo " ... imposing pages 4-up ..." 18 pstops "4:0U(0,0)+7U(0.5w,0)+3(0,0.5h)+4(0.5w,0.5h), 4:6U(0,0)+1U(0.5w,0)+5(0,0.5h)+2(0.5w,0.5h)" $b.ps i$b.ps 19 echo " ... re.PDFenating ..." 20 ps2pdf i$b.ps PPP$b.pdf 21 rm -f *.ps 22 cowsay "and boom goes the dynamite."