I have to generate the same document in Word and PDF format. I use mailmerge functions of Aspose.Word for .Net. 10.0.0.0
My document has 5 rows table, 3 need to have the dotted border style. The header must have a singleline border style.
When these dotted rows have too many content, the row is splitted in two page and the header is generated on the two pages. That's OK.
In Word output, all is OK. But in PDF format, the table header bottom border on second page is dotted. (The last row border style is applied in PDF version, the header style is applied in Word version.)
Is it a bug in the pdf format render engine?
How can I force the good table header border style in PDF version, even when the current splitted row has a different border style.
If another table is in the document, it's border style can be different, so how can I 'fix' the style of the good table. (with Aspose DOM after mailmerge?)
(In file attachment an extract of the template file I use)
Thank you