sachit dahal wrote:
> with the following code i was able to insert images in the header and
> footer of PDF Document
Don't use HeaderFooter.
Use Page Events as described in the tutorial.
br,
Bruno
-
Using Tomcat but need to
with the following code i was able to insert images in the header and footer of PDF Document
try
{
FileStream fos = new FileStream(DocumentName, FileMode.Create);
PdfWriter writer = PdfWriter.getInstance(myDocument, fos);
myDocument.Open();
iTextSharp.text.Image imgfoot = iTextSharp.text.Image.get