Comprehensive Guide for Developers: Features, Integration, and API Reference
Contains conversion-related parameters such as the output file, the Excel sheet makeup, and a flag specifying whether to convert only tables from the PDF file. More...
#include <pdfsdk/convert/pdf2xlsx.h>
Public Attributes | |
| const wchar_t * | outputFile |
| PDFConvertToXlsxType | convertType |
| bool | keepTablesOnly |
Contains conversion-related parameters such as the output file, the Excel sheet makeup, and a flag specifying whether to convert only tables from the PDF file.
| PDFConvertToXlsxType PDFConvertToXlsxParams::convertType |
An enum representing how the content is organized in the resulting Excel file.
| bool PDFConvertToXlsxParams::keepTablesOnly |
A flag stating whether to only take the tables (if any) from the PDF document. Note that if there are no tables in the PDF document and this flag is set to 'true' the conversion will result in an empty Excel file.
| const wchar_t* PDFConvertToXlsxParams::outputFile |
A pointer to the output folder and file name to create in wide character string format (i.e. L"path/to/file.xlsx")