gpt4 book ai didi

html - wkhtmltopdf线程与第二页上的内容重叠

转载 作者:行者123 更新时间:2023-12-03 17:20:21 29 4
gpt4 key购买 nike

这是我的PDF结果的样子(请参见第二页上的重叠标题):

enter image description here

该代码是一个简单的HTML表,在一个TD元素中包含很多内容。

<table>
<thead>
<tr>
<th>BESCHREIBUNG</th>
<th>PREIS</th>
</tr>
</thead>
<tbody>
<tr>
<td>Lots of TEST's</td>
<td>1,40 EUR</td>
<tr>
</tbody>
</table>

我知道这个问题(以及其他一些问题)已经存在:

wkhtmltopdf repeating thead headers overlapping content

那里的解决方案对我有用:
thead { display: table-header-group; }
tfoot { display: table-row-group; }
tr { page-break-inside: avoid; }

但是,它仅适用于具有多行(tr)的表。

就我在上面的情况而言,我有一个TD,其说明可以包含很多内容,因此,单行将跨越一个以上的页面。

是否也有针对这种特殊情况的解决方案?

最佳答案

如果将描述分成多个字符串数组,则可以使用该解决方案。并在tr中打印每个片段。

关于html - wkhtmltopdf线程与第二页上的内容重叠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50504696/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com