Docx to PDF conversion doesn't respect 'Repeat Header Rows' option

Hi,

I’m trying to convert a docx document that has a table with the ‘Repeat Header Rows’ option. Unfortunately, the PDF that I get out of the conversion doesn’t have table’s header rows on each page like the original docx file.

Is there any way to fix it?

I attached the input and output file.

I’m using Aspose for .NET 22.5. Java version has the same issue. The code is quite simple:

var docx = "...";
var pdf = "";
Document doc = new Document(docx);

// Save the document in PDF format.
doc.Save(pdf);

sample.zip (73.5 KB)

@vad492 Thank you for reporting this problem to us. For a sake of correction it has been logged as WORDSNET-23875. We will keep you informed and let you know once it is resolved.

The issues you have found earlier (filed as WORDSNET-23875) have been fixed in this Aspose.Words for .NET 22.7 update also available on NuGet.