Click or drag to resize

ExcelOptions Class

PDF to Excel conversion parameter object.
Inheritance Hierarchy
SystemObject
  ComPDF_Conversion.CommonExcelOptions

Namespace: ComPDF_Conversion.Common
Assembly: cpdfconversionsdk_dotnet (in cpdfconversionsdk_dotnet.dll) Version: 3.2.0.0 (3.2.0.0)
Syntax
C#
public class ExcelOptions

The ExcelOptions type exposes the following members.

Constructors
 NameDescription
Public methodExcelOptions 
Top
Fields
 NameDescription
Public fieldAllContent Whether to set contain all pdf content to the xlsx file.
Public fieldAutoCreateFolder Whether to automatically create folder when exporting multiple documents.
Public fieldContainAnnotation Whether to contain annotations when converting.
Public fieldContainImage Whether to contain images when converting.
Public fieldCsvFormat Whether to set to save the table in csv format.
Public fieldEnableAiLayout Whether to enable AI layout analysis during conversion.
Public fieldEnableOCR Whether to use OCR.
Public fieldFormulaToImage Whether to convert formulas to images.
Public fieldOcrOption Specify the OCR option.
Public fieldOutputDocumentPerPage whether to output one document per page.
Public fieldPageRanges Specify the pages to convert, e.g. "1-3,5,7-9". Using fixed-size array for simplicity.
Public fieldWorksheetOption Specify Excel Worksheet option.
Top
See Also