I am using AbcPdf to convert pdf files into html pages. It works well but the conversion process adds page number in the header of the pages. Can I remove them?
<div style="margin:1ex;">
<div style="width:100%">
<table style="border:0;width:100%;">
<tbody>
<tr>
<td bgcolor="eeeeee" align="right">
<font face="arial,sans-serif"> <b>Page 1</b> </font>
</td>
</tr>
</tbody>
</table>
</div>