I alreday looked at HtmlToPdf.chm and HtmlToPdf_Manual.pdf, so hope you do the same.
There are 3 built-in properties for showing headers, and I explained them in the previous post.
Or, here they are.
ShowOnEvenPages : Show or not the header on even pages. By default the header is displayed both on odd and even pages.
ShowOnFirstPage : When this property is true the header will be shown on the first page otherwise it will not be shown. This property has priority over ShowOnOddPages. The default value is true.
ShowOnOddPages : Show or not the header on odd pages. By default the header is displayed both on odd and even pages. The ShowOnFirstPage property has priority over ShowOnOddPages.
I guess it needs to be done either in codebehind or in JavaScript.
I really wish you could come up with some solution.
Thanks.