Hi,I have an excel file.But when I convert it to pdf,it has blank pages.I attached original file.Could you please check it.I am using the latest version.
Hi,
I am using .Net version.I didn’t crate it.Our customer has this file.They told me about their problem
Hi,
Thanks for your input.
It was not clear that you were using .NET or Java. But luckily, we have already created a .NET ticket against your issue.
Once, this issue is fixed, we will update you here by posting on this thread.
My problem seems as “Resolved” now.Do you have any improvement?
Hi,
We have fixed this issue.
Please download and try this fix: Aspose.Cells for .NET v7.3.1.3 and let us know your feedback.
Hi I tried but it seems as ten pages now
Hi,
Thanks for your feedback.
Could you please retest it? I have looked into it and found that the output pdf is correct and it has 5 pages as expected.
I have attached the output pdf which I have generated using the following code with the latest fix: Aspose.Cells
for .NET v7.3.1.3.
Please also see the screenshot for your reference.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\16.01044.xls”;
var workbook = new Workbook(filePath);
workbook.Save(filePath + “.out.pdf”);
Screenshot:
Hi,
The issues you have found earlier (filed as CELLSNET-41016) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.