@@ -191,6 +191,7 @@ Method | HTTP request | Description
191191* PdfApi* | [ ** moveFile** ] ( PdfApi.md#moveFile ) | ** PUT** /pdf/storage/file/move/\{ srcPath} | Move file
192192* PdfApi* | [ ** moveFolder** ] ( PdfApi.md#moveFolder ) | ** PUT** /pdf/storage/folder/move/\{ srcPath} | Move folder
193193* PdfApi* | [ ** objectExists** ] ( PdfApi.md#objectExists ) | ** GET** /pdf/storage/exist/\{ path} | Check if file or folder exists
194+ * PdfApi* | [ ** postAddDocumentAttachment** ] ( PdfApi.md#postAddDocumentAttachment ) | ** POST** /pdf/\{ name}/attachments | Adds a file attachment to the PDF document.
194195* PdfApi* | [ ** postAppendDocument** ] ( PdfApi.md#postAppendDocument ) | ** POST** /pdf/\{ name}/appendDocument | Append document to existing one.
195196* PdfApi* | [ ** postBookmark** ] ( PdfApi.md#postBookmark ) | ** POST** /pdf/\{ name}/bookmarks/bookmark/\{ bookmarkPath} | Add document bookmarks.
196197* PdfApi* | [ ** postChangePasswordDocumentInStorage** ] ( PdfApi.md#postChangePasswordDocumentInStorage ) | ** POST** /pdf/\{ name}/changepassword | Change document password in storage.
@@ -547,7 +548,7 @@ Name | Type | Description | Notes
547548
548549<a name =" deleteDocumentStamps " ></a >
549550## ** deleteDocumentStamps**
550- > deleteDocumentStamps(name, storage, folder)
551+ > deleteDocumentStamps(name, storage, folder, password )
551552
552553Delete all stamps from the document
553554
@@ -557,6 +558,7 @@ Name | Type | Description | Notes
557558** name** | ** string** | The document name. |
558559** storage** | ** string** | The document storage. | [ optional]
559560** folder** | ** string** | The document folder. | [ optional]
561+ ** password** | ** string** | Base64 encoded password. | [ optional]
560562
561563### Return type
562564
@@ -773,7 +775,7 @@ Name | Type | Description | Notes
773775
774776<a name =" deletePageStamps " ></a >
775777## ** deletePageStamps**
776- > deletePageStamps(name, pageNumber, storage, folder)
778+ > deletePageStamps(name, pageNumber, storage, folder, password )
777779
778780Delete all stamps from the page
779781
@@ -784,6 +786,7 @@ Name | Type | Description | Notes
784786** pageNumber** | ** number** | The page number. |
785787** storage** | ** string** | The document storage. | [ optional]
786788** folder** | ** string** | The document folder. | [ optional]
789+ ** password** | ** string** | Base64 encoded password. | [ optional]
787790
788791### Return type
789792
@@ -864,7 +867,7 @@ Name | Type | Description | Notes
864867
865868<a name =" deleteStamp " ></a >
866869## ** deleteStamp**
867- > deleteStamp(name, stampId, storage, folder)
870+ > deleteStamp(name, stampId, storage, folder, password )
868871
869872Delete document stamp by ID
870873
@@ -875,6 +878,7 @@ Name | Type | Description | Notes
875878** stampId** | ** string** | The stamp ID. |
876879** storage** | ** string** | The document storage. | [ optional]
877880** folder** | ** string** | The document folder. | [ optional]
881+ ** password** | ** string** | Base64 encoded password. | [ optional]
878882
879883### Return type
880884
@@ -1090,7 +1094,7 @@ Name | Type | Description | Notes
10901094
10911095<a name =" getDocument " ></a >
10921096## ** getDocument**
1093- > getDocument(name, storage, folder)
1097+ > getDocument(name, storage, folder, password )
10941098
10951099Read common document info.
10961100
@@ -1100,6 +1104,7 @@ Name | Type | Description | Notes
11001104** name** | ** string** | The document name. |
11011105** storage** | ** string** | The document storage. | [ optional]
11021106** folder** | ** string** | The document folder. | [ optional]
1107+ ** password** | ** string** | Base64 encoded password. | [ optional]
11031108
11041109### Return type
11051110
@@ -3374,7 +3379,7 @@ Name | Type | Description | Notes
33743379
33753380<a name =" getPageStamps " ></a >
33763381## ** getPageStamps**
3377- > getPageStamps(name, pageNumber, storage, folder)
3382+ > getPageStamps(name, pageNumber, storage, folder, password )
33783383
33793384Read page document stamps.
33803385
@@ -3385,6 +3390,7 @@ Name | Type | Description | Notes
33853390** pageNumber** | ** number** | The page number. |
33863391** storage** | ** string** | The document storage. | [ optional]
33873392** folder** | ** string** | The document folder. | [ optional]
3393+ ** password** | ** string** | Base64 encoded password. | [ optional]
33883394
33893395### Return type
33903396
@@ -4699,6 +4705,29 @@ Name | Type | Description | Notes
46994705
47004706[ ** ObjectExist** ] ( ObjectExist.md )
47014707
4708+ ### HTTP request headers
4709+
4710+ - ** Content-Type** : application/json
4711+ - ** Accept** : application/json
4712+
4713+ <a name =" postAddDocumentAttachment " ></a >
4714+ ## ** postAddDocumentAttachment**
4715+ > postAddDocumentAttachment(name, attachmentInfo, storage, folder)
4716+
4717+ Adds a file attachment to the PDF document.
4718+
4719+ ### Parameters
4720+ Name | Type | Description | Notes
4721+ ------------- | ------------- | ------------- | -------------
4722+ ** name** | ** string** | The document name. |
4723+ ** attachmentInfo** | [ ** AttachmentInfo** ] ( AttachmentInfo.md ) | AttachmentInfoAttachmentInfo instance. |
4724+ ** storage** | ** string** | The document storage. | [ optional]
4725+ ** folder** | ** string** | The document folder. | [ optional]
4726+
4727+ ### Return type
4728+
4729+ [ ** AttachmentsResponse** ] ( AttachmentsResponse.md )
4730+
47024731### HTTP request headers
47034732
47044733 - ** Content-Type** : application/json
@@ -4946,7 +4975,7 @@ Name | Type | Description | Notes
49464975
49474976<a name =" postDocumentPageNumberStamps " ></a >
49484977## ** postDocumentPageNumberStamps**
4949- > postDocumentPageNumberStamps(name, stamp, startPageNumber, endPageNumber, storage, folder)
4978+ > postDocumentPageNumberStamps(name, stamp, startPageNumber, endPageNumber, storage, folder, password )
49504979
49514980Add document page number stamps.
49524981
@@ -4959,6 +4988,7 @@ Name | Type | Description | Notes
49594988** endPageNumber** | ** number** | The end page number. | [ optional]
49604989** storage** | ** string** | The document storage. | [ optional]
49614990** folder** | ** string** | The document folder. | [ optional]
4991+ ** password** | ** string** | Base64 encoded password. | [ optional]
49624992
49634993### Return type
49644994
@@ -5455,7 +5485,7 @@ Name | Type | Description | Notes
54555485
54565486<a name =" postPageImageStamps " ></a >
54575487## ** postPageImageStamps**
5458- > postPageImageStamps(name, pageNumber, stamps, storage, folder)
5488+ > postPageImageStamps(name, pageNumber, stamps, storage, folder, password )
54595489
54605490Add document page image stamps.
54615491
@@ -5467,6 +5497,7 @@ Name | Type | Description | Notes
54675497** stamps** | [ ** Array< ; ImageStamp> ; ** ] ( ImageStamp.md ) | The array of stamp. |
54685498** storage** | ** string** | The document storage. | [ optional]
54695499** folder** | ** string** | The document folder. | [ optional]
5500+ ** password** | ** string** | Base64 encoded password. | [ optional]
54705501
54715502### Return type
54725503
@@ -5575,7 +5606,7 @@ Name | Type | Description | Notes
55755606
55765607<a name =" postPagePdfPageStamps " ></a >
55775608## ** postPagePdfPageStamps**
5578- > postPagePdfPageStamps(name, pageNumber, stamps, storage, folder)
5609+ > postPagePdfPageStamps(name, pageNumber, stamps, storage, folder, password )
55795610
55805611Add document pdf page stamps.
55815612
@@ -5587,6 +5618,7 @@ Name | Type | Description | Notes
55875618** stamps** | [ ** Array< ; PdfPageStamp> ; ** ] ( PdfPageStamp.md ) | The array of stamp. |
55885619** storage** | ** string** | The document storage. | [ optional]
55895620** folder** | ** string** | The document folder. | [ optional]
5621+ ** password** | ** string** | Base64 encoded password. | [ optional]
55905622
55915623### Return type
55925624
@@ -5888,7 +5920,7 @@ Name | Type | Description | Notes
58885920
58895921<a name =" postPageTextStamps " ></a >
58905922## ** postPageTextStamps**
5891- > postPageTextStamps(name, pageNumber, stamps, storage, folder)
5923+ > postPageTextStamps(name, pageNumber, stamps, storage, folder, password )
58925924
58935925Add document page text stamps.
58945926
@@ -5900,6 +5932,7 @@ Name | Type | Description | Notes
59005932** stamps** | [ ** Array< ; TextStamp> ; ** ] ( TextStamp.md ) | The array of stamp. |
59015933** storage** | ** string** | The document storage. | [ optional]
59025934** folder** | ** string** | The document folder. | [ optional]
5935+ ** password** | ** string** | Base64 encoded password. | [ optional]
59035936
59045937### Return type
59055938
0 commit comments