duschhaube wrote: > Hello, > > is it possible with itext to create text in ellipse or in circle boxes > like the example pdf in this mail?
Yes and no. No, because I don't know of any way to do this just by giving center/focal points and a radius. Yes, because you could define the left and right half of the shapes as a sequence of coordinates. Once you have this left and right border, you can use ColumnText to put the text inside the shape: http://itext.ugent.be/itext-in-action/examples/chapter07/ColumnsIrregular.java http://itext.ugent.be/itext-in-action/examples/chapter07/results/columns_irregular.pdf 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
