I'm new to iText7. The question might be very trivial. When using iTextSharp, I was able to create PdfTemplate first and then use PdfContentByte.AddTemplate to add additional contents to the template for header and footer. The Footer template was very useful in getting the Page # of total# when closing the document. Does iText7 have similar feature? If not, what can be used for achieving this?
Thanks for your helps in advance! Baolin