Thanks for developing this great code, i have been using it and i am facing problem with content overlapping footer and header when pdf is generated. Please help.
Thanks for the link, Please let me know how to add the backbottom property. Thanks in advance
<page_footer >
<table style="width:100%;">
<tr>
</tr>
<tr>
</tr>
<tr>
<td style="width: 34%; text-align: left" align="right">
<img src="img/barcode.jpg"/>
</td>
<td style="width: 33%; text-align: center">
<?php echo (($tposition == "")?$dposition:$tposition).' '.$tmemeber; ?>
</td>
<td style="width: 33%; text-align: right">
page [[page_cu]] of [[page_nb]]
</td>
</tr>
</table>
</page_footer>
Thanks for the link above, have solved the issue.
This is a great package, thanks for all the help.