Re: [iText-questions] Reg: Extracting text font style

2012-02-20 Thread iText Info
Op 20/02/2012 9:45, manoj kumar schreef: > Thanks for your reply. > > I am trying to extract text from pdf. OK, I assume you're using the com.itextpdf.text.pdf.parser classes to do so. To me it's evident you're not trying to extract text with a cork screw, but as you're not being specific, one ne

Re: [iText-questions] Reg: Extracting text font style

2012-02-20 Thread manoj kumar
Thanks for your reply. I am trying to extract text from pdf. Text is written in hierarchical way..lets say i have a chapter, inside it section, inside section might be another section or any paragraph..and i need to recognize the origin of text(i.e whether it is coming from paragraph or section or

Re: [iText-questions] Reg: Extracting text font style

2012-02-20 Thread manojkumar1412
Thanks for your reply. I am trying to extract text from pdf. Text is written in hierarchical way..lets say i have a chapter, inside it section, inside section might be another section or any paragraph..and i need to recognize the origin of text(i.e whether it is coming from paragraph or section or

Re: [iText-questions] Reg: Extracting text font style

2012-02-20 Thread iText Info
Op 20/02/2012 7:30, manoj kumar schreef: > Is this possible to extract text font style from pdf? The concept of font style doesn't really exist in PDF. For instance, if you have the font family Helvetica, different fonts will be used for the styles normal, bold, italic and bold-italic. In this c