|
ComPDF Objective-C SDK
API Reference Documentation for ComPDF Objective-C SDK
|
PDF to Excel 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. | |
| 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. | |
| PageLayoutMode | pageLayoutMode |
| Page layout mode. | |
| NSString * | pageRanges |
| Page ranges for conversion (e.g. "1-3,5,7-9") | |
| BOOL | CSVFormat |
| Whether to save as CSV format. | |
| BOOL | AllContent |
| Whether to export all content to Excel. | |
| ExcelWorksheetOption | excelWorksheetOption |
| Whether each worksheet contains only one table. | |
PDF to Excel conversion parameter object.
Definition at line 320 of file base_type.h.
|
readwritenonatomicassign |
Whether to export all content to Excel.
Definition at line 356 of file base_type.h.
|
readwritenonatomicassign |
Whether to automatically create folder when exporting multiple documents.
Definition at line 338 of file base_type.h.
|
readwritenonatomicassign |
Whether to include annotations.
Definition at line 332 of file base_type.h.
|
readwritenonatomicassign |
Whether to include images (only effective when OCR is disabled)
Definition at line 326 of file base_type.h.
|
readwritenonatomicassign |
Whether to save as CSV format.
Definition at line 353 of file base_type.h.
|
readwritenonatomicassign |
Whether to remove AI content during conversion.
Definition at line 323 of file base_type.h.
|
readwritenonatomicassign |
Whether to enable OCR.
Definition at line 335 of file base_type.h.
|
readwritenonatomicassign |
Whether each worksheet contains only one table.
Definition at line 359 of file base_type.h.
|
readwritenonatomicassign |
Convert formulas to images.
Definition at line 329 of file base_type.h.
|
readwritenonatomicassign |
OCR option scope.
Definition at line 344 of file base_type.h.
|
readwritenonatomicassign |
whether to output one document per page.
Definition at line 341 of file base_type.h.
|
readwritenonatomicassign |
Page layout mode.
Definition at line 347 of file base_type.h.
|
readwritenonatomiccopy |
Page ranges for conversion (e.g. "1-3,5,7-9")
Definition at line 350 of file base_type.h.