Hi there I would like to know the best way to create text boxes with rounded corners writing in the PDF at the high level, without specifying explicitily the coordinates for the position. I thought that I could achieve that by "subclassing" the already existent class Cell, using in the new subclass RoundCornersCell the method roundRectangle of the PdfContentByte class, but for this method I need to specify, one way or another that positions. What I want to know where are defined the code that in the last analisys, is responsible for drawing the borders of the cells, when we specify that we want to draw them, and is if the possible to override that code explicitily in a way that instead of drawing the traditional "square corners", it draws the round corners.
have a nice day, pescadoridigital ------------------------------------------------------------------------- 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
