CPDFConvertPPTOptions Class Reference

Inherits from CPDFConvertOptions : NSObject
Declared in CPDFConvertPPTOptions.h

Overview

PDF to PPT conversion parameter object(derived class of CPDFConvertOptions).

  isAllowOCR

Whether to use OCR.

@property (nonatomic, assign) BOOL isAllowOCR

Discussion

Whether to use OCR.

Declared In

CPDFConvertPPTOptions.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

CPDFConvertPPTOptions.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

CPDFConvertPPTOptions.h

  isContainAnnotations

Whether to contain annotations when converting.

@property (nonatomic, assign) BOOL isContainAnnotations

Discussion

Whether to contain annotations when converting.

Declared In

CPDFConvertPPTOptions.h

  isContainImages

Whether to contain images when converting.

@property (nonatomic, assign) BOOL isContainImages

Discussion

Whether to contain images when converting.

Declared In

CPDFConvertPPTOptions.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

CPDFConvertPPTOptions.h