This is a proxy-type script which transforms Postscript files into PDFs and web pages into the same web page with the links rewritten to go through the script. I use this when printing out problem sets and exam papers in college, where the machines lack a PS viewer. Download the latest version thusly: darcs get http://salami.ox.compsoc.net/~resiak/darcs/ps2pdf/ On Debian-like systems, grab the dependencies with: apt-get install libwww-perl libfile-temp-perl libhtml-tree-perl gs-common If you're not on a real computer, you need the modules at the top of ps2pdf.pl plus the `ps2pdf` binary, which is part of ghostscript in Debian-land. If you run into problems with servers serving up Postscript files with the wrong content-type, try appending '&force_ct=application/postscript' to the URL. If you want to send me a patch, use `darcs send`. If you want to report a problem to me, mail . I can't guarantee I'll fix problems, though: this works well enough for me. -- Will Thompson