PDF SDK Documentation

Comprehensive Guide for Developers: Features, Integration, and API Reference

Loading...
Searching...
No Matches
PDFConvertToXlsxParams Struct 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
 

Detailed Description

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.

Member Data Documentation

◆ convertType

PDFConvertToXlsxType PDFConvertToXlsxParams::convertType

An enum representing how the content is organized in the resulting Excel file.

◆ keepTablesOnly

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.

◆ outputFile

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")


The documentation for this struct was generated from the following file: