11# Aspose.PDF Cloud
22- API version: 3.0
3- - Package version: 19.7 .0
3+ - Package version: 19.8 .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
@@ -146,6 +146,7 @@ Class | Method | HTTP request | Description
146146* PdfApi* | [ ** get_document_property** ] ( docs/PdfApi.md#get_document_property ) | ** GET** /pdf/\{ name}/documentproperties/\{ propertyName} | Read document property by name.
147147* PdfApi* | [ ** get_document_redaction_annotations** ] ( docs/PdfApi.md#get_document_redaction_annotations ) | ** GET** /pdf/\{ name}/annotations/redaction | Read document redaction annotations.
148148* PdfApi* | [ ** get_document_screen_annotations** ] ( docs/PdfApi.md#get_document_screen_annotations ) | ** GET** /pdf/\{ name}/annotations/screen | Read document screen annotations.
149+ * PdfApi* | [ ** get_document_signature_fields** ] ( docs/PdfApi.md#get_document_signature_fields ) | ** GET** /pdf/\{ name}/fields/signature | Read document signature fields.
149150* PdfApi* | [ ** get_document_sound_annotations** ] ( docs/PdfApi.md#get_document_sound_annotations ) | ** GET** /pdf/\{ name}/annotations/sound | Read document sound annotations.
150151* PdfApi* | [ ** get_document_square_annotations** ] ( docs/PdfApi.md#get_document_square_annotations ) | ** GET** /pdf/\{ name}/annotations/square | Read document square annotations.
151152* PdfApi* | [ ** get_document_squiggly_annotations** ] ( docs/PdfApi.md#get_document_squiggly_annotations ) | ** GET** /pdf/\{ name}/annotations/squiggly | Read document squiggly annotations.
@@ -182,6 +183,7 @@ Class | Method | HTTP request | Description
182183* PdfApi* | [ ** get_la_te_x_in_storage_to_pdf** ] ( docs/PdfApi.md#get_la_te_x_in_storage_to_pdf ) | ** GET** /pdf/create/latex | Convert LaTeX file (located on storage) to PDF format and return resulting file in response.
183184* PdfApi* | [ ** get_line_annotation** ] ( docs/PdfApi.md#get_line_annotation ) | ** GET** /pdf/\{ name}/annotations/line/\{ annotationId} | Read document page line annotation by ID.
184185* PdfApi* | [ ** get_link_annotation** ] ( docs/PdfApi.md#get_link_annotation ) | ** GET** /pdf/\{ name}/links/\{ linkId} | Read document link annotation by ID.
186+ * PdfApi* | [ ** get_markdown_in_storage_to_pdf** ] ( docs/PdfApi.md#get_markdown_in_storage_to_pdf ) | ** GET** /pdf/create/markdown | Convert MD file (located on storage) to PDF format and return resulting file in response.
185187* PdfApi* | [ ** get_mht_in_storage_to_pdf** ] ( docs/PdfApi.md#get_mht_in_storage_to_pdf ) | ** GET** /pdf/create/mht | Convert MHT file (located on storage) to PDF format and return resulting file in response.
186188* PdfApi* | [ ** get_movie_annotation** ] ( docs/PdfApi.md#get_movie_annotation ) | ** GET** /pdf/\{ name}/annotations/movie/\{ annotationId} | Read document page movie annotation by ID.
187189* PdfApi* | [ ** get_page** ] ( docs/PdfApi.md#get_page ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber} | Read document page info.
@@ -207,6 +209,7 @@ Class | Method | HTTP request | Description
207209* PdfApi* | [ ** get_page_popup_annotations** ] ( docs/PdfApi.md#get_page_popup_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/popup | Read document page popup annotations.
208210* PdfApi* | [ ** get_page_redaction_annotations** ] ( docs/PdfApi.md#get_page_redaction_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/redaction | Read document page redaction annotations.
209211* PdfApi* | [ ** get_page_screen_annotations** ] ( docs/PdfApi.md#get_page_screen_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/screen | Read document page screen annotations.
212+ * PdfApi* | [ ** get_page_signature_fields** ] ( docs/PdfApi.md#get_page_signature_fields ) | ** GET** /pdf/\{ name}/page/\{ pageNumber}/fields/signature | Read document page signature fields.
210213* PdfApi* | [ ** get_page_sound_annotations** ] ( docs/PdfApi.md#get_page_sound_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/sound | Read document page sound annotations.
211214* PdfApi* | [ ** get_page_square_annotations** ] ( docs/PdfApi.md#get_page_square_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/square | Read document page square annotations.
212215* PdfApi* | [ ** get_page_squiggly_annotations** ] ( docs/PdfApi.md#get_page_squiggly_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/squiggly | Read document page squiggly annotations.
@@ -239,6 +242,7 @@ Class | Method | HTTP request | Description
239242* PdfApi* | [ ** get_redaction_annotation** ] ( docs/PdfApi.md#get_redaction_annotation ) | ** GET** /pdf/\{ name}/annotations/redaction/\{ annotationId} | Read document page redaction annotation by ID.
240243* PdfApi* | [ ** get_screen_annotation** ] ( docs/PdfApi.md#get_screen_annotation ) | ** GET** /pdf/\{ name}/annotations/screen/\{ annotationId} | Read document page screen annotation by ID.
241244* PdfApi* | [ ** get_screen_annotation_data** ] ( docs/PdfApi.md#get_screen_annotation_data ) | ** GET** /pdf/\{ name}/annotations/screen/\{ annotationId}/data | Read document page screen annotation by ID.
245+ * PdfApi* | [ ** get_signature_field** ] ( docs/PdfApi.md#get_signature_field ) | ** GET** /pdf/\{ name}/fields/signature/\{ fieldName} | Read document signature field by name.
242246* PdfApi* | [ ** get_sound_annotation** ] ( docs/PdfApi.md#get_sound_annotation ) | ** GET** /pdf/\{ name}/annotations/sound/\{ annotationId} | Read document page sound annotation by ID.
243247* PdfApi* | [ ** get_sound_annotation_data** ] ( docs/PdfApi.md#get_sound_annotation_data ) | ** GET** /pdf/\{ name}/annotations/sound/\{ annotationId}/data | Read document page sound annotation by ID.
244248* PdfApi* | [ ** get_square_annotation** ] ( docs/PdfApi.md#get_square_annotation ) | ** GET** /pdf/\{ name}/annotations/square/\{ annotationId} | Read document page square annotation by ID.
@@ -281,6 +285,7 @@ Class | Method | HTTP request | Description
281285* PdfApi* | [ ** post_move_page** ] ( docs/PdfApi.md#post_move_page ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/movePage | Move page to new position.
282286* PdfApi* | [ ** post_optimize_document** ] ( docs/PdfApi.md#post_optimize_document ) | ** POST** /pdf/\{ name}/optimize | Optimize document.
283287* PdfApi* | [ ** post_page_caret_annotations** ] ( docs/PdfApi.md#post_page_caret_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/caret | Add document page caret annotations.
288+ * PdfApi* | [ ** post_page_certify** ] ( docs/PdfApi.md#post_page_certify ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/certify | Certify document page.
284289* PdfApi* | [ ** post_page_circle_annotations** ] ( docs/PdfApi.md#post_page_circle_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/circle | Add document page circle annotations.
285290* PdfApi* | [ ** post_page_file_attachment_annotations** ] ( docs/PdfApi.md#post_page_file_attachment_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/fileattachment | Add document page FileAttachment annotations.
286291* PdfApi* | [ ** post_page_free_text_annotations** ] ( docs/PdfApi.md#post_page_free_text_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/freetext | Add document page free text annotations.
@@ -345,6 +350,7 @@ Class | Method | HTTP request | Description
345350* PdfApi* | [ ** put_la_te_x_in_storage_to_pdf** ] ( docs/PdfApi.md#put_la_te_x_in_storage_to_pdf ) | ** PUT** /pdf/\{ name}/create/latex | Convert LaTeX file (located on storage) to PDF format and upload resulting file to storage.
346351* PdfApi* | [ ** put_line_annotation** ] ( docs/PdfApi.md#put_line_annotation ) | ** PUT** /pdf/\{ name}/annotations/line/\{ annotationId} | Replace document line annotation
347352* PdfApi* | [ ** put_link_annotation** ] ( docs/PdfApi.md#put_link_annotation ) | ** PUT** /pdf/\{ name}/links/\{ linkId} | Replace document page link annotations
353+ * PdfApi* | [ ** put_markdown_in_storage_to_pdf** ] ( docs/PdfApi.md#put_markdown_in_storage_to_pdf ) | ** PUT** /pdf/\{ name}/create/markdown | Convert MD file (located on storage) to PDF format and upload resulting file to storage.
348354* PdfApi* | [ ** put_merge_documents** ] ( docs/PdfApi.md#put_merge_documents ) | ** PUT** /pdf/\{ name}/merge | Merge a list of documents.
349355* PdfApi* | [ ** put_mht_in_storage_to_pdf** ] ( docs/PdfApi.md#put_mht_in_storage_to_pdf ) | ** PUT** /pdf/\{ name}/create/mht | Convert MHT file (located on storage) to PDF format and upload resulting file to storage.
350356* PdfApi* | [ ** put_movie_annotation** ] ( docs/PdfApi.md#put_movie_annotation ) | ** PUT** /pdf/\{ name}/annotations/movie/\{ annotationId} | Replace document movie annotation
@@ -437,6 +443,7 @@ Class | Method | HTTP request | Description
437443 - [ CryptoAlgorithm] ( docs/CryptoAlgorithm.md )
438444 - [ DiscUsage] ( docs/DiscUsage.md )
439445 - [ DocFormat] ( docs/DocFormat.md )
446+ - [ DocMDPAccessPermissionType] ( docs/DocMDPAccessPermissionType.md )
440447 - [ DocRecognitionMode] ( docs/DocRecognitionMode.md )
441448 - [ DocumentPrivilege] ( docs/DocumentPrivilege.md )
442449 - [ EpubRecognitionMode] ( docs/EpubRecognitionMode.md )
@@ -487,6 +494,7 @@ Class | Method | HTTP request | Description
487494 - [ Segment] ( docs/Segment.md )
488495 - [ ShapeType] ( docs/ShapeType.md )
489496 - [ Signature] ( docs/Signature.md )
497+ - [ SignatureCustomAppearance] ( docs/SignatureCustomAppearance.md )
490498 - [ SignatureType] ( docs/SignatureType.md )
491499 - [ SoundEncoding] ( docs/SoundEncoding.md )
492500 - [ SoundIcon] ( docs/SoundIcon.md )
@@ -506,6 +514,7 @@ Class | Method | HTTP request | Description
506514 - [ TextReplaceListRequest] ( docs/TextReplaceListRequest.md )
507515 - [ TextState] ( docs/TextState.md )
508516 - [ TextStyle] ( docs/TextStyle.md )
517+ - [ TimestampSettings] ( docs/TimestampSettings.md )
509518 - [ VerticalAlignment] ( docs/VerticalAlignment.md )
510519 - [ WordCount] ( docs/WordCount.md )
511520 - [ WrapMode] ( docs/WrapMode.md )
@@ -542,6 +551,7 @@ Class | Method | HTTP request | Description
542551 - [ FileAttachmentAnnotations] ( docs/FileAttachmentAnnotations.md )
543552 - [ FileAttachmentAnnotationsResponse] ( docs/FileAttachmentAnnotationsResponse.md )
544553 - [ FileVersion] ( docs/FileVersion.md )
554+ - [ FormField] ( docs/FormField.md )
545555 - [ FreeTextAnnotationResponse] ( docs/FreeTextAnnotationResponse.md )
546556 - [ FreeTextAnnotations] ( docs/FreeTextAnnotations.md )
547557 - [ FreeTextAnnotationsResponse] ( docs/FreeTextAnnotationsResponse.md )
@@ -582,6 +592,9 @@ Class | Method | HTTP request | Description
582592 - [ ScreenAnnotationResponse] ( docs/ScreenAnnotationResponse.md )
583593 - [ ScreenAnnotations] ( docs/ScreenAnnotations.md )
584594 - [ ScreenAnnotationsResponse] ( docs/ScreenAnnotationsResponse.md )
595+ - [ SignatureFieldResponse] ( docs/SignatureFieldResponse.md )
596+ - [ SignatureFields] ( docs/SignatureFields.md )
597+ - [ SignatureFieldsResponse] ( docs/SignatureFieldsResponse.md )
585598 - [ SignatureVerifyResponse] ( docs/SignatureVerifyResponse.md )
586599 - [ SoundAnnotationResponse] ( docs/SoundAnnotationResponse.md )
587600 - [ SoundAnnotations] ( docs/SoundAnnotations.md )
@@ -629,6 +642,7 @@ Class | Method | HTTP request | Description
629642 - [ PopupAnnotation] ( docs/PopupAnnotation.md )
630643 - [ RedactionAnnotation] ( docs/RedactionAnnotation.md )
631644 - [ ScreenAnnotation] ( docs/ScreenAnnotation.md )
645+ - [ SignatureField] ( docs/SignatureField.md )
632646 - [ TextFooter] ( docs/TextFooter.md )
633647 - [ TextHeader] ( docs/TextHeader.md )
634648 - [ TextStamp] ( docs/TextStamp.md )
0 commit comments