Small white line appears under 100% rule when generating Chart's PDF

Hello,

I am using Aspose.Cells v8.6.2.1 to generate PDF of chart - Chart 1 in the attached excel file. In the PDF output a thin white line appears under the 100% rule which is not there in the actual chart.

Following code is used to generate the output:

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

Can you please analyse this issue.

Thanks,
Neha
Hi Neha,

Thank you for the sample spreadsheet.

We are able to replicate the said issue while using the latest revision of Aspose.Cells for Java therefore we have logged this incident as CELLSJAVA-41621 for further investigation. Please allow us some time to properly investigate the problem cause, and to get back with updates in this regard.

Hi,

Thanks for using Aspose.Cells.

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

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


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