Frank Stephan wrote: > Hi, > > ok, than I have to use stamper.getOverContent(i) to get the DirectContent cb > of a specific page. > I pass the cb to my ColumnText and add the builing blocks. Right?
That's correct. There are ColumnText examples here: http://itextpdf.com/examples/index.php?page=toc&id=3 (for documents built from scratch). If you need an example where ColumnText is used with existing documents, you need to look at chapters 6 to 8. A simple example: http://itextpdf.com/examples/index.php?page=example&id=117 (ch6) A complex example: http://itextpdf.com/examples/index.php?page=example&id=163 (ch8) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
