Problem when saving charts to PDF

Hi,

I have a problem when saving a workbook with charts to pdf.

The chart looks different in the pdf file, with the value labels overlapping each other.

The chart looks fine both on excel and on the pdf file generated by excel (save as pdf).

I'm attaching the pdf files generated by Aspose and by excel, and a sample solution with the code that generated the pdf file.


Thank you.

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

We were able to observe this issue using the latest version with the following code. We have logged this issue in our database. We will look into it and resolve this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.

We have also attached the output pdf for a reference.

This issue has been logged as CELLSNET-41876.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\Workbook.xlsx”;


Workbook workbook = new Workbook(filePath);


workbook.Save(filePath + “out.pdf”, SaveFormat.Pdf);

Hi,

Any News on this issue?

Thank you.

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

We are afraid, there is no update for you at this moment. However, we have logged your comment in our database against this issue. Once, we will have some fix or update for you, we will let you know asap.

Hi,

Thanks for using Aspose.Cells.

We have evaluated your issue, but we are afraid, we could not fix the position of pie data labels issues.

@Bkohn,

Please try our latest version Aspose.Cells 21.6.0.

If you find any issue, please provide the source Excel file to help us analyze it.