I have been converting PDF's to TIFF files using our imaging server without any problem. We upload a PDF via a web interface to our server and the erez imaging server converts to TIFF files for us. I have just recently been getting an error from ghostscript as follows:
GS output: Error: /invalidrestore in --restore-- GS output: Operand stack: GS output: --dict:12/21(L)-- --nostringval-- --nostringval-- --nostringval-- GS output: Execution stack: GS output: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1846 1 3 %oparray_pop 1845 1 3 %oparray_pop 1829 1 3 %oparray_pop --nostringval-- 1775 2 4 %oparray_pop --nostringval-- 1759 2 4 %oparray_pop --nostringval-- --nostringval-- 1775 3 4 %oparray_pop --nostringval-- 1759 3 4 %oparray_pop --nostringval-- GS output: Dictionary stack: GS output: --dict:1159/1684(ro)(G)-- --dict:1/20(G)-- --dict:75/200(L)-- --dict:75/200(L)-- GS output: Current allocation mode is local GS output: Last OS error: 2 GS Error: GPL Ghostscript 8.70: Unrecoverable error, exit code 1
Here is the ghostscript config:
<parameter value="-r220"/> <!-- controls resolution. For example -r144 means 144 DPI -->
<parameter value="-dQUIET"/>
<parameter value="-dSAFER"/>
<parameter value="-dBATCH"/>
<parameter value="-dNOPAUSE"/>
<parameter value="-dNOPROMPT"/>
<parameter value="-sDEVICE=tiff24nc"/>
<parameter value="-dUseCIEColor"/>
<parameter value="-dTextAlphaBits=4"/>
<parameter value="-dGraphicsAlphaBits=4"/>
<parameter value="-dEPSCrop"/>
It is a Linux Ubuntu OS.
This really doesn't mean anything to me, and there doesn't seem to be much help on the internet. If any body can shed some light on what the error means we may be able to start diagnosing the problem.
Many thanks, Pat