webd/odt2html 问题修复 & 功能扩展
解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求
邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316
Composer 安装命令:
composer require webd/odt2html
Convert OpenOffice text files (ODT) to HTML
PHP library to convert OpenOffice text files (ODT) to HTML.
$odt2html = new \webd\odt2html\ODT2HTML($odt_file); echo $odt2html->parse();