CIB pdf toolbox 2 technical documentation

3. Testset Documentation

3.1. Creating/Freeing a Job

As simple as declaring a variable. Depending on the library preferred, it can be created as the two options shown below:

          CibPdfToolbox2Job job;

As for freeing the corresponding job, its destructor is called as usual.