Bug 689287

Summary: File gives "undefined in --get--", works with Acrobat
Product: Ghostscript Reporter: Ray Johnston <ray.johnston>
Component: PS InterpreterAssignee: Alex Cherepanov <alex>
Status: NOTIFIED DUPLICATE    
Severity: normal    
Priority: P2    
Version: master   
Hardware: All   
OS: All   
Customer: 411 Word Size: ---

Description Ray Johnston 2007-06-19 08:52:13 UTC
The problem is that the PPD used to make this file on the Mac with
the LaserWriter 8 driver appears to be flawed because it does not
protect some of the "Feature" setup by putting it in a 'stopped'
context as is customary with PPD options. The offending section is:

%%BeginFeature: *JobPatchFile 0
    currentsystemparams/MaxImageBuffer get 4194304 lt{
    << /MaxImageBuffer 4194304 >> setsystemparams}if
    currentsystemparams/JobTimeout get 0 ne{
    << /JobTimeout 0 >> setsystemparams}if
    currentuserparams/MaxSuperScreen get 4194304 lt{
    << /MaxSuperScreen 4194304 >> setuserparams}if
%%EndFeature

This gets an error on Ghostscript since we don't have the system
param "MaxImageBuffer", thus throwing an 'undefined' error.

I recommend that we investigate Adobe implementations and add any
systemparams that are 'standard' in Adobe RIP products and distiller.
Comment 1 Ray Johnston 2007-06-19 08:52:50 UTC
Created attachment 3035 [details]
Example.ps
Comment 2 Ray Johnston 2007-06-19 08:53:36 UTC
Customer priority
Comment 3 Ray Johnston 2007-06-19 09:21:21 UTC

*** This bug has been marked as a duplicate of 689272 ***
Comment 4 Marcos H. Woehrmann 2011-09-18 21:47:23 UTC
Changing customer bugs that have been resolved more than a year ago to closed.