We're sorry Aspose doesn't work properply without JavaScript enabled.

Free Support Forum - aspose.com

Wingdings Symbols Are Displayed Incorrectly when Converting PPTX to HTML5 in C#

Hi,

We are using Aspose.Slides.NET.22.4.0 and we noticed that bullets with symbols from Wingdings are not shown in the browser correctly. We know these fonts are not standard and they will not be supported in most browsers.

This is the code I am using:

    using (Presentation presentation = new Presentation(pptxInputFilePath))
    {
        presentation.Save($"{folderName}\\{fileName}_html5.html", SaveFormat.Html5, new Html5Options
        {
            AnimateShapes = false,
            AnimateTransitions = false
        });
    }

I am attaching the input pptx file and the output file to this post. Thank you!

simple-presentation.zip (45.7 KB)
simple-presentation_html5.zip (192.5 KB)

@arnoldbeilandevozon,
Thank you for reporting the issue.

I’ve reproduced the problem with Wingdings symbols and added a ticket with ID SLIDESNET-43223 to our issue tracking system. We apologize for any inconvenience. Our development team will investigate this case. You will be notified when the issue is resolved.

Hello,
are there any progress on this issue?

@SriranjiniNv,
The issue has not been resolved yet. Unfortunately, I don’t have any additional information.