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.

Add this license in the "AndroidManifest.xml" of the main module.

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