Problem when the excel has Japanses/chinese characters

Hi,

We are using Aspose.Cells.dll version 4.7.1.0 for generating PDF from Excel

When we covert the excel which has chinese/japanese characters to PDF, the intermediate excel file contains the correct data but the generated PDF (generated fron this intermediate file) contains junk characters instead of chinese/japanese characters


Please find the attached sample.xls which is the intermediate file and the image.jpg representimg the generated PDF part

The problem is occuring on our live server so please provide the solution asap


Thanks,
Samanvay

Dear samanvay,

Thanks for posting your problem.

I have checked it with latest version of Aspose.Cells for .NET 5.2.1 that pdf conversion is fine.

Aspose.Cells can convert your excel file directly to pdf, so you do not need Aspose.Pdf for conversion process.

This is the code

Workbook wb = new Workbook(@“C:\Downloads\Sample.xls”);

wb.Save(@“C:\Downloads\Sample.pdf” );