ComPDFKit Objective-C SDK
API Reference Documentation for ComPDFKit Objective-C SDK
Loading...
Searching...
No Matches
ConvertOptions Class Reference

Convert options. More...

#include <base_type.h>

Inheritance diagram for ConvertOptions:

Properties

BOOL enableAILayout
 Whether to remove AI content during conversion.
BOOL containImage
 Whether to include images (only effective when OCR is disabled)
BOOL jsonContainTable
 Whether to include tables when converting to JSON.
BOOL containAnnotation
 Whether to include annotations.
BOOL excelAllContent
 Whether to export all content to Excel.
ExcelWorksheetOption excelWorksheetOption
 Whether each worksheet contains only one table.
BOOL excelCSVFormat
 Whether to save as CSV format.
BOOL enableOCR
 Whether to enable OCR.
BOOL txtTableFormat
 Whether to format tables when converting to TXT.
BOOL imagePathEnhance
 Whether to enhance image paths.
float imageScaling
 Image scaling ratio.
BOOL formulaToImage
 Convert formulas to images.
htmlPageOption htmlPageOption
 Specify the Html page option.
PageLayoutMode pageLayoutMode
 Page layout mode.
ImageColorMode imageColorMode
 Image color mode.
ImageType imageType
 Image file type.
NSString * pageRanges
 Page ranges for conversion (e.g. "1-3,5,7-9")

Detailed Description

Convert options.

Definition at line 136 of file base_type.h.

Property Documentation

◆ containAnnotation

- (BOOL) containAnnotation
readwritenonatomicassign

Whether to include annotations.

Definition at line 148 of file base_type.h.

◆ containImage

- (BOOL) containImage
readwritenonatomicassign

Whether to include images (only effective when OCR is disabled)

Definition at line 142 of file base_type.h.

◆ enableAILayout

- (BOOL) enableAILayout
readwritenonatomicassign

Whether to remove AI content during conversion.

Definition at line 139 of file base_type.h.

◆ enableOCR

- (BOOL) enableOCR
readwritenonatomicassign

Whether to enable OCR.

Definition at line 160 of file base_type.h.

◆ excelAllContent

- (BOOL) excelAllContent
readwritenonatomicassign

Whether to export all content to Excel.

Definition at line 151 of file base_type.h.

◆ excelCSVFormat

- (BOOL) excelCSVFormat
readwritenonatomicassign

Whether to save as CSV format.

Definition at line 157 of file base_type.h.

◆ excelWorksheetOption

- (ExcelWorksheetOption) excelWorksheetOption
readwritenonatomicassign

Whether each worksheet contains only one table.

Definition at line 154 of file base_type.h.

◆ formulaToImage

- (BOOL) formulaToImage
readwritenonatomicassign

Convert formulas to images.

Definition at line 172 of file base_type.h.

◆ htmlPageOption

- (htmlPageOption) htmlPageOption
readwritenonatomicassign

Specify the Html page option.

Definition at line 175 of file base_type.h.

◆ imageColorMode

- (ImageColorMode) imageColorMode
readwritenonatomicassign

Image color mode.

Definition at line 181 of file base_type.h.

◆ imagePathEnhance

- (BOOL) imagePathEnhance
readwritenonatomicassign

Whether to enhance image paths.

Definition at line 166 of file base_type.h.

◆ imageScaling

- (float) imageScaling
readwritenonatomicassign

Image scaling ratio.

Definition at line 169 of file base_type.h.

◆ imageType

- (ImageType) imageType
readwritenonatomicassign

Image file type.

Definition at line 184 of file base_type.h.

◆ jsonContainTable

- (BOOL) jsonContainTable
readwritenonatomicassign

Whether to include tables when converting to JSON.

Definition at line 145 of file base_type.h.

◆ pageLayoutMode

- (PageLayoutMode) pageLayoutMode
readwritenonatomicassign

Page layout mode.

Definition at line 178 of file base_type.h.

◆ pageRanges

- (NSString*) pageRanges
readwritenonatomiccopy

Page ranges for conversion (e.g. "1-3,5,7-9")

Definition at line 187 of file base_type.h.

◆ txtTableFormat

- (BOOL) txtTableFormat
readwritenonatomicassign

Whether to format tables when converting to TXT.

Definition at line 163 of file base_type.h.


The documentation for this class was generated from the following file: