|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
|
Convert options. 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 | contain_page_background_image |
| Whether to contain page background images when converting,which takes effect only when enable_ocr is true. | |
| BOOL | jsonContainTable |
| Whether to include tables when converting to JSON. | |
| BOOL | containAnnotation |
| Whether to include annotations. | |
| BOOL | excelAllContent |
| Whether to export all content to Excel. | |
| ExcelWorksheetOption | excelWorksheetOption |
| Whether each worksheet contains only one table. | |
| BOOL | excelCSVFormat |
| Whether to save as CSV format. | |
| BOOL | enableOCR |
| Whether to enable OCR. | |
| BOOL | txtTableFormat |
| Whether to format tables when converting to TXT. | |
| BOOL | imagePathEnhance |
| Whether to enhance image paths. | |
| float | imageScaling |
| Image scaling ratio. | |
| BOOL | formulaToImage |
| Convert formulas to images. | |
| BOOL | auto_create_folder |
| Whether to automatically create folder when exporting multiple documents. | |
| BOOL | output_document_per_page |
| whether to output one document per page. | |
| OCROption | ocrOption |
| OCR option scope. | |
| htmlPageOption | htmlPageOption |
| Specify the Html page option. | |
| PageLayoutMode | pageLayoutMode |
| Page layout mode. | |
| ImageColorMode | imageColorMode |
| Image color mode. | |
| ImageType | imageType |
| Image file type. | |
| NSString * | pageRanges |
| Page ranges for conversion (e.g. "1-3,5,7-9") | |
Convert options.
Definition at line 217 of file base_type.h.
|
readwritenonatomicassign |
Whether to automatically create folder when exporting multiple documents.
Definition at line 259 of file base_type.h.
|
readwritenonatomicassign |
Whether to contain page background images when converting,which takes effect only when enable_ocr is true.
Definition at line 226 of file base_type.h.
|
readwritenonatomicassign |
Whether to include annotations.
Definition at line 232 of file base_type.h.
|
readwritenonatomicassign |
Whether to include images (only effective when OCR is disabled)
Definition at line 223 of file base_type.h.
|
readwritenonatomicassign |
Whether to remove AI content during conversion.
Definition at line 220 of file base_type.h.
|
readwritenonatomicassign |
Whether to enable OCR.
Definition at line 244 of file base_type.h.
|
readwritenonatomicassign |
Whether to export all content to Excel.
Definition at line 235 of file base_type.h.
|
readwritenonatomicassign |
Whether to save as CSV format.
Definition at line 241 of file base_type.h.
|
readwritenonatomicassign |
Whether each worksheet contains only one table.
Definition at line 238 of file base_type.h.
|
readwritenonatomicassign |
Convert formulas to images.
Definition at line 256 of file base_type.h.
|
readwritenonatomicassign |
Specify the Html page option.
Definition at line 268 of file base_type.h.
|
readwritenonatomicassign |
Image color mode.
Definition at line 274 of file base_type.h.
|
readwritenonatomicassign |
Whether to enhance image paths.
Definition at line 250 of file base_type.h.
|
readwritenonatomicassign |
Image scaling ratio.
Definition at line 253 of file base_type.h.
|
readwritenonatomicassign |
Image file type.
Definition at line 277 of file base_type.h.
|
readwritenonatomicassign |
Whether to include tables when converting to JSON.
Definition at line 229 of file base_type.h.
|
readwritenonatomicassign |
OCR option scope.
Definition at line 265 of file base_type.h.
|
readwritenonatomicassign |
whether to output one document per page.
Definition at line 262 of file base_type.h.
|
readwritenonatomicassign |
Page layout mode.
Definition at line 271 of file base_type.h.
|
readwritenonatomiccopy |
Page ranges for conversion (e.g. "1-3,5,7-9")
Definition at line 280 of file base_type.h.
|
readwritenonatomicassign |
Whether to format tables when converting to TXT.
Definition at line 247 of file base_type.h.