DomPdf - 修复了所有页面中的 header,但它以 table 崩溃
DomPdf - Fixed header in all pages but it collapse with a table
我是一名学习 php 和 pdf 的学生。
我在使用 dom pdf 时遇到问题,我打印 table 它必须在 pdf 的 3 页上。首先,我创建了一个带有徽标和一些标题的 header。它 header 必须在所有页面上,我将其创建为固定位置,但在第二页和第三页上 table 位于 header.
的中间
问题是这样的,我不得不审查这封信,但你看这个问题很完美。我不知道如何解决它。 :
Css代码
header {
position: fixed;
top: 0cm;
left: 0cm;
right: 0cm;
height: 3cm;
}
页脚和页眉示例html:https://gist.github.com/doobas/d5ba90c73f5d8d6c229e1a7855f7355a
您必须为正文添加边距。
我是一名学习 php 和 pdf 的学生。
我在使用 dom pdf 时遇到问题,我打印 table 它必须在 pdf 的 3 页上。首先,我创建了一个带有徽标和一些标题的 header。它 header 必须在所有页面上,我将其创建为固定位置,但在第二页和第三页上 table 位于 header.
的中间问题是这样的,我不得不审查这封信,但你看这个问题很完美。我不知道如何解决它。 :
Css代码
header {
position: fixed;
top: 0cm;
left: 0cm;
right: 0cm;
height: 3cm;
}
页脚和页眉示例html:https://gist.github.com/doobas/d5ba90c73f5d8d6c229e1a7855f7355a
您必须为正文添加边距。