Imagetoraster stopped with status 1

Michael Sweet mike at easysw.com
Fri May 25 06:42:12 PDT 2007


Ron Rademaker wrote:
>> Can you post the PPD file you are using or a URL to the PPD file?
> 
> Here it is:

OK, this PPD file *will not work* with any version of CUPS beyond
1.1.23, as it uses some obscure PostScript commands that have not
been implemented in the mini-interpreter built into
cupsRasterInterpretPPD().

Specifically:

> ...
> *ColorModel RGB/RVB :   "(<<) cvx exec /cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 8/HWResolution[300 300](>>) cvx exec setpagedevice"

(<<) cvx exec and (>>) cvx exec need to be replaced with just
"<<" and ">>", for example:

     << /cupsColorOrder 0/cupsColorSpace 1/cupsBitsPerColor 
8/HWResolution[300 300]>> setpagedevice

For this particular file, it looks like you should be able to do a
global search and replace to get things working.

Please make sure to pass this info on to the driver developer (if
that isn't you).  FWIW, the simpler PS code will still work with
CUPS 1.1.x, which just looked for the key/value pairs...

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Document Software          http://www.easysw.com




More information about the cups mailing list