Lines Chart is not exported correctly in PDF Output

Hello,

I am using Aspose.Cells v8.8.2.2 to generate PDF of chart - Chart 1 in the attached excel file. In the PDF output, the lines are rendered incorrectly.

Following code is used to generate the output:

void chartToPDF() throws Exception {
Workbook workbook = new Workbook("stacked lines.xlsx");
WorksheetCollection ws = workbook.getWorksheets();
String worksheetName = "Sheet1";
Chart chart = ws.get(worksheetName).getCharts().get("Chart 1");
chart.toPdf("D:\\response_8.8.2.2.pdf");
}

I have attached Excel generated Pdf and Aspose generated Pdf along with a screenshot comparing both.

Can you please analyse this issue.

Thanks,
Neha

Hi Neha,


Thank you for sharing the samples.

We have logged this incident as CELLSJAVA-41856 in our bug tracking system for further investigation. Please spare us little time for proper analysis, and get back with updates in this regard.

Hi,

Thanks for using Aspose.Cells.

It is to inform you that we have fixed your issue CELLSJAVA-41856 now. We will soon provide the fix after performing QA and including other enhancements and fixes.

Hi,

Thanks for using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells for Java v8.8.2.9 and let us know your feedback.

The issues you have found earlier (filed as CELLSJAVA-41856) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.