Foxit PDF SDK
FoxitPDFSDKPython3.FormCombination Class Reference
Inheritance diagram for FoxitPDFSDKPython3.FormCombination:
FoxitPDFSDKPython3.Base

Static Public Attributes

 CombineFormsToCSV = _fsdk.FormCombination_CombineFormsToCSV
 Combine form data and export these data to a CSV file. More...
 

Detailed Description

This class is used to combine form data from several files and export combined form data to spreadsheet.

Member Data Documentation

◆ CombineFormsToCSV

FoxitPDFSDKPython3.FormCombination.CombineFormsToCSV = _fsdk.FormCombination_CombineFormsToCSV
static

Combine form data and export these data to a CSV file.

Parameters
[in]form_file_arrayA form file information array. This array contains information of source form files whose form data are to be combined.
[in]dest_csv_fileA full path of a CSV file, to which combined result will be saved to. This should not be an empty string.
[in]appendA boolean value used to decide whether combined form data is appended to the CSV file if the CSV file exists: true means to append combined form data to an existed CSV file, while false means not.
Returns
None.