In Chart's PDF- thickness of horizontal rules is more than thickness in actual chart

Hello,

I am using Aspose.Cells v8.7.0.4 to generate PDF of chart - "M-ETBEMar" in the attached excel file. In the PDF output, the thickness of all the horizontal rules is more than their thickness in 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 = "Chart";
Chart chart = ws.get(worksheetName).getCharts().get("M-ETBEMar");
chart.toPdf("D:\\response_8.7.0.4.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 evaluated the presented scenario while using the latest version of Aspose.Cells for Java 8.7.0.4, and we are able to replicate the said issue on our side. In order to further investigate the matter, we have logged this incident as CELLSJAVA-41756. Please spare us little time to properly analyze the scenario and get back to you with updates in this regard.

Hi,


This is to inform you that we have fixed your issue “CELLSJAVA-41756” now. We will soon provide the fix (Download link) after performing QA and incorporating other enhancements and fixes.

Thank you.

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


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