Page events for headers and footers
Some examples for questions such as:
Click How to create a table with 2 rows that can be used as a footer?
Click How to generate a report with dynamic header in PDF using itextsharp?
tablefooter
##GITHUB:https://github.com/itext/itext-publications-examples-java/blob/master/src/main/java/com/itextpdf/samples/sandbox/events/TableFooter.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/master/itext/itext.samples/itext/samples/sandbox/events/TableFooter.cs##
tableheader
##GITHUB:https://github.com/itext/itext-publications-examples-java/blob/master/src/main/java/com/itextpdf/samples/sandbox/events/TableHeader.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/master/itext/itext.samples/itext/samples/sandbox/events/TableHeader.cs##
textfooter
##GITHUB:https://github.com/itext/itext-publications-examples-java/blob/master/src/main/java/com/itextpdf/samples/sandbox/events/TextFooter.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/master/itext/itext.samples/itext/samples/sandbox/events/TextFooter.cs##
variableheader
##GITHUB:https://github.com/itext/itext-publications-examples-java/blob/master/src/main/java/com/itextpdf/samples/sandbox/events/VariableHeader.java##
##GITHUB:https://github.com/itext/i7ns-samples/blob/master/itext/itext.samples/itext/samples/sandbox/events/VariableHeader.cs##
Results
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/events/cmp_table_footer.pdf
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/events/cmp_table_header.pdf
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/events/cmp_text_footer.pdf
https://github.com/itext/i7js-examples/blob/develop/cmpfiles/sandbox/events/cmp_variable_header.pdf