Hi, so it is not possible to use the document.newPage() method when adding content? I have to use PdfStamper.insertPage()?
Greetings Frank -------- Original-Nachricht -------- > Datum: Fri, 12 Feb 2010 08:58:18 +0100 > Von: 1T3XT info <[email protected]> > An: Post all your questions about iText here > <[email protected]> > Betreff: Re: [iText-questions] Add Text content to existing PDF > 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/ -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser ------------------------------------------------------------------------------ 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/
