代码仓库:https://github.com/cshaptx4869/html2word
1、进入/dayrui目录
2、使用命令行安装类
composer require cshaptx4869/html2word
3、需要将vendor目录命名为Vendor(首字母大写)
4、新建html测试文件
dayrui/App/Demo/doc.html
html template 中文的标题,技术无止境,一直在路上
p是可以分段的. 使用PHP将html转word
再分一段 使用PHP将html转word
还分一段,下面加个图片
4、新建控制器文件:
dayrui/App/Demo/Controllers/Doc.php
addFile($tpl)->download("这是一个名称"); } }
5、访问url,即可下载doc文件
index.php?s=demo&c=doc&m=index