Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread Shriram
I had mentioned in my first post that I had used just a PdfTextExtractor. And I never alleged any tool of not working. Anyway, thanks for the quick answer. I'll try using TextRenderInfo. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Reading-blocks-of-text-based-on-th

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread iText Info
Op 20/02/2012 10:11, Shriram schreef: > Thanks for the answer. I would like to know what tool has to be used to > extract such information. I again want to stress that there can be text > blocks with different fonts/sizes within the same page and I want to extract > their information sequentially.

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread Shriram
@1T3XT BVBA Thanks for the answer. I would like to know what tool has to be used to extract such information. I again want to stress that there can be text blocks with different fonts/sizes within the same page and I want to extract their information sequentially. -- View this message in context:

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread iText Info
Op 20/02/2012 9:56, Shriram schreef: > In other words, is it possible to retrieve the font, size and other > attributes of the text in the PDF file? Of course! -- Try before you buy = See our experts in action! The most co

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread Shriram
In other words, is it possible to retrieve the font, size and other attributes of the text in the PDF file? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Reading-blocks-of-text-based-on-their-font-size-tp4403517p4403538.html Sent from the iText - General mailing list

[iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread Shriram
Hi. I have created a PDF file using iText(Java) which has text(essentially multiple Strings in a single page) in different fonts and sizes. Now, when I read back this file thorugh PdfTextExtractor, I get the entire text in the page as a single String. Is there a way to extract each String by String