Re: [iText-questions] Image Header and footer on every pages

2006-10-27 Thread Bruno Lowagie (iText)
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

[iText-questions] Image Header and footer on every pages

2006-10-26 Thread sachit dahal
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