Skip to content
ComPDF
DemoFAQ

Initialize Library Resources

Overview

Initialize the necessary file and memory resources required by the ComPDF Conversion SDK.

Notes

  • You must initialize SDK resources before calling any conversion interface.

  • When using OCR, Layout Analysis, PDF to Searchable PDF, or PDF to OFD, make sure the font resources and DocumentAI model resources in the resource directory are available.

Example

objective-c
[LibraryManager initialize:@"ComPDF_Conversion_SDK/resource"];