'Custom' border is converted to 'All' when converting to PDF

Hi,

When converting this .docx to .pdf with Aspose, the ‘Custom’ border is converted to ‘All’. I’m attaching a comparison of Word’s output with Aspose in image.png.

Can you have a look at this?

Code:

var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");

image.png (36.9 KB)
test.zip (126.1 KB)

Thank you,

@ServerSide527 Thank you for reporting this problem to us. It has been logged as WORDSNET-23666. We will keep you informed and let you know once it is resolved.

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