Foxit PDF Conversion SDK
fpdfconversionsdk.Library Class Reference

Detailed Description

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.

Note
During the life-cycle of an application, fpdfconversionsdk.LibraryInitialize and fpdfconversionsdk.LibraryRelease should be called in pair and can only be called once. Once fpdfconversionsdk.LibraryRelease is called during the life-cycle of an application, Foxit PDF Conversion SDK cannot be initialized any more in the life- cycle of the application. Before fpdfconversionsdk.LibraryRelease is called, if user wants to re-initialize Foxit PDF Conversion SDK, please refer to function fpdfconversionsdk.LibraryReinitialize .