Skip to content
Guides

Apply the License

You need to initialize the ComPDFKit Conversion SDK with a license before calling any API. You can contact ComPDFKit team to get a trial license.

php
$license = '';
$code = \LibraryManager::LicenseVerify($license, false, 'device_id', 'app_id');

$resource = './';
\LibraryManager::Initialize($resource);