Hi, in your GhostScript installation there should also exist a gswin32c.exe which runs in console mode and therefore doesn't open a GUI window every time.
Bye, Bernd On Saturday 03 January 2004 00:35, Finn Bock wrote: > [Jeremias Maerki] > > I drive ghostscript with a bash script like this: > > for f in $*; do > r="${f/.pdf/.png}" > echo $f $r > gswin32 -q -dSAFER -dBATCH -dNOPAUSE -sDEVICE=png16m \ > -sOutputFile=$r $f > done > > and it is quite slow and cause the ghostscript console to flicker and > grab the focus all the time. Annoying. > > Does anyone here know of a better (and maybe faster) way of using > ghostscript to convert 615 pdf files to images?