> In my configuration ghostscript produces pretty nice pdf-output (from
> ps-files)
> 
> the shell script
> -----
> # !/bin/bash
> #
> # make-pdf $1
> #
> # give job name as first parameter (e.g. to convert music.dvi to music.pdf
> # call this script as 'make-pdf music')
> #
> dvips $1
> gs -sDEVICE=pdfwrite -sOutputFile=$1.pdf -dNOPAUSE $1.ps quit.ps
> # end of make-pdf
> -----
> should run on any unix machine (gs version is 5.10, dvips is 5.82).

I recommend that you upgrade to gs 6.0 or newer. It will give you
PDF files with Type1 fonts for all fonts that are Type1 in the
postscript, which means that the resulting file looks much better
on screen. Unfortunately, we don't have the music symbols in Type1
format. Also, gs 6.x includes a script ps2pdf which does exactly
the same thing as your script. 

       /Mats



Reply via email to