Chart legend is reverted when saving Excel to PDF.
Code snippet to reproduce the issue :
Aspose.Cells.License license = new Aspose.Cells.License();
license.SetLicense("Aspose.Cells.NET.lic");
var path = "TestingArabicDoc2tempXlsxFileForPdf";
var wb = new Aspose.Cells.Workbook(path + ".xlsx");
wb.CalculateFormula();
wb.Save(path + ".pdf", Aspose.Cells.SaveFormat.Pdf);
Inverted legend 1.jpg (66.2 KB)
Inverted legend 2.jpg (51.3 KB)Aspose testing arabic Jan 22.zip (39.3 KB)