Click or drag to resize

ExcelOptions Fields

The ExcelOptions type exposes the following members.

Fields
  Name Description
Public field AllContent Whether to set contain all pdf content to the xlsx file.
Public field AutoCreateFolder Whether to automatically create folder when exporting multiple documents.
Public field ContainAnnotation Whether to contain annotations when converting.
Public field ContainImage Whether to contain images when converting.
Public field CsvFormat Whether to set to save the table in csv format.
Public field EnableAiLayout Whether to enable AI layout analysis during conversion.
Public field EnableOCR Whether to use OCR.
Public field FormulaToImage Whether to convert formulas to images.
Public field OcrOption Specify the OCR option.
Public field OutputDocumentPerPage whether to output one document per page.
Public field PageRanges Specify the pages to convert, e.g. "1-3,5,7-9". Using fixed-size array for simplicity.
Public field WorksheetOption Specify Excel Worksheet option.
Top
See Also