Chinese fonts failing

Hi,
I am using registered version of Aspose.Slides(ver 4.1.1.0) for .Net . Conversion of japanese, chinese and mandarin fonts for attached pptx file to pdf is failing. This is urgent issue for me. I seen some chinese and japanese fonts are installed on my computer but why its failing. Can you please give me the steps and links where can I get this fonts if you have any? This issue is extremely urgent so please do the needful ASAP. I seen this issue fixed with latest version but is there any way I can fix with the 4.1.1.0 version?


Following is the code I used:
Aspose.Slides.License pptxLicense = new Aspose.Slides.License();
pptxLicense.SetLicense(“Aspose.Total.lic”);

Aspose.Slides.Pptx.PresentationEx presentationEx = new Aspose.Slides.Pptx.PresentationEx(sourceFile);
presentationEx.Save(destinationFilePath, Aspose.Slides.Export.SaveFormat.Pdf);



Thanks
Viral

Hi Viral,


I have worked with the presentation file shared by you and have successfully generated PDF using Aspose.Slides for .NET 5.6.0. For your kind reference, I have also attached the generated PDF. If the respective Japanese and Chinese fonts are installed in your system then the PDF will also render them fine. Please use the specified product version.

Many Thanks,