在 iText 7 PDFHTML 中分页
Break a page in iText 7 pdfHTML
我想在使用 iText 7 将 HTML 转换为 PDF 时分页。
<div style="page-break-after: always">content after this div will flow on the next page</div>
或者
<div style="page-break-before: always">this div will be started on a new page</div>
我想在使用 iText 7 将 HTML 转换为 PDF 时分页。
<div style="page-break-after: always">content after this div will flow on the next page</div>
或者
<div style="page-break-before: always">this div will be started on a new page</div>