I have pdf files that are primarily large images of old newspaper pages. Using gs 9.06 these are properly rendered but on my website (using ghostscript 8.70) they show with a noisy gray background. The following link gives an example (downloads a single page from gs):
http://mvtm.ca/collections/php/serve_pdfpage.php?file=1940-04-11&page=01
the actual gs command is: gs -q -sDEVICE=pdfwrite -r200 -dNOPAUSE -dBATCH -dSAFER -dFirstPage=01 -dLastPage=01 -sOutputFile=- mypdffile.pdf
It appears that the image layer (the only thing that should be rendered) is not shown. The pdfs were also processed by an OCR program to add background text for searching.
This exact procedure operates correctly on my local machine (Mac OS X).
Does anyone know what is happening here?