I am creating a pdf file using itextsharp. I want to add header and footer for each page in the pdf document. Can anyone tell me how can I do this?
I am using itext 5.2.0 In this, I am unable to find the option to use HeadeFooter class, which is available in the earlier versions.
Thanks in advance..