I'm trying to figure out how to get the rectangle (extents) for a specific 
AcroField.

I have all the fields, which I get from my stamper as follows:

        fields = pdfStamper.getAcroFields();

and I can get the AcroFields.Item as follows:

        AcroFields.Item item = (AcroFields.Item)fields.get( value );

But how to get X1/Y1 and X2/Y2 from the item is not clear to me (haven't 
found an example that shows this).

Thanks for any/all help!

Andrzej Jan Taramina
Chaeron Corporation: Enterprise System Solutions
http://www.chaeron.com



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to