CPDFConvertHtmlOptions Class Reference
Inherits from | CPDFConvertOptions : NSObject |
---|---|
Declared in | CPDFConvertHtmlOptions.h |
paneOptions
Sets options to convert PDF to HTML.
@property (nonatomic, assign) CPDFConvertHtmlPageAndNavigationPaneOptions paneOptions
Discussion
Sets options to convert PDF to HTML.
Declared In
CPDFConvertHtmlOptions.h
isAllowOCR
Whether to use OCR.
@property (nonatomic, assign) BOOL isAllowOCR
Discussion
Whether to use OCR.
Declared In
CPDFConvertHtmlOptions.h
language
Set the OCR language,this takes effect only when IsAllowOCR is true.
@property (nonatomic, assign) COCRLanguage language
Discussion
Set the OCR language,this takes effect only when IsAllowOCR is true.
Declared In
CPDFConvertHtmlOptions.h
isContainAnnotations
Whether to contain annotations when converting.
@property (nonatomic, assign) BOOL isContainAnnotations
Discussion
Whether to contain annotations when converting.
Declared In
CPDFConvertHtmlOptions.h
isContainImages
Whether to contain images when converting.
@property (nonatomic, assign) BOOL isContainImages
Discussion
Whether to contain images when converting.
Declared In
CPDFConvertHtmlOptions.h
isContainOCRBgImage
Whether the OCR background image is contained,this takes effect only when IsAllowOCR is true.
@property (nonatomic, assign) BOOL isContainOCRBgImage
Discussion
Whether the OCR background image is contained,this takes effect only when IsAllowOCR is true.
Declared In
CPDFConvertHtmlOptions.h
isAILayoutAnalysis
Enable the layout analysis of ComPDFKit Document AI or not.
@property (nonatomic, assign) BOOL isAILayoutAnalysis
Discussion
Enable the layout analysis of ComPDFKit Document AI or not.
Declared In
CPDFConvertHtmlOptions.h