You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Alexander Sgardelli <as...@yahoo.de> on 2009/04/08 16:16:15 UTC

TextPosition in PDFBox 0.7.4

Hi,

 

 

I simply want to extract the font sizes in  a pdf document. I know that it
is possible with the methods in the class TextPosition, but I have no clue
how to get the TextPosition object from PDDocument, so I can use the
getFontSize()-method.

 

Can anyone help me with that?