28 lines
549 B
Markdown
28 lines
549 B
Markdown
# 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 |