lucasaba / h2open-xml
Simple PHP script which take HTML code and transform it into OpenXML Code. (for Docx)
Installs: 72
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lucasaba/h2open-xml
Requires
- php: ^7.0
Requires (Dev)
- phpunit/phpunit: ^8.5
README
Porting of https://archive.codeplex.com/?p=h2openxml
H2OXML : HTML to OpenXML Converter
Simple PHP script which take HTML code and transform it into OpenXML Code. (for Docx)
This is the very first version. I coded this because i wanted to put text from a WYSIWYG editor into a .docx document.
WHAT H2OXML CAN DO
For now it can deals with :
Bold, italic and underlined text Bulleted lists ... Many more can be done (the wysiwyg editor had only simple functions)
HOW TO USE IT
Load the script .../HTMLtoOpenXML.php';
Then if your html code is in the variable $html, use this function:
HTMLtoOpenXML::getInstance()->fromHTML($article)
You will obtain a string formated in OpenXML.