create .pdf files automatically centura

208 views Asked by At

i'm working in Centura 2.1 team developer and I want to generate (.pdf) files direct from the system and every .pdf file has a unique name according to the data inside this file.

how can I do it ?

2

There are 2 answers

1
ZephyCZ On

Try to look at the page: https://samples.tdcommunity.net/index.php?dir=

Here is a lot examples working with PDF.

2
Steve Leighton On

After TeamDeveloper v5 you can use SalReportPrintToFile() which creates a PDF.

Otherwise you could install PDF995 ( free ) and call some of its many functions if you don't want to use Acrobat Writer ActiveX.