xpdfSpliceInit

Initialize the library.
void xpdfSpliceInit()
The library must be initialized before use. This function performs the initialization.

The xpdfSpliceInit function will be called automatically if it hasn't already been called when the first library function is used. However, if you are using the library in a multithreaded application, you must explicitly call xpdfSpliceInit before calling any other functions.

C:
xpdfSpliceInit();