FormDataConverter Class |
Namespace: Aspose.Pdf.Facades
The FormDataConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | FormDataConverter | Initializes a new instance of the FormDataConverter class |
Name | Description | |
---|---|---|
![]() | ClearTableBeforeExport |
ExportFromData will clear table before data export.
|
![]() | CreateMissingField |
ConvertToDataTable will create required field if it does not exists in Table.
|
![]() | CreateMissingTable |
ImportIntoDatabase will create table if it does not exists.
|
![]() | ReplaceExistingTable |
ImportIntoDatabase will drop existing table and create new table if this property set to true.
|
![]() | Table |
Gets or sets the middle data container, one DataTable.
It must be defined before converting data from one format to another format.
The Columns and TableName of the DataTable should be defined.
The TableName is the name of the Table in the database.
Every column's ColumnName is the qualified field name of the pdf. Every column's Caption
is the column name of table in the database. If the field name is the same as the table column
name, the Caption need not specified.
|
Name | Description | |
---|---|---|
![]() ![]() ![]() | ConvertFdfToXml |
Convert FDF file into XML.
|
![]() | ConverToStreams |
This method is obsolete. Please use ConvertToStreams() instead.
|
![]() ![]() | ConvertToDataTable |
Convert files of strems into table.
|
![]() ![]() | ConvertToStreams |
Convert data in table into streams.
|
![]() ![]() | ConvertXmlToFdf |
Convert XML import/export form data file into FDF format.
|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | ExportFromDataBase |
Exports data from database into table.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | ImportIntoDataBase |
Imports data from table into database.
|
![]() | ToString | (Inherited from Object.) |