11# Aspose.PDF Cloud
22- API version: 3.0
3- - Package version: 19.9 .0
3+ - Package version: 19.10 .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
@@ -79,6 +79,7 @@ Class | Method | HTTP request | Description
7979* PdfApi* | [ ** GetBookmark** ] ( docs/PdfApi.md#getbookmark ) | ** Get** /pdf/{name}/bookmarks/bookmark/{bookmarkPath} | Read document bookmark.
8080* PdfApi* | [ ** GetBookmarks** ] ( docs/PdfApi.md#getbookmarks ) | ** Get** /pdf/{name}/bookmarks/list/{bookmarkPath} | Read document bookmarks node list.
8181* PdfApi* | [ ** GetCaretAnnotation** ] ( docs/PdfApi.md#getcaretannotation ) | ** Get** /pdf/{name}/annotations/caret/{annotationId} | Read document page caret annotation by ID.
82+ * PdfApi* | [ ** GetCheckBoxField** ] ( docs/PdfApi.md#getcheckboxfield ) | ** Get** /pdf/{name}/fields/checkbox/{fieldName} | Read document checkbox field by name.
8283* PdfApi* | [ ** GetCircleAnnotation** ] ( docs/PdfApi.md#getcircleannotation ) | ** Get** /pdf/{name}/annotations/circle/{annotationId} | Read document page circle annotation by ID.
8384* PdfApi* | [ ** GetDiscUsage** ] ( docs/PdfApi.md#getdiscusage ) | ** Get** /pdf/storage/disc | Get disc usage
8485* PdfApi* | [ ** GetDocument** ] ( docs/PdfApi.md#getdocument ) | ** Get** /pdf/{name} | Read common document info.
@@ -87,6 +88,7 @@ Class | Method | HTTP request | Description
8788* PdfApi* | [ ** GetDocumentAttachments** ] ( docs/PdfApi.md#getdocumentattachments ) | ** Get** /pdf/{name}/attachments | Read document attachments info.
8889* PdfApi* | [ ** GetDocumentBookmarks** ] ( docs/PdfApi.md#getdocumentbookmarks ) | ** Get** /pdf/{name}/bookmarks/tree | Read document bookmarks tree.
8990* PdfApi* | [ ** GetDocumentCaretAnnotations** ] ( docs/PdfApi.md#getdocumentcaretannotations ) | ** Get** /pdf/{name}/annotations/caret | Read document caret annotations.
91+ * PdfApi* | [ ** GetDocumentCheckBoxFields** ] ( docs/PdfApi.md#getdocumentcheckboxfields ) | ** Get** /pdf/{name}/fields/checkbox | Read document checkbox fields.
9092* PdfApi* | [ ** GetDocumentCircleAnnotations** ] ( docs/PdfApi.md#getdocumentcircleannotations ) | ** Get** /pdf/{name}/annotations/circle | Read document circle annotations.
9193* PdfApi* | [ ** GetDocumentFileAttachmentAnnotations** ] ( docs/PdfApi.md#getdocumentfileattachmentannotations ) | ** Get** /pdf/{name}/annotations/fileattachment | Read document FileAttachment annotations.
9294* PdfApi* | [ ** GetDocumentFreeTextAnnotations** ] ( docs/PdfApi.md#getdocumentfreetextannotations ) | ** Get** /pdf/{name}/annotations/freetext | Read document free text annotations.
@@ -100,6 +102,7 @@ Class | Method | HTTP request | Description
100102* PdfApi* | [ ** GetDocumentPopupAnnotationsByParent** ] ( docs/PdfApi.md#getdocumentpopupannotationsbyparent ) | ** Get** /pdf/{name}/annotations/{annotationId}/popup | Read document popup annotations by parent id.
101103* PdfApi* | [ ** GetDocumentProperties** ] ( docs/PdfApi.md#getdocumentproperties ) | ** Get** /pdf/{name}/documentproperties | Read document properties.
102104* PdfApi* | [ ** GetDocumentProperty** ] ( docs/PdfApi.md#getdocumentproperty ) | ** Get** /pdf/{name}/documentproperties/{propertyName} | Read document property by name.
105+ * PdfApi* | [ ** GetDocumentRadioButtonFields** ] ( docs/PdfApi.md#getdocumentradiobuttonfields ) | ** Get** /pdf/{name}/fields/radiobutton | Read document radiobutton fields.
103106* PdfApi* | [ ** GetDocumentRedactionAnnotations** ] ( docs/PdfApi.md#getdocumentredactionannotations ) | ** Get** /pdf/{name}/annotations/redaction | Read document redaction annotations.
104107* PdfApi* | [ ** GetDocumentScreenAnnotations** ] ( docs/PdfApi.md#getdocumentscreenannotations ) | ** Get** /pdf/{name}/annotations/screen | Read document screen annotations.
105108* PdfApi* | [ ** GetDocumentSignatureFields** ] ( docs/PdfApi.md#getdocumentsignaturefields ) | ** Get** /pdf/{name}/fields/signature | Read document signature fields.
@@ -146,6 +149,7 @@ Class | Method | HTTP request | Description
146149* PdfApi* | [ ** GetPage** ] ( docs/PdfApi.md#getpage ) | ** Get** /pdf/{name}/pages/{pageNumber} | Read document page info.
147150* PdfApi* | [ ** GetPageAnnotations** ] ( docs/PdfApi.md#getpageannotations ) | ** Get** /pdf/{name}/pages/{pageNumber}/annotations | Read document page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
148151* PdfApi* | [ ** GetPageCaretAnnotations** ] ( docs/PdfApi.md#getpagecaretannotations ) | ** Get** /pdf/{name}/pages/{pageNumber}/annotations/caret | Read document page caret annotations.
152+ * PdfApi* | [ ** GetPageCheckBoxFields** ] ( docs/PdfApi.md#getpagecheckboxfields ) | ** Get** /pdf/{name}/page/{pageNumber}/fields/checkbox | Read document page checkbox fields.
149153* PdfApi* | [ ** GetPageCircleAnnotations** ] ( docs/PdfApi.md#getpagecircleannotations ) | ** Get** /pdf/{name}/pages/{pageNumber}/annotations/circle | Read document page circle annotations.
150154* PdfApi* | [ ** GetPageConvertToBmp** ] ( docs/PdfApi.md#getpageconverttobmp ) | ** Get** /pdf/{name}/pages/{pageNumber}/convert/bmp | Convert document page to Bmp image and return resulting file in response.
151155* PdfApi* | [ ** GetPageConvertToEmf** ] ( docs/PdfApi.md#getpageconverttoemf ) | ** Get** /pdf/{name}/pages/{pageNumber}/convert/emf | Convert document page to Emf image and return resulting file in response.
@@ -164,6 +168,7 @@ Class | Method | HTTP request | Description
164168* PdfApi* | [ ** GetPagePolyLineAnnotations** ] ( docs/PdfApi.md#getpagepolylineannotations ) | ** Get** /pdf/{name}/pages/{pageNumber}/annotations/polyline | Read document page polyline annotations.
165169* PdfApi* | [ ** GetPagePolygonAnnotations** ] ( docs/PdfApi.md#getpagepolygonannotations ) | ** Get** /pdf/{name}/pages/{pageNumber}/annotations/polygon | Read document page polygon annotations.
166170* PdfApi* | [ ** GetPagePopupAnnotations** ] ( docs/PdfApi.md#getpagepopupannotations ) | ** Get** /pdf/{name}/pages/{pageNumber}/annotations/popup | Read document page popup annotations.
171+ * PdfApi* | [ ** GetPageRadioButtonFields** ] ( docs/PdfApi.md#getpageradiobuttonfields ) | ** Get** /pdf/{name}/page/{pageNumber}/fields/radiobutton | Read document page radiobutton fields.
167172* PdfApi* | [ ** GetPageRedactionAnnotations** ] ( docs/PdfApi.md#getpageredactionannotations ) | ** Get** /pdf/{name}/pages/{pageNumber}/annotations/redaction | Read document page redaction annotations.
168173* PdfApi* | [ ** GetPageScreenAnnotations** ] ( docs/PdfApi.md#getpagescreenannotations ) | ** Get** /pdf/{name}/pages/{pageNumber}/annotations/screen | Read document page screen annotations.
169174* PdfApi* | [ ** GetPageSignatureFields** ] ( docs/PdfApi.md#getpagesignaturefields ) | ** Get** /pdf/{name}/page/{pageNumber}/fields/signature | Read document page signature fields.
@@ -197,6 +202,7 @@ Class | Method | HTTP request | Description
197202* PdfApi* | [ ** GetPolygonAnnotation** ] ( docs/PdfApi.md#getpolygonannotation ) | ** Get** /pdf/{name}/annotations/polygon/{annotationId} | Read document page polygon annotation by ID.
198203* PdfApi* | [ ** GetPopupAnnotation** ] ( docs/PdfApi.md#getpopupannotation ) | ** Get** /pdf/{name}/annotations/popup/{annotationId} | Read document page popup annotation by ID.
199204* PdfApi* | [ ** GetPsInStorageToPdf** ] ( docs/PdfApi.md#getpsinstoragetopdf ) | ** Get** /pdf/create/ps | Convert PS file (located on storage) to PDF format and return resulting file in response.
205+ * PdfApi* | [ ** GetRadioButtonField** ] ( docs/PdfApi.md#getradiobuttonfield ) | ** Get** /pdf/{name}/fields/radiobutton/{fieldName} | Read document RadioButton field by name.
200206* PdfApi* | [ ** GetRedactionAnnotation** ] ( docs/PdfApi.md#getredactionannotation ) | ** Get** /pdf/{name}/annotations/redaction/{annotationId} | Read document page redaction annotation by ID.
201207* PdfApi* | [ ** GetScreenAnnotation** ] ( docs/PdfApi.md#getscreenannotation ) | ** Get** /pdf/{name}/annotations/screen/{annotationId} | Read document page screen annotation by ID.
202208* PdfApi* | [ ** GetScreenAnnotationData** ] ( docs/PdfApi.md#getscreenannotationdata ) | ** Get** /pdf/{name}/annotations/screen/{annotationId}/data | Read document page screen annotation by ID.
@@ -227,6 +233,7 @@ Class | Method | HTTP request | Description
227233* PdfApi* | [ ** PostAppendDocument** ] ( docs/PdfApi.md#postappenddocument ) | ** Post** /pdf/{name}/appendDocument | Append document to existing one.
228234* PdfApi* | [ ** PostBookmark** ] ( docs/PdfApi.md#postbookmark ) | ** Post** /pdf/{name}/bookmarks/bookmark/{bookmarkPath} | Add document bookmarks.
229235* PdfApi* | [ ** PostChangePasswordDocumentInStorage** ] ( docs/PdfApi.md#postchangepassworddocumentinstorage ) | ** Post** /pdf/{name}/changepassword | Change document password in storage.
236+ * PdfApi* | [ ** PostCheckBoxFields** ] ( docs/PdfApi.md#postcheckboxfields ) | ** Post** /pdf/{name}/fields/checkbox | Add document checkbox fields.
230237* PdfApi* | [ ** PostCreateField** ] ( docs/PdfApi.md#postcreatefield ) | ** Post** /pdf/{name}/fields | Create field.
231238* PdfApi* | [ ** PostDecryptDocumentInStorage** ] ( docs/PdfApi.md#postdecryptdocumentinstorage ) | ** Post** /pdf/{name}/decrypt | Decrypt document in storage.
232239* PdfApi* | [ ** PostDocumentImageFooter** ] ( docs/PdfApi.md#postdocumentimagefooter ) | ** Post** /pdf/{name}/footer/image | Add document image footer.
@@ -270,6 +277,7 @@ Class | Method | HTTP request | Description
270277* PdfApi* | [ ** PostPageTextStamps** ] ( docs/PdfApi.md#postpagetextstamps ) | ** Post** /pdf/{name}/pages/{pageNumber}/stamps/text | Add document page text stamps.
271278* PdfApi* | [ ** PostPageUnderlineAnnotations** ] ( docs/PdfApi.md#postpageunderlineannotations ) | ** Post** /pdf/{name}/pages/{pageNumber}/annotations/underline | Add document page underline annotations.
272279* PdfApi* | [ ** PostPopupAnnotation** ] ( docs/PdfApi.md#postpopupannotation ) | ** Post** /pdf/{name}/annotations/{annotationId}/popup | Add document popup annotations.
280+ * PdfApi* | [ ** PostRadioButtonFields** ] ( docs/PdfApi.md#postradiobuttonfields ) | ** Post** /pdf/{name}/fields/radiobutton | Add document RadioButton fields.
273281* PdfApi* | [ ** PostSignDocument** ] ( docs/PdfApi.md#postsigndocument ) | ** Post** /pdf/{name}/sign | Sign document.
274282* PdfApi* | [ ** PostSignPage** ] ( docs/PdfApi.md#postsignpage ) | ** Post** /pdf/{name}/pages/{pageNumber}/sign | Sign page.
275283* PdfApi* | [ ** PostSplitDocument** ] ( docs/PdfApi.md#postsplitdocument ) | ** Post** /pdf/{name}/split | Split document to parts.
@@ -280,6 +288,7 @@ Class | Method | HTTP request | Description
280288* PdfApi* | [ ** PutBookmark** ] ( docs/PdfApi.md#putbookmark ) | ** Put** /pdf/{name}/bookmarks/bookmark/{bookmarkPath} | Update document bookmark.
281289* PdfApi* | [ ** PutCaretAnnotation** ] ( docs/PdfApi.md#putcaretannotation ) | ** Put** /pdf/{name}/annotations/caret/{annotationId} | Replace document caret annotation
282290* PdfApi* | [ ** PutChangePasswordDocument** ] ( docs/PdfApi.md#putchangepassworddocument ) | ** Put** /pdf/changepassword | Change document password from content.
291+ * PdfApi* | [ ** PutCheckBoxField** ] ( docs/PdfApi.md#putcheckboxfield ) | ** Put** /pdf/{name}/fields/checkbox/{fieldName} | Replace document checkbox field
283292* PdfApi* | [ ** PutCircleAnnotation** ] ( docs/PdfApi.md#putcircleannotation ) | ** Put** /pdf/{name}/annotations/circle/{annotationId} | Replace document circle annotation
284293* PdfApi* | [ ** PutCreateDocument** ] ( docs/PdfApi.md#putcreatedocument ) | ** Put** /pdf/{name} | Create empty document.
285294* PdfApi* | [ ** PutDecryptDocument** ] ( docs/PdfApi.md#putdecryptdocument ) | ** Put** /pdf/decrypt | Decrypt document from content.
@@ -353,6 +362,7 @@ Class | Method | HTTP request | Description
353362* PdfApi* | [ ** PutPopupAnnotation** ] ( docs/PdfApi.md#putpopupannotation ) | ** Put** /pdf/{name}/annotations/popup/{annotationId} | Replace document popup annotation
354363* PdfApi* | [ ** PutPrivileges** ] ( docs/PdfApi.md#putprivileges ) | ** Put** /pdf/{name}/privileges | Update privilege document.
355364* PdfApi* | [ ** PutPsInStorageToPdf** ] ( docs/PdfApi.md#putpsinstoragetopdf ) | ** Put** /pdf/{name}/create/ps | Convert PS file (located on storage) to PDF format and upload resulting file to storage.
365+ * PdfApi* | [ ** PutRadioButtonField** ] ( docs/PdfApi.md#putradiobuttonfield ) | ** Put** /pdf/{name}/fields/radiobutton/{fieldName} | Replace document RadioButton field
356366* PdfApi* | [ ** PutRedactionAnnotation** ] ( docs/PdfApi.md#putredactionannotation ) | ** Put** /pdf/{name}/annotations/redaction/{annotationId} | Replace document redaction annotation
357367* PdfApi* | [ ** PutReplaceImage** ] ( docs/PdfApi.md#putreplaceimage ) | ** Put** /pdf/{name}/images/{imageId} | Replace document image.
358368* PdfApi* | [ ** PutScreenAnnotation** ] ( docs/PdfApi.md#putscreenannotation ) | ** Put** /pdf/{name}/annotations/screen/{annotationId} | Replace document screen annotation
@@ -392,6 +402,7 @@ Class | Method | HTTP request | Description
392402 - [ AsposeResponse] ( docs/AsposeResponse.md )
393403 - [ BorderCornerStyle] ( docs/BorderCornerStyle.md )
394404 - [ BorderInfo] ( docs/BorderInfo.md )
405+ - [ BoxStyle] ( docs/BoxStyle.md )
395406 - [ CapStyle] ( docs/CapStyle.md )
396407 - [ CaptionPosition] ( docs/CaptionPosition.md )
397408 - [ CaretSymbol] ( docs/CaretSymbol.md )
@@ -439,6 +450,7 @@ Class | Method | HTTP request | Description
439450 - [ ModelError] ( docs/ModelError.md )
440451 - [ ObjectExist] ( docs/ObjectExist.md )
441452 - [ OptimizeOptions] ( docs/OptimizeOptions.md )
453+ - [ Option] ( docs/Option.md )
442454 - [ PageWordCount] ( docs/PageWordCount.md )
443455 - [ Paragraph] ( docs/Paragraph.md )
444456 - [ PartsEmbeddingModes] ( docs/PartsEmbeddingModes.md )
@@ -493,6 +505,9 @@ Class | Method | HTTP request | Description
493505 - [ CaretAnnotationResponse] ( docs/CaretAnnotationResponse.md )
494506 - [ CaretAnnotations] ( docs/CaretAnnotations.md )
495507 - [ CaretAnnotationsResponse] ( docs/CaretAnnotationsResponse.md )
508+ - [ CheckBoxFieldResponse] ( docs/CheckBoxFieldResponse.md )
509+ - [ CheckBoxFields] ( docs/CheckBoxFields.md )
510+ - [ CheckBoxFieldsResponse] ( docs/CheckBoxFieldsResponse.md )
496511 - [ CircleAnnotationResponse] ( docs/CircleAnnotationResponse.md )
497512 - [ CircleAnnotations] ( docs/CircleAnnotations.md )
498513 - [ CircleAnnotationsResponse] ( docs/CircleAnnotationsResponse.md )
@@ -547,6 +562,9 @@ Class | Method | HTTP request | Description
547562 - [ PopupAnnotationResponse] ( docs/PopupAnnotationResponse.md )
548563 - [ PopupAnnotations] ( docs/PopupAnnotations.md )
549564 - [ PopupAnnotationsResponse] ( docs/PopupAnnotationsResponse.md )
565+ - [ RadioButtonFieldResponse] ( docs/RadioButtonFieldResponse.md )
566+ - [ RadioButtonFields] ( docs/RadioButtonFields.md )
567+ - [ RadioButtonFieldsResponse] ( docs/RadioButtonFieldsResponse.md )
550568 - [ RedactionAnnotationResponse] ( docs/RedactionAnnotationResponse.md )
551569 - [ RedactionAnnotations] ( docs/RedactionAnnotations.md )
552570 - [ RedactionAnnotationsResponse] ( docs/RedactionAnnotationsResponse.md )
@@ -596,6 +614,8 @@ Class | Method | HTTP request | Description
596614 - [ UnderlineAnnotationsResponse] ( docs/UnderlineAnnotationsResponse.md )
597615 - [ WordCountResponse] ( docs/WordCountResponse.md )
598616 - [ AnnotationInfo] ( docs/AnnotationInfo.md )
617+ - [ CheckBoxField] ( docs/CheckBoxField.md )
618+ - [ ChoiceField] ( docs/ChoiceField.md )
599619 - [ ImageFooter] ( docs/ImageFooter.md )
600620 - [ ImageHeader] ( docs/ImageHeader.md )
601621 - [ ImageStamp] ( docs/ImageStamp.md )
@@ -604,6 +624,7 @@ Class | Method | HTTP request | Description
604624 - [ PageNumberStamp] ( docs/PageNumberStamp.md )
605625 - [ PdfPageStamp] ( docs/PdfPageStamp.md )
606626 - [ PopupAnnotation] ( docs/PopupAnnotation.md )
627+ - [ RadioButtonOptionField] ( docs/RadioButtonOptionField.md )
607628 - [ RedactionAnnotation] ( docs/RedactionAnnotation.md )
608629 - [ ScreenAnnotation] ( docs/ScreenAnnotation.md )
609630 - [ SignatureField] ( docs/SignatureField.md )
@@ -620,6 +641,7 @@ Class | Method | HTTP request | Description
620641 - [ LineAnnotation] ( docs/LineAnnotation.md )
621642 - [ PolyAnnotation] ( docs/PolyAnnotation.md )
622643 - [ PopupAnnotationWithParent] ( docs/PopupAnnotationWithParent.md )
644+ - [ RadioButtonField] ( docs/RadioButtonField.md )
623645 - [ SoundAnnotation] ( docs/SoundAnnotation.md )
624646 - [ SquigglyAnnotation] ( docs/SquigglyAnnotation.md )
625647 - [ StampAnnotation] ( docs/StampAnnotation.md )
0 commit comments