Insert HTML into a Slide

Hi,

How to convert a HTML webpage as a PPT Slide. When we are trying to open a HTML document with Microsoft Powerpoint it supports to display the HTML styles as a Slide. But how can we use ASPOSE to do such operation?

Please Help!!

Thanks,
Lakshmi Bhavani.

Hello,

You will have to apply html styles yourself programmatically. For example, you will parse html and if you encounter tag, you will set the TextFrame.Paragraphs[0].Portions[0].FontBold=true; etc