http://code.google.com/p/ghostscript/downloads/detail?name=ghostpdl-9.07.tar.bz2
curl whytheluckystiff.net | grep SPOOL | cut -f1 | cut -d/ -f2 | while read line; do wget http://whytheluckystiff.net/SPOOL/$line && pcl6 -o $line.pdf -sDEVICE=pdfwrite $line; done