Hi Damien, Thanks alot! This was a great help :)
Br, Bea > Hi Bea, > First, you need to configure the geometry of your column : > t.setSimpleColumn(left, bottom, top, right); Then add your > content using t.addElement(). When you're done adding content > to it, call t.go() to render the content. The return code > from this method tells you whether everything could fit in > the space you assigned to the column or not. More informations here : > http://itextdocs.lowagie.com/tutorial/objects/columns/index.html > > Damien Drix > > Beate Niendorf a écrit : > > Hi Damien, > > Thanks for your answer - but I couldn't get along with it. > > This is what I tried: > > > > ColumnText t=new ColumnText(content); > > t.addText(paragraph); > > t.addText(new Chunk("This is a test")); stamp.close(); > > > > But it doesn't work well :( (there's no exception but also > there's no > > list in the resulting PDF) Where is my fault? > > > > br, > > Bea > > > -------------------------------------------------------------- > ----------- > 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 ------------------------------------------------------------------------- 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
