Rotated WordArt in Apose.Cells not rendered rotated when exported to PDF

Wordart on excel spreadsheet that is rotated and text over fills edit box is not rendered rotated and text not in edit box is not rendered at all.


We are using Apose.Cells for .Net 7.3.1.0
Date modified 21/09/2012 14:21

Please see attached test excel file and PDF created by Aspose.Cells.

Hi,

Thanks for your posting.

We were able to replicate this issue using the latest version:
Aspose.Cells
for .NET v7.3.2.1


Probably, it is a new feature. We will look into it and update you asap.

This issue has been logged as CELLSNET-41111.

Please see the sample code below. I have attached the output pdf and screenshot for your reference.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\text%40wordart.xlsx”;


Workbook workbook = new Workbook(filePath);


PdfSaveOptions opts = new PdfSaveOptions();

opts.OnePagePerSheet = true;


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


Screenshot:

Hi,

Thanks for your using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells for .NET v8.3.0.1 and let us know your feedback.

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


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