Converting xls to pdf. Missing part of text

Hi Aspose Team,
We noticed that during converting XLS file to PDF using Aspose.Cells part of the text is missing. Namely, that part of the text that is placed not in the cells of the table.
Сode, we use to convert document is given below:
static void ConverttoPdf()
{
var loadOptions = new LoadOptions();
using (var workbook = new Workbook(“C:\Users\…\Issue_example.xls”, loadOptions))
{
var saveOptions = new PdfSaveOptions(SaveFormat.Pdf);
using (var outFile = File.Create(“C:\Users\…\Issue_example.pdf”))
{
workbook.Save(outFile, saveOptions);
}
}
}
The version of Aspose.Cells we use in our project is 19.3. Problem is observed also in version 19.6.
We attached the files (source xls and the PDF conversion result) where you can observe the issue.
Could you let us know if this is a known issue? Is it connected with the document format xls instead xlsx?
Thanks,
Lidia
Issue_example.zip (37.2 KB)

@directum,
We were able to observe the issue but we need to look into it more. We have logged the issue in our database for investigation and for a fix. Once, we will have some news for you, we will update you in this topic.

This issue has been logged as

CELLSNET-46807 - Missing part of text while converting xls to pdf

@directum,
This is to inform you that we have fixed your issue (logged earlier as “CELLSNET-46807”) now. We will soon provide you the fixed version after performing QA and incorporating other enhancements and fixes.

@directum,
Please try our latest version/fix: Aspose.Cells for .NET v19.6.5 (attached).

Let us know your feedback.

Aspose.Cells19.6.5 For .Net2_AuthenticodeSigned.Zip (4.9 MB)
Aspose.Cells19.6.5 For .Net4.0.Zip (4.9 MB)

The issues you have found earlier (filed as CELLSNET-46807) have been fixed in Aspose.Cells for .NET v19.7. This message was posted using BugNotificationTool from Downloads module by Amjad_Sahi