BODYBOND
BODYBOND

Reputation: 127

create .pdf files automatically centura

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

Answers (2)

Steve Leighton
Steve Leighton

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

ZephyCZ
ZephyCZ

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

Related Questions