我正在使用 html2pdf 将的html页面转换为。它工作正常。我在所有页面上使用边距和背景图像。它也正在工作。我需要在所有页面的顶部,左侧,右侧和底部设置边距边框。我该怎么办。
<page backtop="7mm" backbottom="7mm" backleft="10mm" backright="10mm" backimg="http://test.com/img/watermark.png">
<page_header>
<img src="http://test.com/img/logo.png" width="100">
</page_header>
<page_footer>
<img src="http://test.com/img/logo.png" width="100">
[[page_cu]]/[[page_nb]]
</page_footer>
<div style="text-align:center;font-size:18px;">test</div>
<table style="margin-left:10px;margin-right:30px;">
<tr><td>content</td><tr>
</table>
</page>