CPDFConvertKit Class Reference
Inherits from | NSObject |
---|---|
Declared in | CPDFConvertKit.h |
+ sharedInstance
The shared ComPDFKit_Conversion instance.
+ (instancetype)sharedInstance
Discussion
The shared ComPDFKit_Conversion instance.
Declared In
CPDFConvertKit.h
+ setLicenseKey:
Activate ComPDFKit Conversion SDK with your license string..
+ (CPDFConvertKitLicenseCode)setLicenseKey:(NSString *)licenseKey
Discussion
Activate ComPDFKit Conversion SDK with your license string..
Declared In
CPDFConvertKit.h
+ setOCRModelPath:
Set the file path of the OCR model.
+ (void)setOCRModelPath:(NSString *)modePath
Discussion
Set the file path of the OCR model.
Declared In
CPDFConvertKit.h
versionString
Returns the full ComPDFKit_Conversion product version string. (e.g. “ComPDFKit_Conversion 1.0.1 for iOS (101)”)
@property (atomic, readonly) NSString *versionString
Discussion
Returns the full ComPDFKit_Conversion product version string. (e.g. “ComPDFKit_Conversion 1.0.1 for iOS (101)”)
Declared In
CPDFConvertKit.h
versionNumber
Returns just the framework version. (e.g. 1.0.1)
@property (atomic, readonly) NSString *versionNumber
Discussion
Returns just the framework version. (e.g. 1.0.1)
Declared In
CPDFConvertKit.h
buildNumber
The internal build number. Increments with every version.
@property (atomic, readonly) NSUInteger buildNumber
Discussion
The internal build number. Increments with every version.
Declared In
CPDFConvertKit.h
isOCRVersion
Check if this is the OCR version.
@property (atomic, readonly) BOOL isOCRVersion
Discussion
Check if this is the OCR version.
Declared In
CPDFConvertKit.h