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

PDF to Excel conversion parameter object. More...

#include <base_type.h>

Inheritance diagram for ExcelOptions:

Properties

BOOL enableAILayout
 Whether to remove AI content during conversion.
BOOL containImage
 Whether to include images (only effective when OCR is disabled)
BOOL formulaToImage
 Convert formulas to images.
BOOL containAnnotation
 Whether to include annotations.
BOOL enableOCR
 Whether to enable OCR.
PageLayoutMode pageLayoutMode
 Page layout mode.
NSString * pageRanges
 Page ranges for conversion (e.g. "1-3,5,7-9")
BOOL CSVFormat
 Whether to save as CSV format.
BOOL AllContent
 Whether to export all content to Excel.
ExcelWorksheetOption excelWorksheetOption
 Whether each worksheet contains only one table.

Detailed Description

PDF to Excel conversion parameter object.

Definition at line 218 of file base_type.h.

Property Documentation

◆ AllContent

- (BOOL) AllContent
readwritenonatomicassign

Whether to export all content to Excel.

Definition at line 245 of file base_type.h.

◆ containAnnotation

- (BOOL) containAnnotation
readwritenonatomicassign

Whether to include annotations.

Definition at line 230 of file base_type.h.

◆ containImage

- (BOOL) containImage
readwritenonatomicassign

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

Definition at line 224 of file base_type.h.

◆ CSVFormat

- (BOOL) CSVFormat
readwritenonatomicassign

Whether to save as CSV format.

Definition at line 242 of file base_type.h.

◆ enableAILayout

- (BOOL) enableAILayout
readwritenonatomicassign

Whether to remove AI content during conversion.

Definition at line 221 of file base_type.h.

◆ enableOCR

- (BOOL) enableOCR
readwritenonatomicassign

Whether to enable OCR.

Definition at line 233 of file base_type.h.

◆ excelWorksheetOption

- (ExcelWorksheetOption) excelWorksheetOption
readwritenonatomicassign

Whether each worksheet contains only one table.

Definition at line 248 of file base_type.h.

◆ formulaToImage

- (BOOL) formulaToImage
readwritenonatomicassign

Convert formulas to images.

Definition at line 227 of file base_type.h.

◆ pageLayoutMode

- (PageLayoutMode) pageLayoutMode
readwritenonatomicassign

Page layout mode.

Definition at line 236 of file base_type.h.

◆ pageRanges

- (NSString*) pageRanges
readwritenonatomiccopy

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

Definition at line 239 of file base_type.h.


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