@@ -4320,7 +4320,7 @@ Name | Type | Description | Notes
4320
4320
4321
4321
<a name =" getpdfinstoragetopptx " ></a >
4322
4322
# ** GetPdfInStorageToPptx**
4323
- > System.IO.Stream GetPdfInStorageToPptx (string name, bool? separateImages = null, bool? slidesAsImages = null, string folder = null, string storage = null)
4323
+ > System.IO.Stream GetPdfInStorageToPptx (string name, bool? separateImages = null, bool? slidesAsImages = null, string folder = null, string storage = null, string password = null )
4324
4324
4325
4325
Converts PDF document (located on storage) to PPTX format and returns resulting file in response content
4326
4326
@@ -4334,6 +4334,7 @@ Name | Type | Description | Notes
4334
4334
** slidesAsImages** | ** bool?** | Slides as images. | [ optional]
4335
4335
** folder** | ** string** | The document folder. | [ optional]
4336
4336
** storage** | ** string** | The document storage. | [ optional]
4337
+ ** password** | ** string** | Base64 encoded password. | [ optional]
4337
4338
4338
4339
### Return type
4339
4340
@@ -8758,7 +8759,7 @@ Name | Type | Description | Notes
8758
8759
8759
8760
<a name =" putpdfinrequesttopptx " ></a >
8760
8761
# ** PutPdfInRequestToPptx**
8761
- > AsposeResponse PutPdfInRequestToPptx (string outPath, bool? separateImages = null, bool? slidesAsImages = null, string storage = null, System.IO.Stream file = null)
8762
+ > AsposeResponse PutPdfInRequestToPptx (string outPath, bool? separateImages = null, bool? slidesAsImages = null, string storage = null, string password = null, System.IO.Stream file = null)
8762
8763
8763
8764
Converts PDF document (in request content) to PPTX format and uploads resulting file to storage.
8764
8765
@@ -8771,6 +8772,7 @@ Name | Type | Description | Notes
8771
8772
** separateImages** | ** bool?** | Separate images. | [ optional]
8772
8773
** slidesAsImages** | ** bool?** | Slides as images. | [ optional]
8773
8774
** storage** | ** string** | The document storage. | [ optional]
8775
+ ** password** | ** string** | Base64 encoded password. | [ optional]
8774
8776
** file** | ** System.IO.Stream** | A file to be converted. | [ optional]
8775
8777
8776
8778
### Return type
@@ -9167,7 +9169,7 @@ Name | Type | Description | Notes
9167
9169
9168
9170
<a name =" putpdfinstoragetopptx " ></a >
9169
9171
# ** PutPdfInStorageToPptx**
9170
- > AsposeResponse PutPdfInStorageToPptx (string name, string outPath, bool? separateImages = null, bool? slidesAsImages = null, string folder = null, string storage = null)
9172
+ > AsposeResponse PutPdfInStorageToPptx (string name, string outPath, bool? separateImages = null, bool? slidesAsImages = null, string folder = null, string storage = null, string password = null )
9171
9173
9172
9174
Converts PDF document (located on storage) to PPTX format and uploads resulting file to storage
9173
9175
@@ -9182,6 +9184,7 @@ Name | Type | Description | Notes
9182
9184
** slidesAsImages** | ** bool?** | Slides as images. | [ optional]
9183
9185
** folder** | ** string** | The document folder. | [ optional]
9184
9186
** storage** | ** string** | The document storage. | [ optional]
9187
+ ** password** | ** string** | Base64 encoded password. | [ optional]
9185
9188
9186
9189
### Return type
9187
9190
0 commit comments