Converting ppt to pdf loses Kanji characters

If I open the attached ppt and save it as a pdf. The Kanji characters are lost. My code is below. Is there a fix or workaround? Thanks

string input = @"C:\pptrepro\pptrepro\test.ppt";

string output = @"C:\pptrepro\pptrepro\test.pdf";

Aspose.Slides.Presentation aPresentation = new Aspose.Slides.Presentation(input);

aPresentation.Save(output, Aspose.Slides.Export.SaveFormat.Pdf, new Aspose.Slides.Export.PdfOptions()

{ TextCompression = Aspose.Slides.Export.PdfTextCompression.None } );

Hi,


I have worked with the presentation file shared by using Aspose.Slides for .NET 5.7.0 and have been able to observe the issue specified. An issue with ID 32519 has been created in our issue tracking system to further investigate and resolve the issue. We will share the further information with you once the issue is resolved.

We are sorry for your inconvenience,

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.
(1)