Hi,
When converting this .docm to pdf with Aspose, the labels of the dates in the X axis are shown in vertical instead of horizontal. Also, Aspose is showing way more dates than what the document and Word’s output show. You can find a comparison in the image below.
Can you have a look at that please?
Code:
var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");
image.png (89.4 KB)
test.zip (196.0 KB)
Thanks,