Page.set_footer# Page.set_footer(html_file=None, html_str=None)[source]# Adds a footer to the page. Parameters: html_file (str, default=None) – Path to the HTML file that contains the footer. html_str (str) – HTML code of the footer. Return type: None