Is there any way to add Page spefic header instead of Doc

For now we are creating pdf with Document specfic header by using the following code.

HTML2PDF converter = new HTML2PDF();
converter.SetHeader(header_string);

But according to our requirment we need page specific header where we could add different header on each page, is there any way to do this ?

Hi Haider,

Please take a look at the following community post:

Please let me know how this works for you, and if you have any further questions.