@@ -191,6 +191,7 @@ Method | HTTP request | Description
191191[ ** moveFile** ] ( PdfApi.md#moveFile ) | ** PUT** /pdf/storage/file/move/\{ srcPath} | Move file
192192[ ** moveFolder** ] ( PdfApi.md#moveFolder ) | ** PUT** /pdf/storage/folder/move/\{ srcPath} | Move folder
193193[ ** objectExists** ] ( PdfApi.md#objectExists ) | ** GET** /pdf/storage/exist/\{ path} | Check if file or folder exists
194+ [ ** postAddDocumentAttachment** ] ( PdfApi.md#postAddDocumentAttachment ) | ** POST** /pdf/\{ name}/attachments | Adds a file attachment to the PDF document.
194195[ ** postAppendDocument** ] ( PdfApi.md#postAppendDocument ) | ** POST** /pdf/\{ name}/appendDocument | Append document to existing one.
195196[ ** postBookmark** ] ( PdfApi.md#postBookmark ) | ** POST** /pdf/\{ name}/bookmarks/bookmark/\{ bookmarkPath} | Add document bookmarks.
196197[ ** postChangePasswordDocumentInStorage** ] ( PdfApi.md#postChangePasswordDocumentInStorage ) | ** POST** /pdf/\{ name}/changepassword | Change document password in storage.
@@ -557,7 +558,7 @@ Name | Type | Description | Notes
557558
558559<a name =" deleteDocumentStamps " ></a >
559560# ** deleteDocumentStamps**
560- > AsposeResponse deleteDocumentStamps(name, storage, folder)
561+ > AsposeResponse deleteDocumentStamps(name, storage, folder, password )
561562
562563Delete all stamps from the document
563564
@@ -568,6 +569,7 @@ Name | Type | Description | Notes
568569 ** name** | ** String** | The document name. |
569570 ** storage** | ** String** | The document storage. | [ optional]
570571 ** folder** | ** String** | The document folder. | [ optional]
572+ ** password** | ** String** | Base64 encoded password. | [ optional]
571573
572574### Return type
573575
@@ -793,7 +795,7 @@ Name | Type | Description | Notes
793795
794796<a name =" deletePageStamps " ></a >
795797# ** deletePageStamps**
796- > AsposeResponse deletePageStamps(name, pageNumber, storage, folder)
798+ > AsposeResponse deletePageStamps(name, pageNumber, storage, folder, password )
797799
798800Delete all stamps from the page
799801
@@ -805,6 +807,7 @@ Name | Type | Description | Notes
805807 ** pageNumber** | ** Integer** | The page number. |
806808 ** storage** | ** String** | The document storage. | [ optional]
807809 ** folder** | ** String** | The document folder. | [ optional]
810+ ** password** | ** String** | Base64 encoded password. | [ optional]
808811
809812### Return type
810813
@@ -888,7 +891,7 @@ Name | Type | Description | Notes
888891
889892<a name =" deleteStamp " ></a >
890893# ** deleteStamp**
891- > AsposeResponse deleteStamp(name, stampId, storage, folder)
894+ > AsposeResponse deleteStamp(name, stampId, storage, folder, password )
892895
893896Delete document stamp by ID
894897
@@ -900,6 +903,7 @@ Name | Type | Description | Notes
900903 ** stampId** | ** String** | The stamp ID. |
901904 ** storage** | ** String** | The document storage. | [ optional]
902905 ** folder** | ** String** | The document folder. | [ optional]
906+ ** password** | ** String** | Base64 encoded password. | [ optional]
903907
904908### Return type
905909
@@ -1124,7 +1128,7 @@ Name | Type | Description | Notes
11241128
11251129<a name =" getDocument " ></a >
11261130# ** getDocument**
1127- > DocumentResponse getDocument(name, storage, folder)
1131+ > DocumentResponse getDocument(name, storage, folder, password )
11281132
11291133Read common document info.
11301134
@@ -1135,6 +1139,7 @@ Name | Type | Description | Notes
11351139 ** name** | ** String** | The document name. |
11361140 ** storage** | ** String** | The document storage. | [ optional]
11371141 ** folder** | ** String** | The document folder. | [ optional]
1142+ ** password** | ** String** | Base64 encoded password. | [ optional]
11381143
11391144### Return type
11401145
@@ -3485,7 +3490,7 @@ Name | Type | Description | Notes
34853490
34863491<a name =" getPageStamps " ></a >
34873492# ** getPageStamps**
3488- > StampsInfoResponse getPageStamps(name, pageNumber, storage, folder)
3493+ > StampsInfoResponse getPageStamps(name, pageNumber, storage, folder, password )
34893494
34903495Read page document stamps.
34913496
@@ -3497,6 +3502,7 @@ Name | Type | Description | Notes
34973502 ** pageNumber** | ** Integer** | The page number. |
34983503 ** storage** | ** String** | The document storage. | [ optional]
34993504 ** folder** | ** String** | The document folder. | [ optional]
3505+ ** password** | ** String** | Base64 encoded password. | [ optional]
35003506
35013507### Return type
35023508
@@ -4888,6 +4894,30 @@ Name | Type | Description | Notes
48884894
48894895[ ** ObjectExist** ] ( ObjectExist.md )
48904896
4897+ ### HTTP request headers
4898+
4899+ - ** Content-Type** : application/json
4900+ - ** Accept** : application/json
4901+
4902+ <a name =" postAddDocumentAttachment " ></a >
4903+ # ** postAddDocumentAttachment**
4904+ > AttachmentsResponse postAddDocumentAttachment(name, attachmentInfo, storage, folder)
4905+
4906+ Adds a file attachment to the PDF document.
4907+
4908+ ### Parameters
4909+
4910+ Name | Type | Description | Notes
4911+ ------------- | ------------- | ------------- | -------------
4912+ ** name** | ** String** | The document name. |
4913+ ** attachmentInfo** | [ ** AttachmentInfo** ] ( AttachmentInfo.md ) | AttachmentInfoAttachmentInfo instance. |
4914+ ** storage** | ** String** | The document storage. | [ optional]
4915+ ** folder** | ** String** | The document folder. | [ optional]
4916+
4917+ ### Return type
4918+
4919+ [ ** AttachmentsResponse** ] ( AttachmentsResponse.md )
4920+
48914921### HTTP request headers
48924922
48934923 - ** Content-Type** : application/json
@@ -5145,7 +5175,7 @@ Name | Type | Description | Notes
51455175
51465176<a name =" postDocumentPageNumberStamps " ></a >
51475177# ** postDocumentPageNumberStamps**
5148- > AsposeResponse postDocumentPageNumberStamps(name, stamp, startPageNumber, endPageNumber, storage, folder)
5178+ > AsposeResponse postDocumentPageNumberStamps(name, stamp, startPageNumber, endPageNumber, storage, folder, password )
51495179
51505180Add document page number stamps.
51515181
@@ -5159,6 +5189,7 @@ Name | Type | Description | Notes
51595189 ** endPageNumber** | ** Integer** | The end page number. | [ optional]
51605190 ** storage** | ** String** | The document storage. | [ optional]
51615191 ** folder** | ** String** | The document folder. | [ optional]
5192+ ** password** | ** String** | Base64 encoded password. | [ optional]
51625193
51635194### Return type
51645195
@@ -5675,7 +5706,7 @@ Name | Type | Description | Notes
56755706
56765707<a name =" postPageImageStamps " ></a >
56775708# ** postPageImageStamps**
5678- > AsposeResponse postPageImageStamps(name, pageNumber, stamps, storage, folder)
5709+ > AsposeResponse postPageImageStamps(name, pageNumber, stamps, storage, folder, password )
56795710
56805711Add document page image stamps.
56815712
@@ -5688,6 +5719,7 @@ Name | Type | Description | Notes
56885719 ** stamps** | [ ** List< ; ImageStamp> ; ** ] ( ImageStamp.md ) | The array of stamp. |
56895720 ** storage** | ** String** | The document storage. | [ optional]
56905721 ** folder** | ** String** | The document folder. | [ optional]
5722+ ** password** | ** String** | Base64 encoded password. | [ optional]
56915723
56925724### Return type
56935725
@@ -5800,7 +5832,7 @@ Name | Type | Description | Notes
58005832
58015833<a name =" postPagePdfPageStamps " ></a >
58025834# ** postPagePdfPageStamps**
5803- > AsposeResponse postPagePdfPageStamps(name, pageNumber, stamps, storage, folder)
5835+ > AsposeResponse postPagePdfPageStamps(name, pageNumber, stamps, storage, folder, password )
58045836
58055837Add document pdf page stamps.
58065838
@@ -5813,6 +5845,7 @@ Name | Type | Description | Notes
58135845 ** stamps** | [ ** List< ; PdfPageStamp> ; ** ] ( PdfPageStamp.md ) | The array of stamp. |
58145846 ** storage** | ** String** | The document storage. | [ optional]
58155847 ** folder** | ** String** | The document folder. | [ optional]
5848+ ** password** | ** String** | Base64 encoded password. | [ optional]
58165849
58175850### Return type
58185851
@@ -6126,7 +6159,7 @@ Name | Type | Description | Notes
61266159
61276160<a name =" postPageTextStamps " ></a >
61286161# ** postPageTextStamps**
6129- > AsposeResponse postPageTextStamps(name, pageNumber, stamps, storage, folder)
6162+ > AsposeResponse postPageTextStamps(name, pageNumber, stamps, storage, folder, password )
61306163
61316164Add document page text stamps.
61326165
@@ -6139,6 +6172,7 @@ Name | Type | Description | Notes
61396172 ** stamps** | [ ** List< ; TextStamp> ; ** ] ( TextStamp.md ) | The array of stamp. |
61406173 ** storage** | ** String** | The document storage. | [ optional]
61416174 ** folder** | ** String** | The document folder. | [ optional]
6175+ ** password** | ** String** | Base64 encoded password. | [ optional]
61426176
61436177### Return type
61446178
0 commit comments