Excel Options
data class ExcelOptions(var containImage: Boolean = true, var containAnnotation: Boolean = true, var enableAiLayout: Boolean = true, var formulaToImage: Boolean = true, var enableOcr: Boolean = false, var pageRanges: String = "", var allContent: Boolean = false, var csvFormat: Boolean = false, var excelWorksheetOption: ExcelWorksheetOption = ExcelWorksheetOption.FOR_TABLE, var autoCreateFolder: Boolean = true, var outputDocumentPerPage: Boolean = false, var ocrOption: OCROption = OCROption.ALL)
Constructors
Link copied to clipboard
constructor(containImage: Boolean = true, containAnnotation: Boolean = true, enableAiLayout: Boolean = true, formulaToImage: Boolean = true, enableOcr: Boolean = false, pageRanges: String = "", allContent: Boolean = false, csvFormat: Boolean = false, excelWorksheetOption: ExcelWorksheetOption = ExcelWorksheetOption.FOR_TABLE, autoCreateFolder: Boolean = true, outputDocumentPerPage: Boolean = false, ocrOption: OCROption = OCROption.ALL)
Properties
Link copied to clipboard
Whether to set contain all pdf content to the xlsx file.
Link copied to clipboard
Whether to automatically create folder when exporting multiple documents.
Link copied to clipboard
Whether to contain annotations when converting.
Link copied to clipboard
Whether to contain images when converting,which takes effect only when IsAllowOCR is false.
Link copied to clipboard
Whether to enable AI layout analysis during conversion.
Link copied to clipboard
Specify the Excel worksheet option.
Link copied to clipboard
Whether to convert formulas to images.
Link copied to clipboard
whether to output one document per page.
Link copied to clipboard
Page ranges to convert.