FPDF_InitLibrary function
Function: FPDF_InitLibrary Initialize the PDFium library (alternative form). Parameters: None Return value: None. Comments: Convenience function to call FPDF_InitLibraryWithConfig() with a default configuration for backwards compatibility purposes. New code should call FPDF_InitLibraryWithConfig() instead. This will be deprecated in the future.
Implementation
@ffi.Native<ffi.Void Function()>()
external void FPDF_InitLibrary();