📝 docs(tsl): add generated codegen reference

This commit is contained in:
csh
2026-07-07 16:34:27 +08:00
parent 014c23d386
commit 7046f0b60e
632 changed files with 160584 additions and 0 deletions
@@ -0,0 +1,14 @@
# 文档处理函数 - PDF转换函数
## 函数
### `fileToPdf(doc_name, pdf_name)`
把WORD文档转换成为PDF文件。需要安装Word和Acrobat Distiller。
| 参数 | 类型 | 说明 |
| ---------- | ------ | ---- |
| `doc_name` | string | |
| `pdf_name` | string | |
返回:bool