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/PdfApi.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4003,7 +4003,7 @@ Name | Type | Description | Notes
4003
4003
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Converts PDF document (located on storage) to PdfA format and returns resulting file in response content
4009
4009
@@ -4015,6 +4015,7 @@ Name | Type | Description | Notes
4015
4015
**type** | **str**| Type of PdfA format. |
4016
4016
**folder** | **str**| The document folder. | [optional]
4017
4017
**storage** | **str**| The document storage. | [optional]
4018
+
**password** | **str**| The password (Base64). | [optional]
4018
4019
4019
4020
### Return type
4020
4021
@@ -8132,7 +8133,7 @@ Name | Type | Description | Notes
8132
8133
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Converts PDF document (in request content) to PdfA format and uploads resulting file to storage.
8138
8139
@@ -8143,6 +8144,7 @@ Name | Type | Description | Notes
8143
8144
**out_path** | **str**| Full resulting filename (ex. /folder1/folder2/result.pdf) |
8144
8145
**type** | **str**| Type of PdfA format. |
8145
8146
**storage** | **str**| The document storage. | [optional]
8147
+
**password** | **str**| The password (Base64). | [optional]
8146
8148
**file** | **file**| A file to be converted. | [optional]
8147
8149
8148
8150
### Return type
@@ -8517,7 +8519,7 @@ Name | Type | Description | Notes
8517
8519
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments