Hang when saving to PDF

We have found that when attempting to save the attached workbook to PDF, Aspose.Cells 7.3.5 appears to hang and never complete. CPU cycles are being consumed, but after 10+ hours, the Save method has not returned.


Code:
var workbook = new Workbook(sourceFile);
workbook.Save(outputFile, SaveFormat.Pdf);


Hi,

Thanks for using Aspose.Cells for .NET.

After initial investigation, we were able to notice this issue with the latest version: Aspose.Cells
for .NET v7.3.5.1
using the following sample code.

We have logged this issue in our database. We will look into this issue further and fix it. Once the issue is fixed or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSNET-41300.

C#


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


var workbook = new Workbook(filePath);

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


Hi,

Thanks for your posting and using Aspose.Cells for .NET.

We have fixed this issue.

Please download and try this fix: Aspose.Cells for .NET v7.3.5.3 and let us know your feedback.

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.