Can the converter render a HTML string or an URL in the header and footer of the generated PDF document?
Starting with version 3.5 of the converter you can add HTML in the header and footer of the rendered PDF document. To add HTML in the header you have to initialize the PdfConverter.PdfHeaderOptions.HtmlToPdfArea property with a HtmlToPdfArea object which can be constructed from a HTML string or an URL. The ‘WinForms_HeaderAndFooterHtml’ sample from the downloaded archive is a sample showing how to add HTML or pages numbering in the header and footer.