cef_pdf_print_settings_t.header_template

HTML template for the print header. Only displayed if |display_header_footer| is true (1). Should be valid HTML markup with the following classes used to inject printing values into them:

- date: formatted print date - title: document title - url: document location - pageNumber: current page number - totalPages: total pages in the document

For example, "<span class=title></span>" would generate a span containing the title.

struct cef_pdf_print_settings_t
cef_string_t header_template;

Meta