ComPDFKit Objective-C SDK
API Reference Documentation for ComPDFKit Objective-C SDK
|
PDF to Html conversion parameter object. More...
#include <base_type.h>
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. | |
htmlPageOption | htmlPageOption |
html page option | |
NSString * | pageRanges |
Page ranges for conversion (e.g. "1-3,5,7-9") |
PDF to Html conversion parameter object.
Definition at line 276 of file base_type.h.
|
readwritenonatomicassign |
Whether to include annotations.
Definition at line 288 of file base_type.h.
|
readwritenonatomicassign |
Whether to include images (only effective when OCR is disabled)
Definition at line 282 of file base_type.h.
|
readwritenonatomicassign |
Whether to remove AI content during conversion.
Definition at line 279 of file base_type.h.
|
readwritenonatomicassign |
Whether to enable OCR.
Definition at line 291 of file base_type.h.
|
readwritenonatomicassign |
Convert formulas to images.
Definition at line 285 of file base_type.h.
|
readwritenonatomicassign |
html page option
Definition at line 297 of file base_type.h.
|
readwritenonatomicassign |
Page layout mode.
Definition at line 294 of file base_type.h.
|
readwritenonatomiccopy |
Page ranges for conversion (e.g. "1-3,5,7-9")
Definition at line 300 of file base_type.h.