Hyperlinks Do Not Have the Right Color after Converting PPTX to HTML5 in C#

Hi,

We are using Aspose.Slides.NET.22.4.0 and we noticed that the color of the hyperlinks is not as it is in the input file after converting the Pptx to Html5. This issue reproduces only when converting to Html5, if we are converting to Html, the hyperlinks are in the right color.
Here 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!

hyperlinks_html5.zip (21.3 KB)
hyperlinks.zip (24.7 KB)

@arnoldbeilandevozon,
Thank you for reporting the issue.

I’ve reproduced the problem with hyperlink colors and added a ticket with ID SLIDESNET-43220 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.

Hi,
do you have any update for this issue?

@SriranjiniNv,
The issue is still open. Unfortunately, I have no additional information yet.