PDF SDK Documentation

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

Loading...
Searching...
No Matches
PDFConvertToPptxParams Struct Reference

Contains conversion-related parameters such as the output file, and a flag related table recognition. More...

#include <pdfsdk/convert/pdf2pptx.h>

Public Attributes

const wchar_t * outputFile
 
bool tableRecognize
 

Detailed Description

Contains conversion-related parameters such as the output file, and a flag related table recognition.

Member Data Documentation

◆ outputFile

const wchar_t* PDFConvertToPptxParams::outputFile

A pointer to the output file folder and name to create in wide character string format (i.e. "path/to/file.pptx").

◆ tableRecognize

bool PDFConvertToPptxParams::tableRecognize

A flag stating whether to pick up tables from the PDF document.


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