Skip to content
ComPDF
Guides

Release library resources

Overview

Release the files and memory resources occupied by ComPDF Conversion SDK.

Notice

  • After calling this interface to release library resources, the ComPDF Conversion SDK will no longer function properly and must be reloaded.

Sample

c#
// Release AI Model resources.
LibraryManager.ReleaseDocumentAIModel();

// Release library resources.
LibraryManager.Release();