Hello,
I am attempting to stop long HTML tables from repeating headers if the spill to many pages.
This is successful for both HTML and PDF output, as with the code below.
However, when the document is very big (700+ …...Prevent table header rows from repeating in large PDF files Aspose...foreach (var row in table.Rows.Cast<Row>()) { row.RowFormat.HeadingFormat...