diagrams/scripts/strippdf.sh
author Scott Morrison <scott@tqft.net>
Thu, 03 Jun 2010 21:59:55 -0700
changeset 337 f77cb464248e
parent 8 15e6335ff1d4
permissions -rwxr-xr-x
finally understanding what Lurie says, fixed remark about maps to a space

gs -r2400 -dBATCH -dNOPAUSE -dSAFER -q -dNOCACHE -sDEVICE=epswrite -sOutputFile=temp1.eps ../pdf/$1.pdf
sed -e '/CreationDate/d' temp1.eps > temp2.eps
rm temp1.eps
mv temp2.eps ../eps/$1.eps