Hello,
I am using Aspose.Cells v8.7.0.4 to generate PDF of chart - "Output and Prices" in the attached excel file. In the PDF output, the left-most small vertical rule is missing.
Following code is used to generate the output:
void chartToPDF() throws Exception {
Workbook workbook = new Workbook("test.xlsx");
WorksheetCollection ws = workbook.getWorksheets();
String worksheetName = "Charts";
Chart chart = ws.get(worksheetName).getCharts().get("Output and Prices");
chart.toPdf("D:\\response_8.7.0.4.pdf");
}
I have attached Excel generated Pdf and Aspose generated Pdf along with a screenshot comparing Aspose Generated PDF with the actual chart.
Can you please analyse this issue.
Thanks,
Neha