Hi,
When converting a DOCX to PDF with Aspose the legend of a chart is cut off, could you have a look at it?
Code:
var document = new Document(@".\test.docx");
document.LayoutOptions.TextShaperFactory = HarfBuzzTextShaperFactory.Instance;
document.Save(@".\out.pdf");
image.png (61.4 KB)
test.zip (220.4 KB)
Thank you,