Hi Aspose Support Team,
We are trying to render html table in textframe paragraph but textframe is not supported html table.
shape.TextFrame.Paragraphs.AddFromHtml(htmlcontent);
As per your ticket SLIDESNET-37059 fixed in version 23.7 we had tried below code it is working fine but issue is this is generate a new slide without using my master layout.
pres.Slides.AddFromHtml(htmlcontent);
We want to render html table in textframe paragraph so please suggest if any approach.