International language support while writing word-excel-ppt and converting them to PDF

Hi Aspose Team,

I am checking the features of Aspose and working on International language support.

I have downloaded the examples and ran Helloworld.java to create word document with Arabic and Korean languages. Only Arabic characters seen in the doc, korean characters written as un recognized strings.

I have seen in Forums that so many people are facing similar kind of issues.

Does Aspose support international languages to write in word,excel, ppt and converting them to PDF.

Hi Mohan,

Yes, our APIs support these languages but required fonts should be installed on your system. You can also specify the fonts location as you can see in the following topics and code.

See following code for Aspose.Cells.

CellsHelper.FontDir = “complete location to TTF files”;<?xml:namespace prefix = “o” ns = “urn:schemas-microsoft-com:office:office” />

Best Regards,