Skip to content
Snippets Groups Projects

batch mode fix

Merged Whitney Armstrong requested to merge view3_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -46,7 +46,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
@@ -46,7 +46,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
# units are mm
# units are mm
dawncut 0 0 -1 1500 ${INPUT_FILE} ${FILE_TAG}.prim
dawncut 0 0 -1 1500 ${INPUT_FILE} ${FILE_TAG}.prim
dawn ${FILE_TAG}.prim
dawn -d ${FILE_TAG}.prim
ps2pdf ${FILE_TAG}.eps ${FILE_TAG}_full.pdf
ps2pdf ${FILE_TAG}.eps ${FILE_TAG}_full.pdf
gs -o ${FILE_TAG}.pdf -sDEVICE=pdfwrite \
gs -o ${FILE_TAG}.pdf -sDEVICE=pdfwrite \
-c "[/CropBox [50 175 550 675] /PAGES pdfmark" \
-c "[/CropBox [50 175 550 675] /PAGES pdfmark" \
Loading