Re: [iText-questions] Pdf error on adding image on every page
Put the image before the beginText(). Paulo From: anjaliv9 [EMAIL PROTECTED] Sent: Friday, November 07, 2008 7:32 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Pdf error on adding image on every page I am writing a table to the
[iText-questions] Pdf error on adding image on every page
I am writing a table to the document and on every page I need to add an image and a title. Here is code snippet. cb = stamper.getOverContent(i); Rectangle rect = reader.getPageSizeWithRotation(i); cb.beginText();