Text is getting Cutt off with latest Aspose.Cell dll v8.4.1.2

When content inside a spreadsheet cell is titled and then wrapped the text.

The text is getting cut off when converted to pdf with latest Aspose.Cell dll v8.4.1.2.



Please refer to the cell content in right below corner in the pdf document.

Hi,

Thanks for your posting and using Aspose.Cells.

We were able to observe this issue after converting your excel file into pdf using the latest version: Aspose.Cells
for .NET v8.4.1.2
and found text is getting cut off.

We have logged this issue in our database for investigation. 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-43626 - Text is getting cutt off with in the output pdf

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

C#

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


Workbook workbook = new Workbook(filePath);

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