danfickle / openhtmltopdf

An HTML to PDF library for the JVM. Based on Flying Saucer and Apache PDF-BOX 2. With SVG image support. Now also with accessible PDF support (WCAG, Section 508, PDF/UA)!
https://danfickle.github.io/pdf-templates/index.html
Other
1.93k stars 360 forks source link

分页表格头问题 #896

Open huliqin900 opened 1 year ago

huliqin900 commented 1 year ago

I have a question. When the form is printed and automatically paginated, can you add a header to the second page and the following pages? QQ截图20221208162446

mannixsuo commented 1 year ago

这个属性

-fs-table-paginate: paginate;

可以把headerfooter在每一页都显示

sujitrect commented 1 year ago

Hi @huliqin900 , @mannixsuo can I seek your guidance at #922

Do you do any thing specific to render chinese on pdf? I would be grateful if you can help me with the code.