Here is the code we’re using for converting HTML to PDF.
public static byte[] ConvertHtmlToPdfWithPageSize(string html, float leftMargin, float rightMargin,
float topMargin, float bottomMargin, float FooterH…...Flatten(); // Add footer on all pages foreach (Page...