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
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
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
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