diagrams/scripts/strippdf.sh
author Kevin Walker <kevin@canyon23.net>
Fri, 04 Jun 2010 08:15:08 -0700
changeset 339 9698f584e732
parent 8 15e6335ff1d4
permissions -rwxr-xr-x
starting to revise the ancient TQFTs-from-fields section; other minor stuff

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