Issue when convert into PDF

Hi,


I have an problem when i try to save a workbook as PDF. My workbook contains only one worksheet but when it is converted into PDF, there are two pages.

Here the code :

string filePath = @“C:\Users\Kevin\Documents\Modele.xlsm”;
string outputPath = @“C:\Users\Kevin\Documents\Modele.pdf”;

Workbook workbook = new Workbook(filePath);
workbook.Save(outputPath, SaveFormat.Pdf);

Thanks in advance,
Kevin

Hi,

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

We have tested your issue with the latest version: Aspose.Cells
for .NET v7.3.4.3
and found this issue.

We have logged this issue in our database. We will look into your issue 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-41259.

Please see the following code. We have attached the output file for your reference.

C#


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


Workbook workbook = new Workbook(filePath);

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


Hi,

Do you have any news about this issue ?


Thanks,
Kevin

Hi,

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

We have tested your issue with the latest version: Aspose.Cells
for .NET v7.3.5.1
and we are afraid, your issue is not resolved yet.

We have logged your comments in our database. Hopefully, your issue will be fixed soon.

Hi !


Any news about this issue ???

Thanks !

Hi,

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

We are afraid, your issue is unresolved at this moment. We have already added your comments inside our database against this issue.

Hopefully, your issue will be fixed soon.

Once, we will have some update for you, we will share it with you asap.

Hi,

First of all, please accept our apologies for the delayed response. Please give a try to the latest version of Aspose.Cells for .NET 16.12.0 as your issue is fixed in it.

Let us know your feedback.

Thank you.