AsposeCells Convert Chart to PDF

Hello,

i try to convert my xlsx file to PDF.
The result is good except 2 markers on my chart who don’t appear.

In attachments my xlsx file.
This is the .Net Code for convert :

Aspose.Cells.License licenseCells = new Aspose.Cells.License();
licenseCells.SetLicense(“Aspose.Cells.lic”);
Workbook workbook = new Workbook(“test.xlsx”);
workbook.Save(“export.PDF”, SaveFormat.Pdf);

Thank you

Hi,

Thanks for your posting and using Aspose.Cells.

We were able to observe this issue. We have tested it with the latest version: Aspose.Cells
for .NET v7.7.2.5
but the issue still occurs. The chart in the output pdf does not contain markers.

We have logged this issue in our database. We will look into it and fix this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSNET-42473.

I have attached the output pdf and screenshot for a reference.

C#


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


Workbook workbook = new Workbook(filePath);

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


Screenshot:

Hi,

Please call Workbook.CalculateFormula() before converting to PDF file format. I have tested it works fine.

Thank you.

hi Ajmjad,
thank you, its working perfectly.


Hi,


Good to know that your issue is resolved now. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.

Thank you.

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


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