You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ComboBoxField.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
**multiSelect** | **boolean** | Gets or sets multiselection flag.<br />*Inherited from [ChoiceField](ChoiceField.md)* | [optional]
13
13
**selected** | **number** | Gets or sets index of selected item. Numbering of items is started from 1.<br />*Inherited from [ChoiceField](ChoiceField.md)* | [optional]
14
14
**partialName** | **string** | Field name.<br />*Inherited from [FormField](FormField.md)* | [optional]
15
+
**fullName** | **string** | Full Field name.<br />*Inherited from [FormField](FormField.md)* | [optional]
15
16
**rect** | [**Rectangle**](Rectangle.md) | Field rectangle.<br />*Inherited from [FormField](FormField.md)* | [optional]
16
17
**value** | **string** | Field value.<br />*Inherited from [FormField](FormField.md)* | [optional]
17
18
**pageIndex** | **number** | Page index.<br />*Inherited from [FormField](FormField.md)* |
Copy file name to clipboardExpand all lines: docs/ListBoxField.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
**multiSelect** | **boolean** | Gets or sets multiselection flag.<br />*Inherited from [ChoiceField](ChoiceField.md)* | [optional]
13
13
**selected** | **number** | Gets or sets index of selected item. Numbering of items is started from 1.<br />*Inherited from [ChoiceField](ChoiceField.md)* | [optional]
14
14
**partialName** | **string** | Field name.<br />*Inherited from [FormField](FormField.md)* | [optional]
15
+
**fullName** | **string** | Full Field name.<br />*Inherited from [FormField](FormField.md)* | [optional]
15
16
**rect** | [**Rectangle**](Rectangle.md) | Field rectangle.<br />*Inherited from [FormField](FormField.md)* | [optional]
16
17
**value** | **string** | Field value.<br />*Inherited from [FormField](FormField.md)* | [optional]
17
18
**pageIndex** | **number** | Page index.<br />*Inherited from [FormField](FormField.md)* |
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../src/models/outputFormat.ts)
Converts PDF document (in request content) to Html format and uploads resulting file to storage.
7437
7437
@@ -7469,6 +7469,7 @@ Name | Type | Description | Notes
7469
7469
**trySaveTextUnderliningAndStrikeoutingInCss** | **boolean** | PDF itself does not contain underlining markers for texts. It emulated with line situated under text. This option allows converter try guess that this or that line is a text's underlining and put this info into CSS instead of drawing of underlining graphically. | [optional]
7470
7470
**storage** | **string** | The document storage. | [optional]
7471
7471
**flowLayoutParagraphFullWidth** | **boolean** | This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
7472
+
**outputFormat** | [**OutputFormat**](OutputFormat.md) | This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is "Zip" or missed (default). In case of the "Folder", all resulting files and directories will be uploaded to the folder of the resulting HTML file. | [optional]
7472
7473
**file** | **Buffer** | A file to be converted. | [optional]
7473
7474
7474
7475
### Return type
@@ -7805,7 +7806,7 @@ Name | Type | Description | Notes
Converts PDF document (located on storage) to Html format and uploads resulting file to storage
7811
7812
@@ -7845,6 +7846,7 @@ Name | Type | Description | Notes
7845
7846
**folder** | **string** | The document folder. | [optional]
7846
7847
**storage** | **string** | The document storage. | [optional]
7847
7848
**flowLayoutParagraphFullWidth** | **boolean** | This attribute specifies full width paragraph text for Flow mode, FixedLayout = false. | [optional]
7849
+
**outputFormat** | [**OutputFormat**](OutputFormat.md) | This parameter determines the type of result. The zip archive will be uploaded into the storage if the parameter is "Zip" or missed (default). In case of the "Folder", all resulting files and directories will be uploaded to the folder of the resulting HTML file. | [optional]
Copy file name to clipboardExpand all lines: docs/RadioButtonField.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
**multiSelect** | **boolean** | Gets or sets multiselection flag.<br />*Inherited from [ChoiceField](ChoiceField.md)* | [optional]
12
12
**selected** | **number** | Gets or sets index of selected item. Numbering of items is started from 1.<br />*Inherited from [ChoiceField](ChoiceField.md)* | [optional]
13
13
**partialName** | **string** | Field name.<br />*Inherited from [FormField](FormField.md)* | [optional]
14
+
**fullName** | **string** | Full Field name.<br />*Inherited from [FormField](FormField.md)* | [optional]
14
15
**rect** | [**Rectangle**](Rectangle.md) | Field rectangle.<br />*Inherited from [FormField](FormField.md)* | [optional]
15
16
**value** | **string** | Field value.<br />*Inherited from [FormField](FormField.md)* | [optional]
16
17
**pageIndex** | **number** | Page index.<br />*Inherited from [FormField](FormField.md)* |
0 commit comments