Re: [iText-questions] Bug detected in TextRenderInfo.class

2015-02-09 Thread Kevin Day
Hi folks - I'd really like to get a sample PDF that triggers this problem. It doesn't make sense that the text would be an empty string. Whatever the issue is, it's almost certainly deeper than how TextRenderInfo is operating. Can we get that please? -- View this message in context: http://i

Re: [iText-questions] Bug detected in TextRenderInfo.class

2015-02-09 Thread Kevin Day
Whoops - looking at SVN, I see that there is already a sample in the unit tests - please disregard my prior request - I'll look at it from there. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Bug-detected-in-TextRenderInfo-class-tp4660710p4660741.html Sent from the

Re: [iText-questions] Bug detected in TextRenderInfo.class

2015-02-06 Thread iText mailing list
On 2/6/2015 9:11 AM, mkl wrote: > Sonia, > > Bilbao Arechabala, Sonia wrote >> When I called PdfTextExtractor.getTextFromPage(reader, pageNumber) some of >> the pages returned an IndexOutOfBounds Exception. > Can you share a sample file to reproduce the issue? Hi Michael, there's no need for that.

Re: [iText-questions] Bug detected in TextRenderInfo.class

2015-02-06 Thread mkl
Sonia, Bilbao Arechabala, Sonia wrote > When I called PdfTextExtractor.getTextFromPage(reader, pageNumber) some of > the pages returned an IndexOutOfBounds Exception. Can you share a sample file to reproduce the issue? Regards, Michael -- View this message in context: http://itext-general.

[iText-questions] Bug detected in TextRenderInfo.class

2015-01-30 Thread Bilbao Arechabala, Sonia
Hi all, I found a bug in class com.itextpdf.text.pdf.parser.TextRenderInfo.class of version 5.5.4. When I called PdfTextExtractor.getTextFromPage(reader, pageNumber) some of the pages returned an IndexOutOfBounds Exception. I had to add a line in method getCharCode from class TextRenderInfo to