yx46 / frappe-office

维护者

详细信息

gitee.com/even46/frappe-office.git

v1.0.4 2024-04-03 10:53 UTC

This package is not auto-updated.

Last update: 2024-09-18 19:09:11 UTC


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)