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”);
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,
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.