PDF Conversion shows?

Hi,

We are using the evaluation copy of ASPOSE.CELLS version 4.3.0.2 and 3.5.4.0 version of ASPOSE.PDF. We attached a .xsl file and the converted PDF file. The PDF file shows question marks.

Thanks

Hi,

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

Please download and try the latest version:
Aspose.Cells
for .NET v7.3.3.2.
It works fine with your file as we have tested it at our end.

We have also done quite a number of major enhancements and bug fixes since then.

Please check the following sample code. I have attached the output pdf and screenshot for your reference.

C#


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


Workbook workbook = new Workbook(path);


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


Screenshot: