You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Ilija Pavlic <il...@gmail.com> on 2011/12/15 09:40:32 UTC

Dimensions clarification

1. In what dimensions and direction is the Rectangle in the

PDFTextStripperByArea function addRegion(String regionName, Rectangle2D rect).

In other words, where does the rectangle R start (dimensions of the
origin values), how big is it (dimensions of the rectangle) and in
what direction does it go (NE, NW, SW, SW)?

2. What are the dimensions of a new PDRectangle(300, 400)? In other
words, what are the units of values 300 and 400?

Thanks,

Ilija.