Icon Set alignment in PDF export

When setting an icon set of 3 traffic lights right justified, everything looks fine in the Excel file. However, exporting to PDF sets the icon set to centered. Is this the correct behavior? I am using Aspose.Cells 7.7.0.2.

Thank you.

Hi Sam,

Thanks for your posting and using Aspose.Cells.

Aspose.Cells creates the same pdf as it is shown in MS-Excel Print Preview. Please download and try the latest version: Aspose.Cells for .NET 7.7.1 and see if it resolves your issue.

In case the problem persists, please provide us your source xls/xlsx file which you are converting to pdf. We will look into it and help you asap.

Using 7.7.1, the problem persists. Excel, Excel print preview, and Excel “save as: PDF” all keep right justification. Aspose export to PDF switches to center justification.

Hi Sam,

Thanks for your feedback and using Aspose.Cells.

We were able to observe this issue with the latest version. The icon sets should be right aligned but they are now centered aligned in the output pdf. 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-42304.

C#


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


Workbook workbook = new Workbook(filePath);

workbook.Save(filePath + “.out.pdf”);
Screenshot:

Hi,

Thanks for using Aspose.Cells.

We have fixed your issue.

Please download and use the latest version: Aspose.Cells for .NET v7.7.1.3 and let us know your feedback.

That did the trick, thanks!

Hi,


Good to know that your issue is resolved by the new fix/version. We have closed your ticket 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 help you soon.

Thank you.

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


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