@@ -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.
@@ -4443,7 +4444,7 @@ Name | Type | Description | Notes
4443
4444
4444
4445
<a name =" getpdfinstoragetoxls " ></a >
4445
4446
# ** GetPdfInStorageToXls**
4446
- > System.IO.Stream GetPdfInStorageToXls (string name, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string folder = null, string storage = null)
4447
+ > System.IO.Stream GetPdfInStorageToXls (string name, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string folder = null, string storage = null, string password = null )
4447
4448
4448
4449
Converts PDF document (located on storage) to XLS format and returns resulting file in response content
4449
4450
@@ -4459,6 +4460,7 @@ Name | Type | Description | Notes
4459
4460
** uniformWorksheets** | ** bool?** | Uniform worksheets | [ optional]
4460
4461
** folder** | ** string** | The document folder. | [ optional]
4461
4462
** storage** | ** string** | The document storage. | [ optional]
4463
+ ** password** | ** string** | The password (Base64). | [ optional]
4462
4464
4463
4465
### Return type
4464
4466
@@ -4473,7 +4475,7 @@ Name | Type | Description | Notes
4473
4475
4474
4476
<a name =" getpdfinstoragetoxlsx " ></a >
4475
4477
# ** GetPdfInStorageToXlsx**
4476
- > System.IO.Stream GetPdfInStorageToXlsx (string name, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string folder = null, string storage = null)
4478
+ > System.IO.Stream GetPdfInStorageToXlsx (string name, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string folder = null, string storage = null, string password = null )
4477
4479
4478
4480
Converts PDF document (located on storage) to XLSX format and returns resulting file in response content
4479
4481
@@ -4489,6 +4491,7 @@ Name | Type | Description | Notes
4489
4491
** uniformWorksheets** | ** bool?** | Uniform worksheets | [ optional]
4490
4492
** folder** | ** string** | The document folder. | [ optional]
4491
4493
** storage** | ** string** | The document storage. | [ optional]
4494
+ ** password** | ** string** | The password (Base64). | [ optional]
4492
4495
4493
4496
### Return type
4494
4497
@@ -7023,7 +7026,7 @@ Name | Type | Description | Notes
7023
7026
7024
7027
<a name =" postsplitdocument " ></a >
7025
7028
# ** PostSplitDocument**
7026
- > SplitResultResponse PostSplitDocument (string name, string format = null, int? from = null, int? to = null, string storage = null, string folder = null)
7029
+ > SplitResultResponse PostSplitDocument (string name, string format = null, int? from = null, int? to = null, string storage = null, string folder = null, string password = null )
7027
7030
7028
7031
Split document to parts.
7029
7032
@@ -7038,6 +7041,7 @@ Name | Type | Description | Notes
7038
7041
** to** | ** int?** | End page if defined. | [ optional]
7039
7042
** storage** | ** string** | The document storage. | [ optional]
7040
7043
** folder** | ** string** | The document folder. | [ optional]
7044
+ ** password** | ** string** | Base64 encoded password. | [ optional]
7041
7045
7042
7046
### Return type
7043
7047
@@ -7052,7 +7056,7 @@ Name | Type | Description | Notes
7052
7056
7053
7057
<a name =" postsplitrangepdfdocument " ></a >
7054
7058
# ** PostSplitRangePdfDocument**
7055
- > SplitResultResponse PostSplitRangePdfDocument (string name, SplitRangePdfOptions options, string storage = null, string folder = null)
7059
+ > SplitResultResponse PostSplitRangePdfDocument (string name, SplitRangePdfOptions options, string storage = null, string folder = null, string password = null )
7056
7060
7057
7061
Split document into ranges.
7058
7062
@@ -7065,6 +7069,7 @@ Name | Type | Description | Notes
7065
7069
** options** | [ ** SplitRangePdfOptions** ] ( SplitRangePdfOptions.md ) | The splitting options. |
7066
7070
** storage** | ** string** | The document storage. | [ optional]
7067
7071
** folder** | ** string** | The document folder. | [ optional]
7072
+ ** password** | ** string** | Base64 encoded password. | [ optional]
7068
7073
7069
7074
### Return type
7070
7075
@@ -8881,7 +8886,7 @@ Name | Type | Description | Notes
8881
8886
8882
8887
<a name =" putpdfinrequesttoxls " ></a >
8883
8888
# ** PutPdfInRequestToXls**
8884
- > AsposeResponse PutPdfInRequestToXls (string outPath, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string storage = null, System.IO.Stream file = null)
8889
+ > AsposeResponse PutPdfInRequestToXls (string outPath, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string storage = null, string password = null, System.IO.Stream file = null)
8885
8890
8886
8891
Converts PDF document (in request content) to XLS format and uploads resulting file to storage.
8887
8892
@@ -8896,6 +8901,7 @@ Name | Type | Description | Notes
8896
8901
** scaleFactor** | ** double?** | Scale factor (Obsolete) | [ optional]
8897
8902
** uniformWorksheets** | ** bool?** | Uniform worksheets | [ optional]
8898
8903
** storage** | ** string** | The document storage. | [ optional]
8904
+ ** password** | ** string** | The password (Base64). | [ optional]
8899
8905
** file** | ** System.IO.Stream** | A file to be converted. | [ optional]
8900
8906
8901
8907
### Return type
@@ -8911,7 +8917,7 @@ Name | Type | Description | Notes
8911
8917
8912
8918
<a name =" putpdfinrequesttoxlsx " ></a >
8913
8919
# ** PutPdfInRequestToXlsx**
8914
- > AsposeResponse PutPdfInRequestToXlsx (string outPath, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string storage = null, System.IO.Stream file = null)
8920
+ > AsposeResponse PutPdfInRequestToXlsx (string outPath, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string storage = null, string password = null, System.IO.Stream file = null)
8915
8921
8916
8922
Converts PDF document (in request content) to XLSX format and uploads resulting file to storage.
8917
8923
@@ -8926,6 +8932,7 @@ Name | Type | Description | Notes
8926
8932
** scaleFactor** | ** double?** | Scale factor (Obsolete) | [ optional]
8927
8933
** uniformWorksheets** | ** bool?** | Uniform worksheets | [ optional]
8928
8934
** storage** | ** string** | The document storage. | [ optional]
8935
+ ** password** | ** string** | The password (Base64). | [ optional]
8929
8936
** file** | ** System.IO.Stream** | A file to be converted. | [ optional]
8930
8937
8931
8938
### Return type
@@ -9295,7 +9302,7 @@ Name | Type | Description | Notes
9295
9302
9296
9303
<a name =" putpdfinstoragetoxls " ></a >
9297
9304
# ** PutPdfInStorageToXls**
9298
- > AsposeResponse PutPdfInStorageToXls (string name, string outPath, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string folder = null, string storage = null)
9305
+ > AsposeResponse PutPdfInStorageToXls (string name, string outPath, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string folder = null, string storage = null, string password = null )
9299
9306
9300
9307
Converts PDF document (located on storage) to XLS format and uploads resulting file to storage
9301
9308
@@ -9312,6 +9319,7 @@ Name | Type | Description | Notes
9312
9319
** uniformWorksheets** | ** bool?** | Uniform worksheets | [ optional]
9313
9320
** folder** | ** string** | The document folder. | [ optional]
9314
9321
** storage** | ** string** | The document storage. | [ optional]
9322
+ ** password** | ** string** | The password (Base64). | [ optional]
9315
9323
9316
9324
### Return type
9317
9325
@@ -9326,7 +9334,7 @@ Name | Type | Description | Notes
9326
9334
9327
9335
<a name =" putpdfinstoragetoxlsx " ></a >
9328
9336
# ** PutPdfInStorageToXlsx**
9329
- > AsposeResponse PutPdfInStorageToXlsx (string name, string outPath, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string folder = null, string storage = null)
9337
+ > AsposeResponse PutPdfInStorageToXlsx (string name, string outPath, bool? insertBlankColumnAtFirst = null, bool? minimizeTheNumberOfWorksheets = null, double? scaleFactor = null, bool? uniformWorksheets = null, string folder = null, string storage = null, string password = null )
9330
9338
9331
9339
Converts PDF document (located on storage) to XLSX format and uploads resulting file to storage
9332
9340
@@ -9343,6 +9351,7 @@ Name | Type | Description | Notes
9343
9351
** uniformWorksheets** | ** bool?** | Uniform worksheets | [ optional]
9344
9352
** folder** | ** string** | The document folder. | [ optional]
9345
9353
** storage** | ** string** | The document storage. | [ optional]
9354
+ ** password** | ** string** | The password (Base64). | [ optional]
9346
9355
9347
9356
### Return type
9348
9357
@@ -9633,6 +9642,35 @@ Name | Type | Description | Notes
9633
9642
9634
9643
[[ 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 )
9635
9644
9645
+ <a name =" putreplacemultipleimage " ></a >
9646
+ # ** PutReplaceMultipleImage**
9647
+ > ImagesResponse PutReplaceMultipleImage (string name, List<string > imageIds, string imageFilePath = null, string storage = null, string folder = null, System.IO.Stream image = null)
9648
+
9649
+ Replace document multiple image.
9650
+
9651
+
9652
+ ### Parameters
9653
+
9654
+ Name | Type | Description | Notes
9655
+ ------------- | ------------- | ------------- | -------------
9656
+ ** name** | ** string** | The document name. |
9657
+ ** imageIds** | ** List< ; string> ; ** | The image IDs. |
9658
+ ** imageFilePath** | ** string** | Path to image file if specified. Request content is used otherwise. | [ optional]
9659
+ ** storage** | ** string** | The document storage. | [ optional]
9660
+ ** folder** | ** string** | The document folder. | [ optional]
9661
+ ** image** | ** System.IO.Stream** | Image file. | [ optional]
9662
+
9663
+ ### Return type
9664
+
9665
+ [ ** ImagesResponse** ] ( ImagesResponse.md )
9666
+
9667
+ ### HTTP request headers
9668
+
9669
+ - ** Content-Type** : multipart/form-data
9670
+ - ** Accept** : application/json
9671
+
9672
+ [[ 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 )
9673
+
9636
9674
<a name =" putscreenannotation " ></a >
9637
9675
# ** PutScreenAnnotation**
9638
9676
> ScreenAnnotationResponse PutScreenAnnotation (string name, string annotationId, ScreenAnnotation annotation, string storage = null, string folder = null)
0 commit comments