Skip to content
Guides

Apply the License

Before using the classes and methods of the ComPDFKit Conversion SDK in your project, you need to initialize the SDK with a valid license key. If you don’t have a license key, feel free to contact the ComPDFKit team to obtain one.

Add the following code inside the <application> tag of your module’s AndroidManifest.xml to apply the license:

xml
<meta-data
    android:name="conversion_license"
    android:value="..." />