HTMLtoOpenXML
HTMLtoOpenXML copied to clipboard
Simple PHP script which take HTML code and transform it into OpenXML Code. (for Docx)
Results
2
HTMLtoOpenXML issues
Sort by
recently updated
recently updated
newest added
Hi, Thank you for this interesting package. I met a PHP error using fromHTML method of HTMLparser class. `Uninitialized string offset: 14` concerning the suppressStyle method of ProcessProperties class. So,...
Hi @ffmad, As you have seen I've been doing a bit of work on the library (https://github.com/rkorebrits/HTMLtoOpenXML) as I needed the logic. Not sure if you have any use for...