| 
    ComPDFKit Objective-C SDK
    
   API Reference Documentation for ComPDFKit 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 | 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.   | |
| 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 136 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Whether to include annotations.
Definition at line 148 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Whether to include images (only effective when OCR is disabled)
Definition at line 142 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Whether to remove AI content during conversion.
Definition at line 139 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Whether to enable OCR.
Definition at line 160 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Whether to export all content to Excel.
Definition at line 151 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Whether to save as CSV format.
Definition at line 157 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Whether each worksheet contains only one table.
Definition at line 154 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Convert formulas to images.
Definition at line 172 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Specify the Html page option.
Definition at line 175 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Image color mode.
Definition at line 181 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Whether to enhance image paths.
Definition at line 166 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Image scaling ratio.
Definition at line 169 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Image file type.
Definition at line 184 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Whether to include tables when converting to JSON.
Definition at line 145 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Page layout mode.
Definition at line 178 of file base_type.h.
      
  | 
  readwritenonatomiccopy | 
Page ranges for conversion (e.g. "1-3,5,7-9")
Definition at line 187 of file base_type.h.
      
  | 
  readwritenonatomicassign | 
Whether to format tables when converting to TXT.
Definition at line 163 of file base_type.h.