Winnovative HTML to PDF Converter automatically repeats the thead and tfoot of a HTML table in all the PDF pages where the table is rendered. This is the default behavior of the converter.
You can disable this behavior from API or you can disable it from HTML adding style="display: table-row-group" to thead and tfoot tags.
At the top of the demo you can choose the HTML document to convert which can be:
-
A HTML page from a given URL. The URL must be accessible from the computer where the converter runs. If the page requires authentication or if you are using a proxy server to access Internet
then you have to set the converter properties accordingly as described in documentation
-
A HTML string. When you convert a HTML string you also have the option to specify a base URL that will be used
by converter to resolve the relative URLs found in the HTML string to fully qualified URLs. If your HTML string uses only fully qualified URLs then this parameter is not necessary
The options you can set in this demo are:
Repeating Options
-
Repeat HTML Table Header. Using this option you can enable or disable the HTML table header repeating in PDF pages where the table is rendered
-
Repeat HTML Table Footer. Using this option you can enable or disable the HTML table footer repeating in PDF pages where the table is rendered