PPTX to HTML: Image Is Not Properly Displayed on Page

Hi Team,

I am converting ppt to html but we see image is not properly displayed on page.
Version aspose slide : 22.7

I am attaching input ppt file and error screen shot.ppt issue 1.zip (1.9 MB)

A post was split to a new topic: PPTX to HTML: Design of Title Bar Is Not Showing Properly

A post was split to a new topic: PPTX to HTML: Size of Text Is Not Fitted into the Object

@mayurb,
Thank you for reporting the issue.

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

It would be great if you could share the following additional information:

  • OS version on which the conversion was performed
  • .NET target platform in your app

We will then also test a solution in an environment similar to yours.

@Andrey_Potapov
I am using window 10 and Framwork : 6.0(.Net core)

below is code

Presentation pres = new Presentation(ms);

HtmlOptions htmlOpt = new HtmlOptions();
INotesCommentsLayoutingOptions options = htmlOpt.NotesCommentsLayouting;
options.ShowCommentsByNoAuthor = true;
options.NotesPosition = NotesPositions.BottomFull;
options.CommentsPosition = CommentsPositions.Right;

//Saving the presentation to HTM\
pres.Save("output.html", SaveFormat.Html, htmlOpt)

@mayurb,
Thank you for the additional information. I’ve forwarded it to our developers.

The issues you have found earlier (filed as SLIDESNET-43463) have been fixed in Aspose.Slides for .NET 22.11 (ZIP, MSI).
You can check all fixes on the Release Notes page.
You can also find the latest version of our library on the Product Download page.