Aspose.Words V6.0.1 issue: Save to PDF fails

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:

f.Name = "Arial";
f.NameFarEast = "MS Gothic";
f.LocaleIdFarEast = 1041;
doc.Save(filename, Aspose.Words.SaveFormat.Pdf, Aspose.Words.SaveType.OpenInWord, Response);

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.

Hi Alexey,
Any update on this? Thanks.

Hi

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.

The issues you have found earlier (filed as 7458) have been fixed in this update.

Still does not work. I’ve upgraded to V6.4.0.0
What I did is like the mothod1 as the top posting.
Can you verify this? Thanks very much.

Hi

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.