SaveAs PDF Issue - Corrupted PDF

I am have an issue converting a workbook to pdf. I have two sample workbooks one saves as a pdf the other saves without error, but the pdf is corrupt and will not open in Adobe reader 9.3. This is part of a much larger workbook. I have remove as much as I could where I still get the problem.

I am using Cells v5.1.1

I have attached the sample workbooks the only difference between "Good" and "Bad" is I remove one column from "Bad"

The .Net code is as simple as it gets.

Dim lWorkbook As Aspose.Cells.Workbook

Dim filename As String = "AsposeTestBad.xlsx"

Dim cellsLicense = New Aspose.Cells.License

cellsLicense.SetLicense("Aspose.Cells.lic")

lWorkbook = New Aspose.Cells.Workbook(filename)

lWorkbook.Save("TestBad.pdf", Aspose.Cells.SaveFormat.Pdf)

Any help determining a solution to this issue would be greatly appreciated.

Hi Jhon,

We found the issue on converting the attached XLSX file to PDF through Aspose.Cells for .NET. This issue has been logged into our Issue Tracking System as 19170.

The issue has been linked with this thread for further updates about the issue.

Kind Regards

Hi John,

The issue has been fixed. Please use the updated version of Aspose.Cells.dll (Aspose.Cells5.1.1.3.zip).

Thanks,

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


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