Hi,
After converting this .docm to .pdf with Aspose, the labels of the bar charts disappeared when they appear normally in Word’s PDF output. You can see the comparison in image.png.
Can you please have a look at this?
Code:
var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");
image.png (69.8 KB)
test.zip (107.6 KB)
Thank you,