No Connectors are rendered to PDF

Converting Excel to PDF doesn’t render connectors.
Another problem is text breaking isn’t correct for some shapes like “Überarbeitung notwendig”.
I’ve attached excel file and produced pdf.

Can you please have a look.
Maybe it’s solved in new version? I’m using V: 5.3.3.0.

Greetings
Christian

Hi,

I have tested your file with the latest version:
Aspose.Cells
for .NET v6.0.1.4
and found the problem in pdf.

I have logged this issue in our database. We will investigate the problem and fix it asap.

This issue has been logged as CELLSNET-29583.

Please see the code below and the output pdf.

C#


string path = @“F:\Shak-Data-RW\Downloads\ExcelInput.xls”;

Workbook workbook = new Workbook(path);


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


Hi,

I tried newer version but as you mentioned there are still some differences between Excel and PDF.

Thanks for logging the problem. It's very important for one of our customers, maybe you can set something like priority a or else.

Kind regards

Christian

Hi,

Yes, I have noticed the differences with latest version too. I have added your comment too along with the issue. Hopefully, it will be fixed soon.

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.