zmh / html-parser-word
html解析成word样式,html parse word,支持解析mathml
1.0.0
2022-03-28 08:01 UTC
Requires
- php: >=5.2
This package is not auto-updated.
Last update: 2024-11-09 08:06:10 UTC
README
介绍
html标签文本转word标签文本 支持mathml解析
安装
Package available on Composer.
If you're using Composer to manage dependencies, you can use
$ composer require zmh/html-parser-word
使用说明
$html = 'hello <b>world</b>!';
$parse = new Parse();
$parse->doHtml2Word($html);
echo $parse->getBody();