Bug 689287 - File gives "undefined in --get--", works with Acrobat
Summary: File gives "undefined in --get--", works with Acrobat
Status: NOTIFIED DUPLICATE of bug 689272
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PS Interpreter (show other bugs)
Version: master
Hardware: All All
: P2 normal
Assignee: Alex Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-19 08:52 UTC by Ray Johnston
Modified: 2011-09-18 21:47 UTC (History)
0 users

See Also:
Customer: 411
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.