Issue_RepeatHeader.zip
Hi,
I am currently facing an issue with the RepeatHeader property while generating a PDF. The problem occurs when I generate a PDF for printing a table that spans multiple pages. We expected the table header to repeat on each new page using the RepeatHeader property. However, as demonstrated in the code below, when a row is split between pages, the table header does not appear on the new page.
I´ve attached some files to help you understand and simulate the issue:
- spire.pdf test code.txt: code to reproduce the issue;
- test spire.pdf.pdf: pdf generated by the code, showing the issue;
- Explanation.pdf: visual explanation of the issue
Some addicional information:
- version used: Spire.Pdf for .NET 10.6.0
- Environment: Visual Studio 2022 Professional + Windows 10 Pro 64 bits
- .NET Framework 4.8
Thank you for your assistance!
Login to view the files attached to this post.