Re: [iText-questions] How do i get the Font and Location information of each and every character

2014-03-06 Thread Raf Hens
On 26/02/2014 12:05, Barathvaj wrote: Thanks Kevin. I not able to find the GlyphRenderListener in ITextSharp. As per documentation it should be available with following namespace iTextSharp.text.pdf.parser. I see this class is internal. I'm checking why. Any update on the same. This was

Re: [iText-questions] How do i get the Font and Location information of each and every character

2014-02-26 Thread Barathvaj
Any update on the same. -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-do-i-get-the-Font-and-Location-information-of-each-and-every-character-tp4659772p4659790.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] How do i get the Font and Location information of each and every character

2014-02-25 Thread Raf Hens
On 24/02/2014 19:48, Barathvaj wrote: Thanks Kevin. I not able to find the GlyphRenderListener in ITextSharp. As per documentation it should be available with following namespace iTextSharp.text.pdf.parser. I see this class is internal. I'm checking why. Raf

[iText-questions] How do i get the Font and Location information of each and every character

2014-02-24 Thread Barathvaj
Hi, I need to extract the font and location information when PdfTextExtractor.GetTextFromPage is called at one shot. I need location and font information character by character instead of line by line. Currently i getting this information for every line instead of character. I am using the

Re: [iText-questions] How do i get the Font and Location information of each and every character

2014-02-24 Thread Kevin Day
Please see GlyphRenderListener. Wrap your RenderListener in that, and you'll receive callbacks for each individual glyph. -- View this message in context:

Re: [iText-questions] How do i get the Font and Location information of each and every character

2014-02-24 Thread Barathvaj
Thanks Kevin. I not able to find the GlyphRenderListener in ITextSharp. As per documentation it should be available with following namespace iTextSharp.text.pdf.parser. -- View this message in context: