You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by "rcolmegna@libero.it" <rc...@libero.it> on 2011/09/26 17:09:09 UTC

detect image position

Hi,

I'm using PDFBox to parse a PDF file.  Particularly I need to detect an
image and determinate position (page/left/top) and size.

With the actual code I can detect the "Image" object which I search,
I could read the size but I can't detect left/top position.

How can I do this?

TIA