Pdf/README.md

28 lines
549 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Pdf
使用tsl生成你的pdf文件
## 部署
### funcext
将`TSPdfEnumerations.tsf`文件部署到tsl安装路径下的`funcext`
### plugin
将`plugin`目录下对应动态库部署到tsl安装目录的`plugin`
## Demo
demo目录是使用参考的demo若要执行demo下的tsl生成对应的pdf则需要部署`demo\InitCmdParams.tsf`到`funcext`
```c
tsl demo\xxx.tsl --path=D:/code/pdf --alias=""
--path是控制生成对应pdf的路径
--alias是别名
```
## 参考文档
参考文档https://github.com/libharu/libharu/wiki