Thanks, but this isn't what I'm looking for. Also, you could have saved yourself the trouble of writing a pdf to ps conversion script by just using pdf2ps. Greg On Wed, Aug 06, 2003 at 07:20:16PM -0700, Hugh Esco wrote: > Here is a working shell script to convert a lanscape postscript file into > a pdf file. I'm no ghostscript expert, but after an hour or so of > studying the man page and tweaking this short script, I finally got it to > work without all the ugly obtuse errors. Feel free to adapt from > here. > > #!/bin/sh > gs -sDEVICE=pdfwrite -sOutputFile="$1".pdf -g6120x7920 \ > -dBATCH -dNOPAUSE "$1".ps > > -- Hugh Esco > Free domains: http://www.eu.org/ or mail dns-manager at EU.org