Ravi wrote: > document.Open(); > HeaderFooter header = new HeaderFooter(new Phrase"This is a > header"), false); > document.Header = header; > > but im not able to see any headers in my final concatenated document.if > the same command is used on a newly created PDF document im able to see > the header.
I think I already answered this yesterday. If not: your code is completely wrong. Please use PdfStamper to add headers to an existing document. Please read the documentation (the tutorial, the book). br, Bruno ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
