[iText-questions] itextpdf 5.4.3 throwing com.itextpdf.text.pdf.parser.InlineImageUtils$InlineImageParseException: EI not found after end of image data

2014-10-16 Thread karine.m
I am receiving the EI not found error in this specific attached pdf. I am using itextpdf-5.4.3 jar and below is the code: com.itextpdf.awt.geom.Rectangle rec = new com.itextpdf.awt.geom.Rectangle(307, 728, 742, 400); RenderFilter filter = new RegionTextRenderFilter(rec); Text

Re: [iText-questions] itextpdf 5.4.3 throwing com.itextpdf.text.pdf.parser.InlineImageUtils$InlineImageParseException: EI not found after end of image data

2014-10-16 Thread karine.m
Thanks a lot Michael, the snapshot jar works. But i am having another problem regarding the coordinates used to get the text, i will create a new thread for this problem. Thanks again -- View this message in context: http://itext-general.2136553.n4.nabble.com/itextpdf-5-4-3-throwing-com-itextp