html文件轉word
只是没有如果
只是没有如果 2019-08-11 18:56:49
0
0
1027

作曲家需要 cshaptx4869/html2word

<?php

require_once 'vendor/autoload.php';

use Fairy\Html2WordMaker;
use Fairy\MhtFileMaker;

// 1、保存为文件
Html2WordMaker::getInstance()
->addFile('resource/tpl.html')
->eraseLink()
->fetchImg('http://php.test/html2word')
->makeFile('resource/a.doc');

MhtFileMaker::getInstance()
->addFile('resource/tpl.html')
->eraseLink()
->fetchImg('http://php.test/html2word')
->makeFile('resource/a.doc');

// 2、浏览器下载
Html2WordMaker::getInstance()
->addFile('resource/tpl.html')
->fetchImg('http://php.test/html2word')
->download();

MhtFileMaker::getInstance()
->addFile('resource/tpl.html')
->fetchImg('http://php.test/html2word')
->download();


##
只是没有如果
只是没有如果

全部回覆(0)
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板