[ https://issues.apache.org/jira/browse/PDFBOX-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kenneth Berland updated PDFBOX-81: ---------------------------------- Attachment: pdfbox-81.PDXObjectImage.patch I've also found that a hint needs to be given for the color space of these images. > Excetion while extracting images > -------------------------------- > > Key: PDFBOX-81 > URL: https://issues.apache.org/jira/browse/PDFBOX-81 > Project: PDFBox > Issue Type: New Feature > Components: PDFReader > Affects Versions: 0.8.0-incubator > Priority: Minor > Attachments: COSName.java.diff, FilterManager.java.diff, > jbig2_src.zip, JBIG2Filter.java, pdfbox-81.PDXObjectImage.patch > > > [imported from SourceForge] > http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1259747 > Originally submitted by guzzil on 2005-08-15 02:40. > when trying to extract images from I pdf, i get exceptions > like > Exception in thread "main" java.io.IOException: Unknown > stream filter:COSName{JBIG2Decode} > at > org.pdfbox.filter.FilterManager.getFilter(FilterManager.java:116) > at > org.pdfbox.cos.COSStream.doDecode(COSStream.java:276) > at > org.pdfbox.cos.COSStream.doDecode(COSStream.java:240) > at > org.pdfbox.cos.COSStream.getUnfilteredStream(COSStream.java:173) > at > org.pdfbox.pdmodel.common.PDStream.createInputStream(PDStream.java:205) > at > org.pdfbox.pdmodel.common.PDStream.getByteArray(PDStream.java:458) > at > org.pdfbox.pdmodel.graphics.xobject.PDPixelMap.getRGBImage(PDPixelMap.java:131) > > at > org.pdfbox.pdmodel.graphics.xobject.PDPixelMap.write2OutputStream(PDPixelMap.java:153) > > at > org.pdfbox.pdmodel.graphics.xobject.PDXObjectImage.write2file(PDXObjectImage.java:117) > > at > org.pdfbox.ExtractImages.extractImages(ExtractImages.java:169) > at > org.pdfbox.ExtractImages.main(ExtractImages.java:73) > > The pdfs are scanned images, which are afterwards > optimized with Adobe Acrobats "optimize" function. > > pdfimages from xpdf can extract the images. > > I can send you a pdf with this error (it is to big for an > upload). > [comment on SourceForge] > Originally sent by benlitchfield. > Logged In: YES > user_id=601708 > yes please upload the pdf to ftp.pdfbox.org and I will take a > look at it. > Ben Litchfield -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.