|
Foxit PDF Conversion SDK
|
This class represents the library management. It contains functions to initialize/re-initialize/release Foxit PDF Conversion SDK library, and also contains functions for global use.
Any application should load Foxit PDF Conversion SDK by function fpdfconversionsdk.LibraryInitialize before calling any other Foxit PDF Conversion SDK functions. When there is no need to use Foxit PDF Conversion SDK any more, please call function fpdfconversionsdk.LibraryRelease .
Functions in Foxit PDF Conversion SDK may throw exception when some error occurs. User can catch these exceptions and check the error code with values starting from fpdfconversionsdk.E_ErrFile to know more about what error occurs.