PHPOffice / PHPPresentation

A pure PHP library for reading and writing presentations documents
https://phpoffice.github.io/PHPPresentation
Other
1.3k stars 519 forks source link

Support for content output from WYSIWYG editors? #369

Open dookieffs opened 7 years ago

dookieffs commented 7 years ago

Is it possible to keep formatting from WYSIWYG editor output, some basics like: List elements Anchor elements Strong text And of course display it within presentation.. Some text parser sort of which will loop through text regexing tags like <ul><li></li></ul>, <a></a> and calling appropriate functions for making rich text shapes? Sorry for posting here, Know this isn't an issue but possible feature.

Progi1984 commented 2 weeks ago

@dookieffs You look for a HTML 2 RichText transformer. Isn't it ?