Bug 689815 - Problem reading PDF file (probably a CCITTFaxDecode issue).
Summary: Problem reading PDF file (probably a CCITTFaxDecode issue).
Status: NOTIFIED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Images (show other bugs)
Version: master
Hardware: PC Linux
: P4 normal
Assignee: Alex Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-02 12:08 UTC by Marcos H. Woehrmann
Modified: 2008-12-19 08:31 UTC (History)
0 users

See Also:
Customer: 353
Word Size: ---


Attachments

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