Reputation: 127
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 ?
Upvotes: 0
Views: 276
Reputation: 840
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.
Upvotes: 1
Reputation: 71
Try to look at the page: https://samples.tdcommunity.net/index.php?dir=
Here is a lot examples working with PDF.
Upvotes: 1