ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
Loading...
Searching...
No Matches
HtmlOptions Class Reference

PDF to Html conversion parameter object. More...

#include <base_type.h>

Inheritance diagram for HtmlOptions:

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.
BOOL contain_page_background_image
 Whether to contain page background images when converting,which takes effect only when enable_ocr is true.
BOOL output_document_per_page
 whether to output one document per page.
OCROption ocrOption
 OCR option scope.
PageLayoutMode pageLayoutMode
 Page layout mode.
htmlPageOption htmlPageOption
 html page option
NSString * pageRanges
 Page ranges for conversion (e.g. "1-3,5,7-9")

Detailed Description

PDF to Html conversion parameter object.

Definition at line 396 of file base_type.h.

Property Documentation

◆ contain_page_background_image

- (BOOL) contain_page_background_image
readwritenonatomicassign

Whether to contain page background images when converting,which takes effect only when enable_ocr is true.

Definition at line 414 of file base_type.h.

◆ containAnnotation

- (BOOL) containAnnotation
readwritenonatomicassign

Whether to include annotations.

Definition at line 408 of file base_type.h.

◆ containImage

- (BOOL) containImage
readwritenonatomicassign

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

Definition at line 402 of file base_type.h.

◆ enableAILayout

- (BOOL) enableAILayout
readwritenonatomicassign

Whether to remove AI content during conversion.

Definition at line 399 of file base_type.h.

◆ enableOCR

- (BOOL) enableOCR
readwritenonatomicassign

Whether to enable OCR.

Definition at line 411 of file base_type.h.

◆ formulaToImage

- (BOOL) formulaToImage
readwritenonatomicassign

Convert formulas to images.

Definition at line 405 of file base_type.h.

◆ htmlPageOption

- (htmlPageOption) htmlPageOption
readwritenonatomicassign

html page option

Definition at line 426 of file base_type.h.

◆ ocrOption

- (OCROption) ocrOption
readwritenonatomicassign

OCR option scope.

Definition at line 420 of file base_type.h.

◆ output_document_per_page

- (BOOL) output_document_per_page
readwritenonatomicassign

whether to output one document per page.

Definition at line 417 of file base_type.h.

◆ pageLayoutMode

- (PageLayoutMode) pageLayoutMode
readwritenonatomicassign

Page layout mode.

Definition at line 423 of file base_type.h.

◆ pageRanges

- (NSString*) pageRanges
readwritenonatomiccopy

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

Definition at line 429 of file base_type.h.


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