Re: [iText-questions] FlateDecode Problem

2010-12-04 Thread artfhc
Thank you so much. Seems like I can easily extract the buffered image after I throw the stream into the PdfImageObject, regardless of what filter type it uses. So glad someone has already done the job. -- View this message in context: http://itext-general.2136553.n4.nabble.com/FlateDecode-Probl

Re: [iText-questions] FlateDecode Problem

2010-12-03 Thread Paulo Soares
.net Sent: Friday, December 03, 2010 12:40 AM Subject: [iText-questions] FlateDecode Problem So I am having problems of extracting an image from a pdf file. After I get the image stream and identify the decoding method as FlateDecode, I decode it and create an image file. But somehow

Re: [iText-questions] FlateDecode Problem

2010-12-03 Thread Mark Storer
xt-questions@lists.sourceforge.net > Subject: [iText-questions] FlateDecode Problem > > > So I am having problems of extracting an image from a pdf > file. After I get the image stream and identify the decoding > method as FlateDecode, I decode it and create an image file. > But somehow

[iText-questions] FlateDecode Problem

2010-12-02 Thread artfhc
So I am having problems of extracting an image from a pdf file. After I get the image stream and identify the decoding method as FlateDecode, I decode it and create an image file. But somehow the ImageIO.read(inputStream) is giving me a nullpointerexception. What is the problem? Am I decoding the