Quoting "Jaladurgam, Ramana" <[EMAIL PROTECTED]>: > Is it legal to mix Document.add()'s and PdfContentByte operations to a > document ?
Yes, for instance: it is done in PageEvents. > I mean, add some content using Document.add(), use PdfContentByte to add > some text and then using Document.add() operations. Now, will the third > additions follow the second or the first. The first. Adding something with PdfContentByte doesn't change the position of the (virtual) 'cursor'. You are working in a different 'layer'. br, Bruno ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
