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

PDF to TXT conversion parameter object. More...

#include <base_type.h>

Inheritance diagram for TxtOptions:

Properties

BOOL enableAILayout
 Whether to remove AI content during conversion.
BOOL enableOCR
 Whether to enable OCR.
NSString * pageRanges
 Page ranges for conversion (e.g. "1-3,5,7-9")
BOOL TableFormat
 Whether to format tables when converting to TXT.

Detailed Description

PDF to TXT conversion parameter object.

Definition at line 348 of file base_type.h.

Property Documentation

◆ enableAILayout

- (BOOL) enableAILayout
readwritenonatomicassign

Whether to remove AI content during conversion.

Definition at line 351 of file base_type.h.

◆ enableOCR

- (BOOL) enableOCR
readwritenonatomicassign

Whether to enable OCR.

Definition at line 354 of file base_type.h.

◆ pageRanges

- (NSString*) pageRanges
readwritenonatomiccopy

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

Definition at line 357 of file base_type.h.

◆ TableFormat

- (BOOL) TableFormat
readwritenonatomicassign

Whether to format tables when converting to TXT.

Definition at line 360 of file base_type.h.


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