Hello,
I am using Aspose.Cells v19.5 to generate PDF of chart - “Chart4” in the attached excel file. The chart’s blue background color is missing in the PDF output because of which a lot of the chart’s content is invisible.
Following code is used to generate the output:
Workbook workbook = new Workbook(“test.xlsb”);
WorksheetCollection ws = workbook.getWorksheets();
String worksheetName = “Chart4”;
Chart chart = ws.get(worksheetName).getCharts().get(“Chart4”);
chart.toPdf(“aspose response 19.5.pdf”);
PFA below the source excel and PDF output:
attachments.zip (245.8 KB)
Can you please look into this.
Thanks,
Neha