On this page
Offline initialization
Method: init_(license : string)
Initialize the ComPDFKit SDK offline using your ComPDFKit commercial license key. Please contact our sales to obtain a trial license.
Parameters:
Name | Type | Description |
---|---|---|
license | String | Your ComPDFKit license key |
Returns a Promise.
Name | Type | Description |
---|---|---|
result | boolean | Returns true if initialization is successful, otherwise returns false . |
tsx
ComPDFKit.init_('your compdfkit license')