Convert xlsx file to pdf blocking

Hello,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

I try to convert an excel file (xlsx) to pdf file.

I use VS 2005 on Windows XP, and Aspose.Total for .Net (date added : 08-09-2011)

book.save doesn’t end, no exception is generated.

Here is the code :

Dim book As Workbook

Dim inStream As MemoryStream = New MemoryStream(bFileW) 'bFileExcel : excel file (xlsx) bytes

Dim outStream As MemoryStream = New MemoryStream()

book = New Aspose.Cells.Workbook(inStream)

book.Save(outStream, Aspose.Cells.SaveFormat.Pdf)

The xlsx file is in 'File Attachment'

Thank you for your response.

Best Regards.

Hi,


Thanks for the sample file,

I have tested your issue and found it. The conversion process never ends. I have logged your issue with an id: CELLSNET-29759. We will look into it soon.

Thank you.

Hi,

We have fixed page break issues. Please clear the GridLine options in PageSetup, we will support this feature in next bug fix version.

Please download: Aspose.Cells for .NET v6.0.1.7