yinxu46 / frappe-office
v1.0.4
2024-04-03 10:53 UTC
Requires
- php: >=8.0
- mpdf/mpdf: ^8.2
- phpoffice/phppresentation: ^1.0
- phpoffice/phpword: ^1.2
- topthink/framework: ^6.0|^8.0
README
php 工具类
安装
composer require yinxu46/frappe-office
使用
- docx生成pdf,可替换参数
frappe_docx_convert_pdf(string $docxFile, string $pdfFile, array $replaceFields = [])
- html生成pdf
frappe_html_convert_pdf(string $html, string $pdfFile)