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.
Releases the files and memory resources occupied by the ComPDF Conversion SDK.
After calling this interface to release library resources, the ComPDF Conversion SDK will no longer function properly and must be reloaded.
If you only want to release resources occupied by the AI model rather than all SDK resources, call LibraryManager::releaseDocumentAIModel() instead. AI features become unavailable until LibraryManager::setDocumentAIModel() is called again.
// Release only the DocumentAI model (keep the rest of the SDK alive).
LibraryManager::releaseDocumentAIModel();
// Release all library resources.
LibraryManager::release();