[EMAIL PROTECTED] wrote:


Hi Bruno,

i have no idea.
the conflicts were with the arrays.

PdfArray fieldRect = (PdfArray) fldItem.widgets[0].get(PdfName.BBOX);

the is a conflict, but i dont know how could i resolve that
is there any solution to convert an ArrayList to an array?

widgets is an ArrayList, not an array.
So instead of widgets[0], you need something like widgets.get(0).
You'll also need to cast the result to the proper class.
Just pretend that the code sent by Mark is pseudocode
and use your own Java magic to correct it.
br,
Bruno


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to