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

PDF to Json conversion parameter object. More...

#include <base_type.h>

Inheritance diagram for JsonOptions:

Properties

BOOL enableAILayout
 Whether to remove AI content during conversion.
BOOL containImage
 Whether to include images (only effective when OCR is disabled)
BOOL containAnnotation
 Whether to include annotations.
BOOL enableOCR
 Whether to enable OCR.
NSString * pageRanges
 Page ranges for conversion (e.g. "1-3,5,7-9")
BOOL ContainTable
 Whether to include tables when converting to JSON.

Detailed Description

PDF to Json conversion parameter object.

Definition at line 365 of file base_type.h.

Property Documentation

◆ containAnnotation

- (BOOL) containAnnotation
readwritenonatomicassign

Whether to include annotations.

Definition at line 374 of file base_type.h.

◆ containImage

- (BOOL) containImage
readwritenonatomicassign

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

Definition at line 371 of file base_type.h.

◆ ContainTable

- (BOOL) ContainTable
readwritenonatomicassign

Whether to include tables when converting to JSON.

Definition at line 383 of file base_type.h.

◆ enableAILayout

- (BOOL) enableAILayout
readwritenonatomicassign

Whether to remove AI content during conversion.

Definition at line 368 of file base_type.h.

◆ enableOCR

- (BOOL) enableOCR
readwritenonatomicassign

Whether to enable OCR.

Definition at line 377 of file base_type.h.

◆ pageRanges

- (NSString*) pageRanges
readwritenonatomiccopy

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

Definition at line 380 of file base_type.h.


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