Hi there,
I’m using the latest Aspose.Words V6.0.1 to generate pdf file which contains Janpanese in 2 ways , but either of them work.
Method 1: (attached file:test.doc)
Aspose.Words.Document d= new Aspose.Words.Document("c:\\temp\\test.doc");
d.SaveToPdf("c:\\temp\\test.pdf");
Result: PDF can be generated but al lthe Japanese text shows as blocks. However, it works well for European languages.
method 2
set font as follows:
result: pdf can’t be generated, error says " Cannot find the required font". It does not work for European languages or Japanese.
BTW, I’ve installed Japanese font on my system.
Ugent help needed. thanks in advance.
Hi
Thank you for your request. I managed to reproduce the problem on my side and created new issue #7458 in our defect database. I will notify you as soon as it is fixed.
Best regards.
Thanks for your request. The issue is already fixed in the current code base. The next release will be published within 2 weeks. I will notify you.
Best regards.
Thanks for your request. Your Japanese text has font “MS Mincho”. Please make sure, this font is installed on your side. Please try installing the attached font on your side.
Best regards.