By Date: <-- -->
By Thread: <-- -->

Adding headers in Concatenated PDF documents



Hi All,
 
  I want to concatenate two PDF's and create a third PDF document.In the third PDF i want to add headers.

  Im making use of iTextSharp and I used the following statements

       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.

   Kindly help me in this regard.
 
Regards,
Ravi
-------------------------------------------------------------------------
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
iText-questions (at) lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/