Kurd Laßwitz - Auf zwei Planten: Originaldateien
[ccbib.git] / scripts / center_on_a4
blob436569a93b1b5eb01eaac53e3ea2dd0cbbcf1510
1 #!/bin/sh
3 W=596
4 H=842
6 if [ -z "$2" ]; then
7 output=cA4_$(basename $1)
8 else
9 output=$2
12 bbox () {
13 x=$1
14 y=$2
15 w=$3
16 h=$4
19 bbox $(sed -n -e "s/^%%BoundingBox: //p" $1)
21 new_bb="0 0 $W $H"
22 xoff=$((($W-$w)/2))
23 yoff=$((($H-$h)/2))
25 pstops "1:0($xoff,$yoff)" $1 | strippagesize "$new_bb" a4 >$output