Skip to content

Commit

Permalink
add resize script
Browse files Browse the repository at this point in the history
  • Loading branch information
jirilebl committed May 17, 2018
1 parent be7994d commit 3665a4a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resizepdftocrownquatro.sh
Original file line number Diff line number Diff line change
@@ -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 \

0 comments on commit 3665a4a

Please sign in to comment.