Comprehensive Guide for Developers: Features, Integration, and API 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 |
Contains conversion-related parameters such as the output directory and file name, and flags related to versioning and table recognition.
| bool PDFConvertToDocxParams::ignoreHeadersAndFooters |
Disable headers and footers analysis
| bool PDFConvertToDocxParams::isWord2003 |
A flag representing which version of Word binary to convert to. true for .doc (2003 and prior), false for .docx
| 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")
| bool PDFConvertToDocxParams::tableRecognize |
A flag stating whether to pick up tables from the PDF document.