bruno wrote:
I don't see any real difference between your example and mine. Could you send me a small standalone example starting from my code snippet that reproduces the problem?
I have found the problem! I was able to reproduce it by switching two parameters in the Rectangle constructor. I will try to fix the problem in iText as soon as possible. In the meanwhile, you can work around it by switching the parameters in your code like this: PushbuttonField push = new PushbuttonField(stamp.getWriter(),new Rectangle(10 + xadd, pageHeight - 80, fieldwidth + xadd, pageHeight - 40), buttonName + "text"); Let me know if this works, 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
