1
1
# Aspose.PDF Cloud
2
2
- API version: 3.0
3
- - Package version: 19.10 .0
3
+ - Package version: 19.11 .0
4
4
5
5
[ 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.
6
6
@@ -125,6 +125,7 @@ Class | Method | HTTP request | Description
125
125
* PdfApi* | [ ** get_caret_annotation** ] ( docs/PdfApi.md#get_caret_annotation ) | ** GET** /pdf/\{ name}/annotations/caret/\{ annotationId} | Read document page caret annotation by ID.
126
126
* PdfApi* | [ ** get_check_box_field** ] ( docs/PdfApi.md#get_check_box_field ) | ** GET** /pdf/\{ name}/fields/checkbox/\{ fieldName} | Read document checkbox field by name.
127
127
* PdfApi* | [ ** get_circle_annotation** ] ( docs/PdfApi.md#get_circle_annotation ) | ** GET** /pdf/\{ name}/annotations/circle/\{ annotationId} | Read document page circle annotation by ID.
128
+ * PdfApi* | [ ** get_combo_box_field** ] ( docs/PdfApi.md#get_combo_box_field ) | ** GET** /pdf/\{ name}/fields/combobox/\{ fieldName} | Read document combobox field by name.
128
129
* PdfApi* | [ ** get_disc_usage** ] ( docs/PdfApi.md#get_disc_usage ) | ** GET** /pdf/storage/disc | Get disc usage
129
130
* PdfApi* | [ ** get_document** ] ( docs/PdfApi.md#get_document ) | ** GET** /pdf/\{ name} | Read common document info.
130
131
* PdfApi* | [ ** get_document_annotations** ] ( docs/PdfApi.md#get_document_annotations ) | ** GET** /pdf/\{ name}/annotations | Read documant page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
@@ -134,6 +135,7 @@ Class | Method | HTTP request | Description
134
135
* PdfApi* | [ ** get_document_caret_annotations** ] ( docs/PdfApi.md#get_document_caret_annotations ) | ** GET** /pdf/\{ name}/annotations/caret | Read document caret annotations.
135
136
* PdfApi* | [ ** get_document_check_box_fields** ] ( docs/PdfApi.md#get_document_check_box_fields ) | ** GET** /pdf/\{ name}/fields/checkbox | Read document checkbox fields.
136
137
* PdfApi* | [ ** get_document_circle_annotations** ] ( docs/PdfApi.md#get_document_circle_annotations ) | ** GET** /pdf/\{ name}/annotations/circle | Read document circle annotations.
138
+ * PdfApi* | [ ** get_document_combo_box_fields** ] ( docs/PdfApi.md#get_document_combo_box_fields ) | ** GET** /pdf/\{ name}/fields/combobox | Read document combobox fields.
137
139
* PdfApi* | [ ** get_document_file_attachment_annotations** ] ( docs/PdfApi.md#get_document_file_attachment_annotations ) | ** GET** /pdf/\{ name}/annotations/fileattachment | Read document FileAttachment annotations.
138
140
* PdfApi* | [ ** get_document_free_text_annotations** ] ( docs/PdfApi.md#get_document_free_text_annotations ) | ** GET** /pdf/\{ name}/annotations/freetext | Read document free text annotations.
139
141
* PdfApi* | [ ** get_document_highlight_annotations** ] ( docs/PdfApi.md#get_document_highlight_annotations ) | ** GET** /pdf/\{ name}/annotations/highlight | Read document highlight annotations.
@@ -195,6 +197,7 @@ Class | Method | HTTP request | Description
195
197
* PdfApi* | [ ** get_page_caret_annotations** ] ( docs/PdfApi.md#get_page_caret_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/caret | Read document page caret annotations.
196
198
* PdfApi* | [ ** get_page_check_box_fields** ] ( docs/PdfApi.md#get_page_check_box_fields ) | ** GET** /pdf/\{ name}/page/\{ pageNumber}/fields/checkbox | Read document page checkbox fields.
197
199
* PdfApi* | [ ** get_page_circle_annotations** ] ( docs/PdfApi.md#get_page_circle_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/circle | Read document page circle annotations.
200
+ * PdfApi* | [ ** get_page_combo_box_fields** ] ( docs/PdfApi.md#get_page_combo_box_fields ) | ** GET** /pdf/\{ name}/page/\{ pageNumber}/fields/combobox | Read document page combobox fields.
198
201
* PdfApi* | [ ** get_page_convert_to_bmp** ] ( docs/PdfApi.md#get_page_convert_to_bmp ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/convert/bmp | Convert document page to Bmp image and return resulting file in response.
199
202
* PdfApi* | [ ** get_page_convert_to_emf** ] ( docs/PdfApi.md#get_page_convert_to_emf ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/convert/emf | Convert document page to Emf image and return resulting file in response.
200
203
* PdfApi* | [ ** get_page_convert_to_gif** ] ( docs/PdfApi.md#get_page_convert_to_gif ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/convert/gif | Convert document page to Gif image and return resulting file in response.
@@ -278,6 +281,7 @@ Class | Method | HTTP request | Description
278
281
* PdfApi* | [ ** post_bookmark** ] ( docs/PdfApi.md#post_bookmark ) | ** POST** /pdf/\{ name}/bookmarks/bookmark/\{ bookmarkPath} | Add document bookmarks.
279
282
* PdfApi* | [ ** post_change_password_document_in_storage** ] ( docs/PdfApi.md#post_change_password_document_in_storage ) | ** POST** /pdf/\{ name}/changepassword | Change document password in storage.
280
283
* PdfApi* | [ ** post_check_box_fields** ] ( docs/PdfApi.md#post_check_box_fields ) | ** POST** /pdf/\{ name}/fields/checkbox | Add document checkbox fields.
284
+ * PdfApi* | [ ** post_combo_box_fields** ] ( docs/PdfApi.md#post_combo_box_fields ) | ** POST** /pdf/\{ name}/fields/combobox | Add document combobox fields.
281
285
* PdfApi* | [ ** post_create_field** ] ( docs/PdfApi.md#post_create_field ) | ** POST** /pdf/\{ name}/fields | Create field.
282
286
* PdfApi* | [ ** post_decrypt_document_in_storage** ] ( docs/PdfApi.md#post_decrypt_document_in_storage ) | ** POST** /pdf/\{ name}/decrypt | Decrypt document in storage.
283
287
* PdfApi* | [ ** post_document_image_footer** ] ( docs/PdfApi.md#post_document_image_footer ) | ** POST** /pdf/\{ name}/footer/image | Add document image footer.
@@ -334,6 +338,7 @@ Class | Method | HTTP request | Description
334
338
* PdfApi* | [ ** put_change_password_document** ] ( docs/PdfApi.md#put_change_password_document ) | ** PUT** /pdf/changepassword | Change document password from content.
335
339
* PdfApi* | [ ** put_check_box_field** ] ( docs/PdfApi.md#put_check_box_field ) | ** PUT** /pdf/\{ name}/fields/checkbox/\{ fieldName} | Replace document checkbox field
336
340
* PdfApi* | [ ** put_circle_annotation** ] ( docs/PdfApi.md#put_circle_annotation ) | ** PUT** /pdf/\{ name}/annotations/circle/\{ annotationId} | Replace document circle annotation
341
+ * PdfApi* | [ ** put_combo_box_field** ] ( docs/PdfApi.md#put_combo_box_field ) | ** PUT** /pdf/\{ name}/fields/combobox/\{ fieldName} | Replace document combobox field
337
342
* PdfApi* | [ ** put_create_document** ] ( docs/PdfApi.md#put_create_document ) | ** PUT** /pdf/\{ name} | Create empty document.
338
343
* PdfApi* | [ ** put_decrypt_document** ] ( docs/PdfApi.md#put_decrypt_document ) | ** PUT** /pdf/decrypt | Decrypt document from content.
339
344
* PdfApi* | [ ** put_encrypt_document** ] ( docs/PdfApi.md#put_encrypt_document ) | ** PUT** /pdf/encrypt | Encrypt document from content.
@@ -555,6 +560,9 @@ Class | Method | HTTP request | Description
555
560
- [ CircleAnnotationResponse] ( docs/CircleAnnotationResponse.md )
556
561
- [ CircleAnnotations] ( docs/CircleAnnotations.md )
557
562
- [ CircleAnnotationsResponse] ( docs/CircleAnnotationsResponse.md )
563
+ - [ ComboBoxFieldResponse] ( docs/ComboBoxFieldResponse.md )
564
+ - [ ComboBoxFields] ( docs/ComboBoxFields.md )
565
+ - [ ComboBoxFieldsResponse] ( docs/ComboBoxFieldsResponse.md )
558
566
- [ Document] ( docs/Document.md )
559
567
- [ DocumentPageResponse] ( docs/DocumentPageResponse.md )
560
568
- [ DocumentPagesResponse] ( docs/DocumentPagesResponse.md )
@@ -677,6 +685,7 @@ Class | Method | HTTP request | Description
677
685
- [ TextHeader] ( docs/TextHeader.md )
678
686
- [ TextStamp] ( docs/TextStamp.md )
679
687
- [ CaretAnnotation] ( docs/CaretAnnotation.md )
688
+ - [ ComboBoxField] ( docs/ComboBoxField.md )
680
689
- [ CommonFigureAnnotation] ( docs/CommonFigureAnnotation.md )
681
690
- [ FileAttachmentAnnotation] ( docs/FileAttachmentAnnotation.md )
682
691
- [ FreeTextAnnotation] ( docs/FreeTextAnnotation.md )
0 commit comments