Asian Fonts not displaying

Hi,

I am using the intermediary Aspose pdf to convert a word document created with Aspose.Words to pdf.

memStream = new MemoryStream(1 <<17); // 64 KB initial capacity

Aspose.Words.Saving.SaveOptions options = wordDocument.SaveOptions;
options.PdfExportImagesFolder = Directories.TempTemp(_controller.Id);

wordDocument.Save(memStream, Aspose.Words.SaveFormat.AsposePdf);

pdf = new Aspose.Pdf.Pdf();
pdf.BindXML(memStream, null);
pdf.IsImagesInXmlDeleteNeeded = true;

The word output displays the asian characters fine. The pdf, on the other hand, does not display the characters at all. I have attached a zip containing the word, pdf, and intermediary pdf xml.

I am using

Aspose Words 9.0.0.0
Aspose Pdf 4.2.1.0

Thanks.

Hi,
I have tested the scenario and I am able to reproduce the same problem. For the sake of correction, I have logged it in our issue tracking system as PDFNET-15907. We will investigate this issue in details and will keep you updated on the status of a correction.
We apologize for your inconvenience.

Hi,

Has there been any progress on this issue?

Thanks.