Class PdfConverterToExcelOptions

PdfConverterToExcelOptions class

Represents PDF to XLSX converter options for PdfConverter plugin.

public sealed class PdfConverterToExcelOptions : PdfConverterOptions

Constructors

NameDescription
PdfConverterToExcelOptions()The default constructor.

Properties

NameDescription
DataCollection { get; }Returns PdfConverterOptions plugin data collection.
Format { get; set; }Output format.
InsertBlankColumnAtFirst { get; set; }Set true if you need inserting of blank column as the first column of worksheet. Default value is false; it means that blank column will not be inserted.
MinimizeTheNumberOfWorksheets { get; set; }Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet.
virtual OperationName { get; }Returns operation name.
SaveTargetsCollection { get; }Gets collection of added targets for saving operation results.

Methods

NameDescription
AddDataSource(IDataSource)Adds new data source to the PdfConverter plugin data collection.
AddSaveDataSource(IDataSource)Adds new data source to the PdfToXLSXConverterOptions plugin data collection.

Other Members

NameDescription
enum ExcelFormatAllows to specify .xlsx, .xls/xml or csv file format. Default value is XLSX.

See Also