PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Initialize the necessary file and memory resources required by the ComPDF Conversion SDK.
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.
// Initialize SDK resources.
LibraryManager.initialize("ComPDF_Conversion_SDK/resource");