本页内容
应用 License
在您的项目中使用 ComPDFKit Conversion SDK 的类和方法之前,您需要先应用 License(许可证密钥)。如果您没有许可证密钥,欢迎联系ComPDFKit 团队获取许可证。
objective-c
#import <Foundation/Foundation.h>
#import "conversion.h"
#import "common.h"
// Verify the license
NSInteger licenseResult = [LibraryManager licenseVerify:@"<your_license_string>"];
if (licenseResult != 0) {
// Handle license error
}