Bug 689815

Summary: Problem reading PDF file (probably a CCITTFaxDecode issue).
Product: Ghostscript Reporter: Marcos H. Woehrmann <marcos.woehrmann>
Component: ImagesAssignee: Alex Cherepanov <alex>
Status: NOTIFIED FIXED    
Severity: normal    
Priority: P4    
Version: master   
Hardware: PC   
OS: Linux   
Customer: 353 Word Size: ---

Description Marcos H. Woehrmann 2008-05-02 12:08:25 UTC
The customer reports and I've confirmed that Ghostscript generates an "Error:
/undefined in --run--" message when reading the attached file.  This happens
with gs8.60, gs8.62, and head (r8693).  Acrobat Reader 8.0 opens the file
without error.

The command line I'm using for testing:

  bin/gs ./ARTSTPXX.pdf

A quick look with -dPDFDEBUG suggests the problem is in the /CCITTFaxDecode
filter, though I may be wrong about this.
Comment 1 Marcos H. Woehrmann 2008-05-02 12:09:43 UTC
Created attachment 3977 [details]
ARTSTPXX.pdf
Comment 2 Alex Cherepanov 2008-05-06 23:28:47 UTC
Repair yet another broken PDF file that abbreviates /Indexed to /I
in the color space array. Bug 689815.

The following patch is committed as a rev. 8709.
http://ghostscript.com/pipermail/gs-cvs/2008-May/008290.html
Regression testing shows no differences.