Hi, having a reference to page of an existing PDF, how can I determine at which position if can start adding new content?
Greetings Frank > -----Ursprüngliche Nachricht----- > Von: 1T3XT info [mailto:[email protected]] > Gesendet: Freitag, 12. Februar 2010 14:10 > An: Post all your questions about iText here > Betreff: Re: [iText-questions] Add Text content to existing PDF > > > Frank Stephan wrote: > > Hi, > > > > so it is not possible to use the document.newPage() method > when adding > > content? I have to use PdfStamper.insertPage()? > > That's correct. With PdfStamper, you don't have a Document object. > -- > 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/ ------------------------------------------------------------------------------ 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/
