Frank Stephan wrote: > Hi, > > I want to add content to an existing pdf. I know it is possible using > DirectContentByte. > Is it possible to add content using Phrase, Paragraph, PdfPTable, too?
That's explained in chapter 3 of the second edition of "iText in Action". You need the ColumnText object to achieve this. (Note that you can't "EDIT" a PDF document as you would do with a Word document; you can only add Phrases, Paragraphs, PdfPTables at absolute positions without changing the existing content.) -- 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/
