CIB pdf toolbox 2 technical documentation

3. Testset Documentation

The CIB pdf toolbox 2 PDF package can be used through high level functions, which are
wrapper of those described in API documentation.

A testset, where several examples of these functions can be found, is provided along with the
package for testing purposes.

For processing anything inside the library you need to create a job. To configure the job you
need to set properties. And to execute the job you need to call execute on it. Afterwards you
can get information about what was done inside the job by retrieving properties.

The library is threadsafe. So you can call it from different threads with different jobs. But each
job should be used only in one thread.