CPDFConvertWordOptions Class Reference
Inherits from | CPDFConvertOptions : NSObject |
---|---|
Declared in | CPDFConvertWordOptions.h |
isAllowOCR
Whether to use OCR.
@property (nonatomic, assign) BOOL isAllowOCR
Discussion
Whether to use OCR.
Declared In
CPDFConvertWordOptions.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
CPDFConvertWordOptions.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
CPDFConvertWordOptions.h
isContainAnnotations
Whether to contain annotations when converting.
@property (nonatomic, assign) BOOL isContainAnnotations
Discussion
Whether to contain annotations when converting.
Declared In
CPDFConvertWordOptions.h
isContainImages
Whether to contain images when converting.
@property (nonatomic, assign) BOOL isContainImages
Discussion
Whether to contain images when converting.
Declared In
CPDFConvertWordOptions.h
layoutOptions
- PDF to Word conversion parameter object (derived class of CPDFConvertOptions) Layout Options: CPDFConvertRetainFlowingText: Retain the same layout as your original file and enable the text to wrap and flow seamlessly throughout the document. CPDFConvertRetainPageLayout: Retain the same layout as your original file by splitting the text into multiple text boxes accoring to its layout.
@property (nonatomic, assign) CPDFConvertLayoutOptions layoutOptions
Discussion
- PDF to Word conversion parameter object (derived class of CPDFConvertOptions) Layout Options: CPDFConvertRetainFlowingText: Retain the same layout as your original file and enable the text to wrap and flow seamlessly throughout the document. CPDFConvertRetainPageLayout: Retain the same layout as your original file by splitting the text into multiple text boxes accoring to its layout.
Declared In
CPDFConvertWordOptions.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
CPDFConvertWordOptions.h