Jonathan DuQueno wrote: > > I’ve tried using paragraphs and phrases instead but can't work out how > to add these to a template (to be honest I don't realy know what i'm > doing, i've only be using itext for 1/2 a day). Please help me, I have > to get this sorted today. > I know, for first time users it's hard to know which class to use. I think you are looking for ColumnText. http://itextdocs.lowagie.com/tutorial/objects/columns/
Create a column object, define a rectangle, add objects and go()! There are also some static methods that can do everything in one line of code, but maybe it's better to start with the tutorial examples. 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
