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

PDF to SearchablePdf conversion parameter object. More...

#include <base_type.h>

Inheritance diagram for SearchablePdfOptions:

Properties

BOOL enableOCR
 Whether to enable OCR.
BOOL containImage
 Whether to include images (only effective when OCR is disabled)
BOOL formulaToImage
 Convert formulas to images.
NSString * pageRanges
 Page ranges for conversion (e.g. "1-3,5,7-9")

Detailed Description

PDF to SearchablePdf conversion parameter object.

Definition at line 388 of file base_type.h.

Property Documentation

◆ containImage

- (BOOL) containImage
readwritenonatomicassign

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

Definition at line 394 of file base_type.h.

◆ enableOCR

- (BOOL) enableOCR
readwritenonatomicassign

Whether to enable OCR.

Definition at line 391 of file base_type.h.

◆ formulaToImage

- (BOOL) formulaToImage
readwritenonatomicassign

Convert formulas to images.

Definition at line 397 of file base_type.h.

◆ pageRanges

- (NSString*) pageRanges
readwritenonatomiccopy

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

Definition at line 400 of file base_type.h.


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