I am creating one slide PowerPoint file using open XML in .net c#. I have tagged the placeholder in the PPT which i need to update programatically. I am able to find the placeholder and can update its value from the database.
Now the problem is I need to display some HTML code which user has input using WYSIWYG editor in a same format as user has entered e.g. like in bullets.
When i try to replace the place holder with the HTML text, the HTML text was pasted as is like all the tags etc.
Please advice how to use Html to OpenXml ddl to achieve the result.
Now the problem is I need to display some HTML code which user has input using WYSIWYG editor in a same format as user has entered e.g. like in bullets.
When i try to replace the place holder with the HTML text, the HTML text was pasted as is like all the tags etc.
Please advice how to use Html to OpenXml ddl to achieve the result.