17.05.2014 Views

PDFlib Text Extraction Toolkit (TET) Manual

PDFlib Text Extraction Toolkit (TET) Manual

PDFlib Text Extraction Toolkit (TET) Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Setting the license key with a <strong>TET</strong> API call. If you use the <strong>TET</strong> API you can add an API<br />

call to your script or program which sets the license key at runtime:<br />

> In COM/VBScript:<br />

o<strong>TET</strong>.set_option "license=...your license key..."<br />

> In C:<br />

<strong>TET</strong>_set_option(tet, "license=...your license key...");<br />

> In C++, .NET/C#, Java, and Ruby:<br />

tet.set_option("license=...your license key...");<br />

> In Perl, Python and PHP:<br />

tet->set_option("license=...your license key...");<br />

> In RPG:<br />

d licensekey s 20<br />

d licenseval s 50<br />

c eval licenseopt='license=... your license key ...'+x'00'<br />

c callp <strong>TET</strong>_set_option(<strong>TET</strong>:licenseopt:0)<br />

The license option must be set immediately after instantiating the <strong>TET</strong> object, i.e., after<br />

calling <strong>TET</strong>_new( ) (in C) or creating a <strong>TET</strong> object.<br />

Licensing options. Different licensing options are available for <strong>TET</strong> use on one or more<br />

computers, and for redistributing <strong>TET</strong> with your own products. We also offer support<br />

and source code contracts. Licensing details and the purchase order form can be found<br />

in the <strong>TET</strong> distribution. Please contact us if you are interested in obtaining a commercial<br />

license, or have any questions:<br />

<strong>PDFlib</strong> GmbH, Licensing Department<br />

Franziska-Bilek-Weg 9, 80339 München, Germany<br />

www.pdflib.com<br />

phone +49 • 89 • 452 33 84-0<br />

fax +49 • 89 • 452 33 84-99<br />

Licensing contact: sales@pdflib.com<br />

Support for <strong>PDFlib</strong> licensees: support@pdflib.com<br />

10 Chapter 0: First Steps with <strong>TET</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!