Is it possible to insert HTML formatted texts inside a slide?
I need to insert a set of HTML formatted texts that was entered in a WYSIWYG
input from TinyMCE
in a powerpoint slide generated by PPTXGENJS.
If this is possible, I am looking for examples on how to do it. Articles or samples will be greatly appreciated.
This solutions worked for me.
You need to create a table in html.
Then you can append WYSIWYG (tinyMCE) content to this table.
Then use tableToSlides method.