Convert DOCX Word Document with Footnote to PDF File using C# Code of Aspose.Words for .NET

Hi,

When converting a DOCX to PDF using Aspose.Words, I noticed the footnote layout has been messed up and extra line created.

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

I’ve attached the test files and a screenshot for your reference. Could you please help me take a look?

test.zip (343.5 KB)
image.png (33.3 KB)

Thanks,

@ServerSide527,

While using the latest version of Aspose.Words for .NET i.e. 20.3, we managed to reproduce this issue on our end. We have logged this issue in our bug tracking system. The ID of this issue is WORDSNET-20133. Your thread has been linked to this issue and you will be notified as soon as it is resolved. Sorry for the inconvenience.