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,