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
Asked
Active
Viewed 2,363 times
1 Answers
1
The HeaderFooter
class 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.

Community
- 1
- 1

Alexis Pigeon
- 7,423
- 11
- 39
- 44
-
You're welcome! If my answer is resolving your issue, please consider accepting it. – Alexis Pigeon May 24 '12 at 18:47