@@ -336,6 +336,7 @@ Method | HTTP request | Description
336
336
* PdfApi* | [ ** putRadioButtonField** ] ( PdfApi.md#putRadioButtonField ) | ** PUT** /pdf/\{ name}/fields/radiobutton/\{ fieldName} | Replace document RadioButton field
337
337
* PdfApi* | [ ** putRedactionAnnotation** ] ( PdfApi.md#putRedactionAnnotation ) | ** PUT** /pdf/\{ name}/annotations/redaction/\{ annotationId} | Replace document redaction annotation
338
338
* PdfApi* | [ ** putReplaceImage** ] ( PdfApi.md#putReplaceImage ) | ** PUT** /pdf/\{ name}/images/\{ imageId} | Replace document image.
339
+ * PdfApi* | [ ** putReplaceMultipleImage** ] ( PdfApi.md#putReplaceMultipleImage ) | ** PUT** /pdf/\{ name}/images/replace | Replace document multiple image.
339
340
* PdfApi* | [ ** putScreenAnnotation** ] ( PdfApi.md#putScreenAnnotation ) | ** PUT** /pdf/\{ name}/annotations/screen/\{ annotationId} | Replace document screen annotation
340
341
* PdfApi* | [ ** putScreenAnnotationDataExtract** ] ( PdfApi.md#putScreenAnnotationDataExtract ) | ** PUT** /pdf/\{ name}/annotations/screen/\{ annotationId}/data/extract | Extract document screen annotation content to storage
341
342
* PdfApi* | [ ** putSearchableDocument** ] ( PdfApi.md#putSearchableDocument ) | ** PUT** /pdf/\{ name}/ocr | Create searchable PDF document. Generate OCR layer for images in input PDF document.
@@ -3841,7 +3842,7 @@ Name | Type | Description | Notes
3841
3842
3842
3843
<a name =" getPdfInStorageToXls " ></a >
3843
3844
## ** getPdfInStorageToXls**
3844
- > getPdfInStorageToXls(name, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage)
3845
+ > getPdfInStorageToXls(name, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage, password )
3845
3846
3846
3847
Converts PDF document (located on storage) to XLS format and returns resulting file in response content
3847
3848
@@ -3855,6 +3856,7 @@ Name | Type | Description | Notes
3855
3856
** uniformWorksheets** | ** boolean** | Uniform worksheets | [ optional]
3856
3857
** folder** | ** string** | The document folder. | [ optional]
3857
3858
** storage** | ** string** | The document storage. | [ optional]
3859
+ ** password** | ** string** | The password (Base64). | [ optional]
3858
3860
3859
3861
### Return type
3860
3862
@@ -3867,7 +3869,7 @@ Name | Type | Description | Notes
3867
3869
3868
3870
<a name =" getPdfInStorageToXlsx " ></a >
3869
3871
## ** getPdfInStorageToXlsx**
3870
- > getPdfInStorageToXlsx(name, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage)
3872
+ > getPdfInStorageToXlsx(name, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage, password )
3871
3873
3872
3874
Converts PDF document (located on storage) to XLSX format and returns resulting file in response content
3873
3875
@@ -3881,6 +3883,7 @@ Name | Type | Description | Notes
3881
3883
** uniformWorksheets** | ** boolean** | Uniform worksheets | [ optional]
3882
3884
** folder** | ** string** | The document folder. | [ optional]
3883
3885
** storage** | ** string** | The document storage. | [ optional]
3886
+ ** password** | ** string** | The password (Base64). | [ optional]
3884
3887
3885
3888
### Return type
3886
3889
@@ -6049,7 +6052,7 @@ Name | Type | Description | Notes
6049
6052
6050
6053
<a name =" postSplitDocument " ></a >
6051
6054
## ** postSplitDocument**
6052
- > postSplitDocument(name, format, from, to, storage, folder)
6055
+ > postSplitDocument(name, format, from, to, storage, folder, password )
6053
6056
6054
6057
Split document to parts.
6055
6058
@@ -6062,6 +6065,7 @@ Name | Type | Description | Notes
6062
6065
** to** | ** number** | End page if defined. | [ optional]
6063
6066
** storage** | ** string** | The document storage. | [ optional]
6064
6067
** folder** | ** string** | The document folder. | [ optional]
6068
+ ** password** | ** string** | Base64 encoded password. | [ optional]
6065
6069
6066
6070
### Return type
6067
6071
@@ -6074,7 +6078,7 @@ Name | Type | Description | Notes
6074
6078
6075
6079
<a name =" postSplitRangePdfDocument " ></a >
6076
6080
## ** postSplitRangePdfDocument**
6077
- > postSplitRangePdfDocument(name, options, storage, folder)
6081
+ > postSplitRangePdfDocument(name, options, storage, folder, password )
6078
6082
6079
6083
Split document into ranges.
6080
6084
@@ -6085,6 +6089,7 @@ Name | Type | Description | Notes
6085
6089
** options** | [ ** SplitRangePdfOptions** ] ( SplitRangePdfOptions.md ) | The splitting options. |
6086
6090
** storage** | ** string** | The document storage. | [ optional]
6087
6091
** folder** | ** string** | The document folder. | [ optional]
6092
+ ** password** | ** string** | Base64 encoded password. | [ optional]
6088
6093
6089
6094
### Return type
6090
6095
@@ -7651,7 +7656,7 @@ Name | Type | Description | Notes
7651
7656
7652
7657
<a name =" putPdfInRequestToXls " ></a >
7653
7658
## ** putPdfInRequestToXls**
7654
- > putPdfInRequestToXls(outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, storage, file)
7659
+ > putPdfInRequestToXls(outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, storage, password, file)
7655
7660
7656
7661
Converts PDF document (in request content) to XLS format and uploads resulting file to storage.
7657
7662
@@ -7664,6 +7669,7 @@ Name | Type | Description | Notes
7664
7669
** scaleFactor** | ** number** | Scale factor (Obsolete) | [ optional]
7665
7670
** uniformWorksheets** | ** boolean** | Uniform worksheets | [ optional]
7666
7671
** storage** | ** string** | The document storage. | [ optional]
7672
+ ** password** | ** string** | The password (Base64). | [ optional]
7667
7673
** file** | ** Buffer** | A file to be converted. | [ optional]
7668
7674
7669
7675
### Return type
@@ -7677,7 +7683,7 @@ Name | Type | Description | Notes
7677
7683
7678
7684
<a name =" putPdfInRequestToXlsx " ></a >
7679
7685
## ** putPdfInRequestToXlsx**
7680
- > putPdfInRequestToXlsx(outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, storage, file)
7686
+ > putPdfInRequestToXlsx(outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, storage, password, file)
7681
7687
7682
7688
Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
7683
7689
@@ -7690,6 +7696,7 @@ Name | Type | Description | Notes
7690
7696
** scaleFactor** | ** number** | Scale factor (Obsolete) | [ optional]
7691
7697
** uniformWorksheets** | ** boolean** | Uniform worksheets | [ optional]
7692
7698
** storage** | ** string** | The document storage. | [ optional]
7699
+ ** password** | ** string** | The password (Base64). | [ optional]
7693
7700
** file** | ** Buffer** | A file to be converted. | [ optional]
7694
7701
7695
7702
### Return type
@@ -8013,7 +8020,7 @@ Name | Type | Description | Notes
8013
8020
8014
8021
<a name =" putPdfInStorageToXls " ></a >
8015
8022
## ** putPdfInStorageToXls**
8016
- > putPdfInStorageToXls(name, outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage)
8023
+ > putPdfInStorageToXls(name, outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage, password )
8017
8024
8018
8025
Converts PDF document (located on storage) to XLS format and uploads resulting file to storage
8019
8026
@@ -8028,6 +8035,7 @@ Name | Type | Description | Notes
8028
8035
** uniformWorksheets** | ** boolean** | Uniform worksheets | [ optional]
8029
8036
** folder** | ** string** | The document folder. | [ optional]
8030
8037
** storage** | ** string** | The document storage. | [ optional]
8038
+ ** password** | ** string** | The password (Base64). | [ optional]
8031
8039
8032
8040
### Return type
8033
8041
@@ -8040,7 +8048,7 @@ Name | Type | Description | Notes
8040
8048
8041
8049
<a name =" putPdfInStorageToXlsx " ></a >
8042
8050
## ** putPdfInStorageToXlsx**
8043
- > putPdfInStorageToXlsx(name, outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage)
8051
+ > putPdfInStorageToXlsx(name, outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage, password )
8044
8052
8045
8053
Converts PDF document (located on storage) to XLSX format and uploads resulting file to storage
8046
8054
@@ -8055,6 +8063,7 @@ Name | Type | Description | Notes
8055
8063
** uniformWorksheets** | ** boolean** | Uniform worksheets | [ optional]
8056
8064
** folder** | ** string** | The document folder. | [ optional]
8057
8065
** storage** | ** string** | The document storage. | [ optional]
8066
+ ** password** | ** string** | The password (Base64). | [ optional]
8058
8067
8059
8068
### Return type
8060
8069
@@ -8298,6 +8307,31 @@ Name | Type | Description | Notes
8298
8307
8299
8308
[ ** ImageResponse** ] ( ImageResponse.md )
8300
8309
8310
+ ### HTTP request headers
8311
+
8312
+ - ** Content-Type** : multipart/form-data
8313
+ - ** Accept** : application/json
8314
+
8315
+ <a name =" putReplaceMultipleImage " ></a >
8316
+ ## ** putReplaceMultipleImage**
8317
+ > putReplaceMultipleImage(name, imageIds, imageFilePath, storage, folder, image)
8318
+
8319
+ Replace document multiple image.
8320
+
8321
+ ### Parameters
8322
+ Name | Type | Description | Notes
8323
+ ------------- | ------------- | ------------- | -------------
8324
+ ** name** | ** string** | The document name. |
8325
+ ** imageIds** | ** Array< ; string> ; ** | The image IDs. |
8326
+ ** imageFilePath** | ** string** | Path to image file if specified. Request content is used otherwise. | [ optional]
8327
+ ** storage** | ** string** | The document storage. | [ optional]
8328
+ ** folder** | ** string** | The document folder. | [ optional]
8329
+ ** image** | ** Buffer** | Image file. | [ optional]
8330
+
8331
+ ### Return type
8332
+
8333
+ [ ** ImagesResponse** ] ( ImagesResponse.md )
8334
+
8301
8335
### HTTP request headers
8302
8336
8303
8337
- ** Content-Type** : multipart/form-data
0 commit comments