I have a rotated PDF page with a single iText text field which I am stuffing with an image. I notice however, after rotating the field position (since the position is relative to the un-rotated page) that the vertical coordinate is too high. I also notice that if I subtract the height of the footer the image appears in the correct position (I just guessed really).
1. Are AcroField position coordinates relative to (0,0) or does the footer come into play?
2. If so, where/how can I get footer information? (since the page is generated by a carbon-based life form off-site and passed to my code).
Thanx, ~richard