I am using FileFormat HTML2PDF converter. My page consists of a single table with over 4000 rows.
The table header is repeated on every page but is not being rendered properly. Please see the attached screenshot.
I have enabled the follwing settings in webkit renderer:
EnableJavaScript = true,
EnableRepeatTableFooter = includeHeader,
EnableRepeatTableHeader = includeHeader,
SplitTextLines = false,
SplitImages = false,
WebKitViewPort = new Size(1200, 0),
Margin = new PdfMargins { Left = 30, Right = 30 }
Attachment:
Downloads_d114a0f5.7z