PDF SDK Documentation

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

Loading...
Searching...
No Matches
PDFConvertToDocxParams Struct Reference

Contains conversion-related parameters such as the output directory and file name, and flags related to versioning and table recognition. More...

#include <pdfsdk/convert/pdf2docx.h>

Public Attributes

const wchar_t * outputFile
 
bool isWord2003
 
bool tableRecognize
 
bool ignoreHeadersAndFooters
 

Detailed Description

Contains conversion-related parameters such as the output directory and file name, and flags related to versioning and table recognition.

Member Data Documentation

◆ ignoreHeadersAndFooters

bool PDFConvertToDocxParams::ignoreHeadersAndFooters

Disable headers and footers analysis

◆ isWord2003

bool PDFConvertToDocxParams::isWord2003

A flag representing which version of Word binary to convert to. true for .doc (2003 and prior), false for .docx

◆ outputFile

const wchar_t* PDFConvertToDocxParams::outputFile

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

◆ tableRecognize

bool PDFConvertToDocxParams::tableRecognize

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


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