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.

objective-c
#import <ComPDFKit_Conversion/ComPDFKit_Conversion.h>

- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
      [CPDFConvertKit setLicenseKey:@"YOUR_LICENSE_KEY_GOES_HERE"];
}