yinxu46/frappe-office

Maintainers

Package info

gitee.com/even46/frappe-office.git

pkg:composer/yinxu46/frappe-office

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

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

This package is not auto-updated.

Last update: 2026-02-19 01:29:34 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)