Converting XLS file to PDF

Hello,

We are using Aspose.Cells for .Net version 7.5.3.0

In the attached file, the header "Abreviations ..." is not present in the PDF file.

Thanks for your help

Regards

Patrick

Hi Patrick,

Thanks for your posting and using Aspose.Cells.

Please download and use the latest version: Aspose.Cells
for .NET v8.0.0.3
it works fine.

I have tested your issue with the latest version and did not find any issue after converting it to pdf. I have attached the output pdf for your reference.

C#


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


Workbook workbook = new Workbook(filePath);

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