You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Dave Smith (JIRA)" <ji...@apache.org> on 2014/03/25 02:53:43 UTC

[jira] [Created] (PDFBOX-1999) JBIG2Filter - FlateDecoded Globals Table

Dave Smith created PDFBOX-1999:
----------------------------------

             Summary: JBIG2Filter - FlateDecoded Globals Table
                 Key: PDFBOX-1999
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1999
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Dave Smith
         Attachments: pdfbox.patch

When rendering a jbig2 with a Globals table that has a filter (in this case compressed) JBIG2Filter was calling getFilteredStream which sounds correct but in fact is not filtered but the raw data. It needs to be getUnfilteredStream() . 

I will submit a patch. I have a pdf to test it on but it is public so the test will have to be done off list



--
This message was sent by Atlassian JIRA
(v6.2#6252)