Skip to content

Commit d01a4d9

Browse files
Merge pull request #11 from kaferi/master
Update to v19.9
2 parents 0e02092 + 071354f commit d01a4d9

14 files changed

+949
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aspose.PDF Cloud
22
- API version: 3.0
3-
- Package version: 19.8.0
3+
- Package version: 19.9.0
44

55
[Aspose.PDF Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of PDF documents in the cloud.
66

@@ -111,6 +111,7 @@ Class | Method | HTTP request | Description
111111
*PdfApi* | [**GetDocumentStrikeOutAnnotations**](docs/PdfApi.md#getdocumentstrikeoutannotations) | **Get** /pdf/{name}/annotations/strikeout | Read document StrikeOut annotations.
112112
*PdfApi* | [**GetDocumentTables**](docs/PdfApi.md#getdocumenttables) | **Get** /pdf/{name}/tables | Read document tables.
113113
*PdfApi* | [**GetDocumentTextAnnotations**](docs/PdfApi.md#getdocumenttextannotations) | **Get** /pdf/{name}/annotations/text | Read document text annotations.
114+
*PdfApi* | [**GetDocumentTextBoxFields**](docs/PdfApi.md#getdocumenttextboxfields) | **Get** /pdf/{name}/fields/textbox | Read document text box fields.
114115
*PdfApi* | [**GetDocumentUnderlineAnnotations**](docs/PdfApi.md#getdocumentunderlineannotations) | **Get** /pdf/{name}/annotations/underline | Read document underline annotations.
115116
*PdfApi* | [**GetDownloadDocumentAttachmentByIndex**](docs/PdfApi.md#getdownloaddocumentattachmentbyindex) | **Get** /pdf/{name}/attachments/{attachmentIndex}/download | Download document attachment content by its index.
116117
*PdfApi* | [**GetEpubInStorageToPdf**](docs/PdfApi.md#getepubinstoragetopdf) | **Get** /pdf/create/epub | Convert EPUB file (located on storage) to PDF format and return resulting file in response.
@@ -175,6 +176,7 @@ Class | Method | HTTP request | Description
175176
*PdfApi* | [**GetPageTables**](docs/PdfApi.md#getpagetables) | **Get** /pdf/{name}/pages/{pageNumber}/tables | Read document page tables.
176177
*PdfApi* | [**GetPageText**](docs/PdfApi.md#getpagetext) | **Get** /pdf/{name}/pages/{pageNumber}/text | Read page text items.
177178
*PdfApi* | [**GetPageTextAnnotations**](docs/PdfApi.md#getpagetextannotations) | **Get** /pdf/{name}/pages/{pageNumber}/annotations/text | Read document page text annotations.
179+
*PdfApi* | [**GetPageTextBoxFields**](docs/PdfApi.md#getpagetextboxfields) | **Get** /pdf/{name}/page/{pageNumber}/fields/textbox | Read document page text box fields.
178180
*PdfApi* | [**GetPageUnderlineAnnotations**](docs/PdfApi.md#getpageunderlineannotations) | **Get** /pdf/{name}/pages/{pageNumber}/annotations/underline | Read document page underline annotations.
179181
*PdfApi* | [**GetPages**](docs/PdfApi.md#getpages) | **Get** /pdf/{name}/pages | Read document pages info.
180182
*PdfApi* | [**GetPclInStorageToPdf**](docs/PdfApi.md#getpclinstoragetopdf) | **Get** /pdf/create/pcl | Convert PCL file (located on storage) to PDF format and return resulting file in response.
@@ -210,6 +212,7 @@ Class | Method | HTTP request | Description
210212
*PdfApi* | [**GetTable**](docs/PdfApi.md#gettable) | **Get** /pdf/{name}/tables/{tableId} | Read document page table by ID.
211213
*PdfApi* | [**GetText**](docs/PdfApi.md#gettext) | **Get** /pdf/{name}/text | Read document text.
212214
*PdfApi* | [**GetTextAnnotation**](docs/PdfApi.md#gettextannotation) | **Get** /pdf/{name}/annotations/text/{annotationId} | Read document page text annotation by ID.
215+
*PdfApi* | [**GetTextBoxField**](docs/PdfApi.md#gettextboxfield) | **Get** /pdf/{name}/fields/textbox/{fieldName} | Read document text box field by name.
213216
*PdfApi* | [**GetUnderlineAnnotation**](docs/PdfApi.md#getunderlineannotation) | **Get** /pdf/{name}/annotations/underline/{annotationId} | Read document page underline annotation by ID.
214217
*PdfApi* | [**GetVerifySignature**](docs/PdfApi.md#getverifysignature) | **Get** /pdf/{name}/verifySignature | Verify signature document.
215218
*PdfApi* | [**GetWebInStorageToPdf**](docs/PdfApi.md#getwebinstoragetopdf) | **Get** /pdf/create/web | Convert web page to PDF format and return resulting file in response.
@@ -270,6 +273,7 @@ Class | Method | HTTP request | Description
270273
*PdfApi* | [**PostSignDocument**](docs/PdfApi.md#postsigndocument) | **Post** /pdf/{name}/sign | Sign document.
271274
*PdfApi* | [**PostSignPage**](docs/PdfApi.md#postsignpage) | **Post** /pdf/{name}/pages/{pageNumber}/sign | Sign page.
272275
*PdfApi* | [**PostSplitDocument**](docs/PdfApi.md#postsplitdocument) | **Post** /pdf/{name}/split | Split document to parts.
276+
*PdfApi* | [**PostTextBoxFields**](docs/PdfApi.md#posttextboxfields) | **Post** /pdf/{name}/fields/textbox | Add document text box fields.
273277
*PdfApi* | [**PutAddNewPage**](docs/PdfApi.md#putaddnewpage) | **Put** /pdf/{name}/pages | Add new page to end of the document.
274278
*PdfApi* | [**PutAddText**](docs/PdfApi.md#putaddtext) | **Put** /pdf/{name}/pages/{pageNumber}/text | Add text to PDF document page.
275279
*PdfApi* | [**PutAnnotationsFlatten**](docs/PdfApi.md#putannotationsflatten) | **Put** /pdf/{name}/annotations/flatten | Flattens the annotations of the specified types
@@ -365,6 +369,7 @@ Class | Method | HTTP request | Description
365369
*PdfApi* | [**PutSvgInStorageToPdf**](docs/PdfApi.md#putsvginstoragetopdf) | **Put** /pdf/{name}/create/svg | Convert SVG file (located on storage) to PDF format and upload resulting file to storage.
366370
*PdfApi* | [**PutTable**](docs/PdfApi.md#puttable) | **Put** /pdf/{name}/tables/{tableId} | Replace document page table.
367371
*PdfApi* | [**PutTextAnnotation**](docs/PdfApi.md#puttextannotation) | **Put** /pdf/{name}/annotations/text/{annotationId} | Replace document text annotation
372+
*PdfApi* | [**PutTextBoxField**](docs/PdfApi.md#puttextboxfield) | **Put** /pdf/{name}/fields/textbox/{fieldName} | Replace document text box field
368373
*PdfApi* | [**PutUnderlineAnnotation**](docs/PdfApi.md#putunderlineannotation) | **Put** /pdf/{name}/annotations/underline/{annotationId} | Replace document underline annotation
369374
*PdfApi* | [**PutUpdateField**](docs/PdfApi.md#putupdatefield) | **Put** /pdf/{name}/fields/{fieldName} | Update field.
370375
*PdfApi* | [**PutUpdateFields**](docs/PdfApi.md#putupdatefields) | **Put** /pdf/{name}/fields | Update fields.
@@ -581,6 +586,9 @@ Class | Method | HTTP request | Description
581586
- [TextAnnotationResponse](docs/TextAnnotationResponse.md)
582587
- [TextAnnotations](docs/TextAnnotations.md)
583588
- [TextAnnotationsResponse](docs/TextAnnotationsResponse.md)
589+
- [TextBoxFieldResponse](docs/TextBoxFieldResponse.md)
590+
- [TextBoxFields](docs/TextBoxFields.md)
591+
- [TextBoxFieldsResponse](docs/TextBoxFieldsResponse.md)
584592
- [TextRectsResponse](docs/TextRectsResponse.md)
585593
- [TextReplaceResponse](docs/TextReplaceResponse.md)
586594
- [UnderlineAnnotationResponse](docs/UnderlineAnnotationResponse.md)
@@ -599,6 +607,7 @@ Class | Method | HTTP request | Description
599607
- [RedactionAnnotation](docs/RedactionAnnotation.md)
600608
- [ScreenAnnotation](docs/ScreenAnnotation.md)
601609
- [SignatureField](docs/SignatureField.md)
610+
- [TextBoxField](docs/TextBoxField.md)
602611
- [TextFooter](docs/TextFooter.md)
603612
- [TextHeader](docs/TextHeader.md)
604613
- [TextStamp](docs/TextStamp.md)

docs/DocMdpAccessPermissionType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Value | Description
1010
------------ | ------------- | ------------- | -------------
1111
**DocMDPAccessPermissionTypeNoChanges** | **string** | "NoChanges" | No changes to the document are permitted; any change to the document invalidates the signature.
1212
**DocMDPAccessPermissionTypeFillingInForms** | **string** | "FillingInForms" | Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
13-
**DocMDPAccessPermissionTypeAnnotationModification** | **string** | "AnnotationModification" | Permitted changes are the same as for 2, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
13+
**DocMDPAccessPermissionTypeAnnotationModification** | **string** | "AnnotationModification" | Permitted changes are the same as for FillingInForms, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
1414

1515
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)[[View Source]](../doc_md_paccess_permission_type.go)
1616

0 commit comments

Comments
 (0)