PPTX to HTML rendering issue in .NET

Hello,

We generated html from a pptx file using 21.2 version, it is mostly fine but there are some glitches - the border around the picture s a bit off and fonts are different, please see the source file and generated file attached.

pptx_problem.jpg (503.4 KB)
pptx_problem.zip (2.2 MB)

Hi @eugenekr

We could reproduce this issue at our end. It’s been logged in our internal issue tracking system with ID VIEWERNET-3103. As there’s any update, you’ll be notified.

1 Like

@eugenekr
What OS do you use?

It is tested on Windows 10

@eugenekr
Could you show the code that you use?

using (var viewer = new Viewer("sample.pptx"))
{
    var options = HtmlViewOptions.ForEmbeddedResources("p1.html");
    viewer.View(options, 1);
}

Hi @eugenekr
Thank you for code, also on screenshots: what application do you use for opening PPTX?

No problem, thank you for quick feedback! I’m using Ultra Office.

Checked with version 21.5, the problem is still there.

Hi @eugenekr

I will write in this topic in case of any update.