我在Centura2.1team developer中工作,我想直接从系统中生成( .pdf )文件,根据文件中的数据,每个.pdf文件都有一个唯一的名称。
我该怎么做呢?
发布于 2020-05-13 19:59:49
试着看看这个页面:https://samples.tdcommunity.net/index.php?dir=
这里有很多使用PDF的例子。
发布于 2020-05-13 20:12:34
在TeamDeveloper v5之后,您可以使用SalReportPrintToFile()来创建一个PDF。
否则,如果你不想使用Acrobat Writer ActiveX,你可以安装PDF995 (免费)并调用其中的一些函数。
https://stackoverflow.com/questions/61767961
复制相似问题