Skip to content
Guides

Release library resources

Overview

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

Note

  • After calling this API to release the library resources, ComPDFKit Conversion SDK will not be able to be used normally, and ComPDFKit Conversion SDK needs to be reloaded.

Sample

c++
// Release library resources.
LibraryManager::Release();