@@ -336,6 +336,7 @@ Method | HTTP request | Description
336
336
[ ** putRadioButtonField** ] ( PdfApi.md#putRadioButtonField ) | ** PUT** /pdf/\{ name}/fields/radiobutton/\{ fieldName} | Replace document RadioButton field
337
337
[ ** putRedactionAnnotation** ] ( PdfApi.md#putRedactionAnnotation ) | ** PUT** /pdf/\{ name}/annotations/redaction/\{ annotationId} | Replace document redaction annotation
338
338
[ ** putReplaceImage** ] ( PdfApi.md#putReplaceImage ) | ** PUT** /pdf/\{ name}/images/\{ imageId} | Replace document image.
339
+ [ ** putReplaceMultipleImage** ] ( PdfApi.md#putReplaceMultipleImage ) | ** PUT** /pdf/\{ name}/images/replace | Replace document multiple image.
339
340
[ ** putScreenAnnotation** ] ( PdfApi.md#putScreenAnnotation ) | ** PUT** /pdf/\{ name}/annotations/screen/\{ annotationId} | Replace document screen annotation
340
341
[ ** putScreenAnnotationDataExtract** ] ( PdfApi.md#putScreenAnnotationDataExtract ) | ** PUT** /pdf/\{ name}/annotations/screen/\{ annotationId}/data/extract | Extract document screen annotation content to storage
341
342
[ ** putSearchableDocument** ] ( PdfApi.md#putSearchableDocument ) | ** PUT** /pdf/\{ name}/ocr | Create searchable PDF document. Generate OCR layer for images in input PDF document.
@@ -3993,7 +3994,7 @@ Name | Type | Description | Notes
3993
3994
3994
3995
<a name =" getPdfInStorageToXls " ></a >
3995
3996
# ** getPdfInStorageToXls**
3996
- > File getPdfInStorageToXls(name, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage)
3997
+ > File getPdfInStorageToXls(name, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage, password )
3997
3998
3998
3999
Converts PDF document (located on storage) to XLS format and returns resulting file in response content
3999
4000
@@ -4008,6 +4009,7 @@ Name | Type | Description | Notes
4008
4009
** uniformWorksheets** | ** Boolean** | Uniform worksheets | [ optional]
4009
4010
** folder** | ** String** | The document folder. | [ optional]
4010
4011
** storage** | ** String** | The document storage. | [ optional]
4012
+ ** password** | ** String** | The password (Base64). | [ optional]
4011
4013
4012
4014
### Return type
4013
4015
@@ -4020,7 +4022,7 @@ Name | Type | Description | Notes
4020
4022
4021
4023
<a name =" getPdfInStorageToXlsx " ></a >
4022
4024
# ** getPdfInStorageToXlsx**
4023
- > File getPdfInStorageToXlsx(name, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage)
4025
+ > File getPdfInStorageToXlsx(name, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage, password )
4024
4026
4025
4027
Converts PDF document (located on storage) to XLSX format and returns resulting file in response content
4026
4028
@@ -4035,6 +4037,7 @@ Name | Type | Description | Notes
4035
4037
** uniformWorksheets** | ** Boolean** | Uniform worksheets | [ optional]
4036
4038
** folder** | ** String** | The document folder. | [ optional]
4037
4039
** storage** | ** String** | The document storage. | [ optional]
4040
+ ** password** | ** String** | The password (Base64). | [ optional]
4038
4041
4039
4042
### Return type
4040
4043
@@ -6294,7 +6297,7 @@ Name | Type | Description | Notes
6294
6297
6295
6298
<a name =" postSplitDocument " ></a >
6296
6299
# ** postSplitDocument**
6297
- > SplitResultResponse postSplitDocument(name, format, from, to, storage, folder)
6300
+ > SplitResultResponse postSplitDocument(name, format, from, to, storage, folder, password )
6298
6301
6299
6302
Split document to parts.
6300
6303
@@ -6308,6 +6311,7 @@ Name | Type | Description | Notes
6308
6311
** to** | ** Integer** | End page if defined. | [ optional]
6309
6312
** storage** | ** String** | The document storage. | [ optional]
6310
6313
** folder** | ** String** | The document folder. | [ optional]
6314
+ ** password** | ** String** | Base64 encoded password. | [ optional]
6311
6315
6312
6316
### Return type
6313
6317
@@ -6320,7 +6324,7 @@ Name | Type | Description | Notes
6320
6324
6321
6325
<a name =" postSplitRangePdfDocument " ></a >
6322
6326
# ** postSplitRangePdfDocument**
6323
- > SplitResultResponse postSplitRangePdfDocument(name, options, storage, folder)
6327
+ > SplitResultResponse postSplitRangePdfDocument(name, options, storage, folder, password )
6324
6328
6325
6329
Split document into ranges.
6326
6330
@@ -6332,6 +6336,7 @@ Name | Type | Description | Notes
6332
6336
** options** | [ ** SplitRangePdfOptions** ] ( SplitRangePdfOptions.md ) | The splitting options. |
6333
6337
** storage** | ** String** | The document storage. | [ optional]
6334
6338
** folder** | ** String** | The document folder. | [ optional]
6339
+ ** password** | ** String** | Base64 encoded password. | [ optional]
6335
6340
6336
6341
### Return type
6337
6342
@@ -7960,7 +7965,7 @@ Name | Type | Description | Notes
7960
7965
7961
7966
<a name =" putPdfInRequestToXls " ></a >
7962
7967
# ** putPdfInRequestToXls**
7963
- > AsposeResponse putPdfInRequestToXls(outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, storage, file)
7968
+ > AsposeResponse putPdfInRequestToXls(outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, storage, password, file)
7964
7969
7965
7970
Converts PDF document (in request content) to XLS format and uploads resulting file to storage.
7966
7971
@@ -7974,6 +7979,7 @@ Name | Type | Description | Notes
7974
7979
** scaleFactor** | ** Double** | Scale factor (Obsolete) | [ optional]
7975
7980
** uniformWorksheets** | ** Boolean** | Uniform worksheets | [ optional]
7976
7981
** storage** | ** String** | The document storage. | [ optional]
7982
+ ** password** | ** String** | The password (Base64). | [ optional]
7977
7983
** file** | ** File** | A file to be converted. | [ optional]
7978
7984
7979
7985
### Return type
@@ -7987,7 +7993,7 @@ Name | Type | Description | Notes
7987
7993
7988
7994
<a name =" putPdfInRequestToXlsx " ></a >
7989
7995
# ** putPdfInRequestToXlsx**
7990
- > AsposeResponse putPdfInRequestToXlsx(outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, storage, file)
7996
+ > AsposeResponse putPdfInRequestToXlsx(outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, storage, password, file)
7991
7997
7992
7998
Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
7993
7999
@@ -8001,6 +8007,7 @@ Name | Type | Description | Notes
8001
8007
** scaleFactor** | ** Double** | Scale factor (Obsolete) | [ optional]
8002
8008
** uniformWorksheets** | ** Boolean** | Uniform worksheets | [ optional]
8003
8009
** storage** | ** String** | The document storage. | [ optional]
8010
+ ** password** | ** String** | The password (Base64). | [ optional]
8004
8011
** file** | ** File** | A file to be converted. | [ optional]
8005
8012
8006
8013
### Return type
@@ -8335,7 +8342,7 @@ Name | Type | Description | Notes
8335
8342
8336
8343
<a name =" putPdfInStorageToXls " ></a >
8337
8344
# ** putPdfInStorageToXls**
8338
- > AsposeResponse putPdfInStorageToXls(name, outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage)
8345
+ > AsposeResponse putPdfInStorageToXls(name, outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage, password )
8339
8346
8340
8347
Converts PDF document (located on storage) to XLS format and uploads resulting file to storage
8341
8348
@@ -8351,6 +8358,7 @@ Name | Type | Description | Notes
8351
8358
** uniformWorksheets** | ** Boolean** | Uniform worksheets | [ optional]
8352
8359
** folder** | ** String** | The document folder. | [ optional]
8353
8360
** storage** | ** String** | The document storage. | [ optional]
8361
+ ** password** | ** String** | The password (Base64). | [ optional]
8354
8362
8355
8363
### Return type
8356
8364
@@ -8363,7 +8371,7 @@ Name | Type | Description | Notes
8363
8371
8364
8372
<a name =" putPdfInStorageToXlsx " ></a >
8365
8373
# ** putPdfInStorageToXlsx**
8366
- > AsposeResponse putPdfInStorageToXlsx(name, outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage)
8374
+ > AsposeResponse putPdfInStorageToXlsx(name, outPath, insertBlankColumnAtFirst, minimizeTheNumberOfWorksheets, scaleFactor, uniformWorksheets, folder, storage, password )
8367
8375
8368
8376
Converts PDF document (located on storage) to XLSX format and uploads resulting file to storage
8369
8377
@@ -8379,6 +8387,7 @@ Name | Type | Description | Notes
8379
8387
** uniformWorksheets** | ** Boolean** | Uniform worksheets | [ optional]
8380
8388
** folder** | ** String** | The document folder. | [ optional]
8381
8389
** storage** | ** String** | The document storage. | [ optional]
8390
+ ** password** | ** String** | The password (Base64). | [ optional]
8382
8391
8383
8392
### Return type
8384
8393
@@ -8632,6 +8641,32 @@ Name | Type | Description | Notes
8632
8641
8633
8642
[ ** ImageResponse** ] ( ImageResponse.md )
8634
8643
8644
+ ### HTTP request headers
8645
+
8646
+ - ** Content-Type** : application/octet-stream
8647
+ - ** Accept** : application/json
8648
+
8649
+ <a name =" putReplaceMultipleImage " ></a >
8650
+ # ** putReplaceMultipleImage**
8651
+ > ImagesResponse putReplaceMultipleImage(name, imageIds, imageFilePath, storage, folder, image)
8652
+
8653
+ Replace document multiple image.
8654
+
8655
+ ### Parameters
8656
+
8657
+ Name | Type | Description | Notes
8658
+ ------------- | ------------- | ------------- | -------------
8659
+ ** name** | ** String** | The document name. |
8660
+ ** imageIds** | ** List< ; String> ; ** | The image IDs. |
8661
+ ** imageFilePath** | ** String** | Path to image file if specified. Request content is used otherwise. | [ optional]
8662
+ ** storage** | ** String** | The document storage. | [ optional]
8663
+ ** folder** | ** String** | The document folder. | [ optional]
8664
+ ** image** | [ **** ] ( .md ) | Image file. | [ optional]
8665
+
8666
+ ### Return type
8667
+
8668
+ [ ** ImagesResponse** ] ( ImagesResponse.md )
8669
+
8635
8670
### HTTP request headers
8636
8671
8637
8672
- ** Content-Type** : application/octet-stream
0 commit comments