diff --git a/resizepdftocrownquatro.sh b/resizepdftocrownquatro.sh new file mode 100755 index 0000000..c1d7688 --- /dev/null +++ b/resizepdftocrownquatro.sh @@ -0,0 +1,13 @@ +#!/bin/sh +gs \ + -sOutputFile="$1"-cq.pdf \ + -sDEVICE=pdfwrite \ + -r720 \ + -g5356x6976 \ + -dCompatibilityLevel=1.5 \ + -dNOPAUSE \ + -dBATCH \ + -dPDFFitPage \ + "$1".pdf + +#-sPAPERSIZE=a4 \