我在pdf中有5-10个表格,其中显示该表格的所有记录,每个记录大约有1000-2000条记录。我尝试使用下面的代码在每个页面上制作页脚,而不是在完成表格后显示它。我的模板如下所示
<page backtop="0" backbottom="30mm" footer="page" style="font-size: 9pt">
<table>
<Records>
</table>
<page_footer>
<table class="page_footer" style="width: 100%;">
<tr>
<td style="width: 80%; text-align:center">
<p style='font-size: 6pt;color:red;'>
...Content...
</p>
</td>
</tr>
</table>
</page_footer>
答案 0 :(得分:2)
您可以使用tcPDF
和wkhtml2pdf
的混合添加自定义页眉和页脚。这是一个示例html2pdf/tcpdf/example。这是另一个例子html2fpdf/discussion/thread