I have used itextSharp 4.1.2 dll .There HeaderFooter class is there .But in itextSharp 5.2.1 dll I am not getting HeaderFooter class.So can any one tell me how to use same functionality using itextSharp 5.2.1 dll
I have used itextSharp 4.1.2 dll .There HeaderFooter class is there .But in itextSharp
Share
The
HeaderFooterclass was removed in iText(Sharp) 5, see the last item of the 5.0.0 changelog.Adding headers and footers is achieved with a much more practical paradigm: page events. See this question and the corresponding answers for an example on how to use page events.