flippar
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 " ... reticulating splines ..." 18 pstops '2:0,1U' "b$b.ps" "i$b.ps" 19 echo " ... re.PDFenating ..." 20 ps2pdf "i$b.ps" "$b-fixed.pdf" 21 rm -f ./*.ps 22 cowsay "and boom goes the dynamite."