DOCX to PDF conversion issue with row border and height using C#

Hi,

When converting a DOCX to PDF, I noticed the row border lines were missing and some height was not preserved.

Code:
var doc = new Document(@".\test.docx");
doc.LayoutOptions.TextShaperFactory = Aspose.Words.Shaping.HarfBuzz.HarfBuzzTextShaperFactory.Instance;
doc.Save(@".\test.pdf");

I’ve attached my test files and a screenshot with defects highlighted. Could you please help me take a look?

test.zip (57.8 KB)
image.png (63.8 KB)

The attachment also contains the font file I’m using.

Thanks,

@ServerSide527

We have tested the scenario and have managed to reproduce the same issue at our side. For the sake of correction, we have logged this problem in our issue tracking system as WORDSNET-20213. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.