Hi!
We are using Aspose.Diagram 21.9.0 to convert a VSDX into an HTML file. The source file contains emojis which are not correctly reproduced in the output file.
This is the code we are using for conversion:
using (var diagram = new Aspose.Diagram.Diagram(“SampleWithEmojis.vsdx”))
{
diagram.Save(“SampleOutput.html”, Aspose.Diagram.SaveFileFormat.Html);
}
The archive attached to this topic contains the source file used in the code sample.
SampleWithEmojis.zip (14.0 KB)
Thanks!