singledingle
1 #!/bin/bash 2 3 # ================================================ # 4 # This program is part of 5 # Paul's Preponderating Prepresser v1.1 6 # (CC-BY-SA 4.0) 2025 e.v. by 7 # The Rev. Paul T. Fusco-Gessick, J.D., SDA 8 # <<paul@neroots.net>> 9 10 # I.F.E.T. -- I.V.V.S. 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 " ... rearranging pages ..." 18 psbook $b.ps b$b.ps 19 echo " ... imposing pages 2-up ..." 20 pstops "2:0L@1.0(1w,0)+1L@1.0(1w,0.5h)" b$b.ps i$b.ps 21 echo " ... re.PDFenating ..." 22 ps2pdf i$b.ps PPP$b.pdf 23 rm -f *.ps 24 cowsay "and boom goes the dynamite."