1
1
# Aspose.PDF Cloud
2
2
- API version: 3.0
3
- - Package version: 19.7 .0
3
+ - Package version: 19.8 .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
@@ -146,6 +146,7 @@ Class | Method | HTTP request | Description
146
146
* PdfApi* | [ ** get_document_property** ] ( docs/PdfApi.md#get_document_property ) | ** GET** /pdf/\{ name}/documentproperties/\{ propertyName} | Read document property by name.
147
147
* PdfApi* | [ ** get_document_redaction_annotations** ] ( docs/PdfApi.md#get_document_redaction_annotations ) | ** GET** /pdf/\{ name}/annotations/redaction | Read document redaction annotations.
148
148
* 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.
149
150
* PdfApi* | [ ** get_document_sound_annotations** ] ( docs/PdfApi.md#get_document_sound_annotations ) | ** GET** /pdf/\{ name}/annotations/sound | Read document sound annotations.
150
151
* PdfApi* | [ ** get_document_square_annotations** ] ( docs/PdfApi.md#get_document_square_annotations ) | ** GET** /pdf/\{ name}/annotations/square | Read document square annotations.
151
152
* 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
182
183
* 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.
183
184
* PdfApi* | [ ** get_line_annotation** ] ( docs/PdfApi.md#get_line_annotation ) | ** GET** /pdf/\{ name}/annotations/line/\{ annotationId} | Read document page line annotation by ID.
184
185
* 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.
185
187
* 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.
186
188
* PdfApi* | [ ** get_movie_annotation** ] ( docs/PdfApi.md#get_movie_annotation ) | ** GET** /pdf/\{ name}/annotations/movie/\{ annotationId} | Read document page movie annotation by ID.
187
189
* 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
207
209
* PdfApi* | [ ** get_page_popup_annotations** ] ( docs/PdfApi.md#get_page_popup_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/popup | Read document page popup annotations.
208
210
* PdfApi* | [ ** get_page_redaction_annotations** ] ( docs/PdfApi.md#get_page_redaction_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/redaction | Read document page redaction annotations.
209
211
* 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.
210
213
* PdfApi* | [ ** get_page_sound_annotations** ] ( docs/PdfApi.md#get_page_sound_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/sound | Read document page sound annotations.
211
214
* PdfApi* | [ ** get_page_square_annotations** ] ( docs/PdfApi.md#get_page_square_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/square | Read document page square annotations.
212
215
* 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
239
242
* PdfApi* | [ ** get_redaction_annotation** ] ( docs/PdfApi.md#get_redaction_annotation ) | ** GET** /pdf/\{ name}/annotations/redaction/\{ annotationId} | Read document page redaction annotation by ID.
240
243
* PdfApi* | [ ** get_screen_annotation** ] ( docs/PdfApi.md#get_screen_annotation ) | ** GET** /pdf/\{ name}/annotations/screen/\{ annotationId} | Read document page screen annotation by ID.
241
244
* 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.
242
246
* PdfApi* | [ ** get_sound_annotation** ] ( docs/PdfApi.md#get_sound_annotation ) | ** GET** /pdf/\{ name}/annotations/sound/\{ annotationId} | Read document page sound annotation by ID.
243
247
* 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.
244
248
* 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
281
285
* PdfApi* | [ ** post_move_page** ] ( docs/PdfApi.md#post_move_page ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/movePage | Move page to new position.
282
286
* PdfApi* | [ ** post_optimize_document** ] ( docs/PdfApi.md#post_optimize_document ) | ** POST** /pdf/\{ name}/optimize | Optimize document.
283
287
* 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.
284
289
* PdfApi* | [ ** post_page_circle_annotations** ] ( docs/PdfApi.md#post_page_circle_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/circle | Add document page circle annotations.
285
290
* 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.
286
291
* 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
345
350
* 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.
346
351
* PdfApi* | [ ** put_line_annotation** ] ( docs/PdfApi.md#put_line_annotation ) | ** PUT** /pdf/\{ name}/annotations/line/\{ annotationId} | Replace document line annotation
347
352
* 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.
348
354
* PdfApi* | [ ** put_merge_documents** ] ( docs/PdfApi.md#put_merge_documents ) | ** PUT** /pdf/\{ name}/merge | Merge a list of documents.
349
355
* 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.
350
356
* 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
437
443
- [ CryptoAlgorithm] ( docs/CryptoAlgorithm.md )
438
444
- [ DiscUsage] ( docs/DiscUsage.md )
439
445
- [ DocFormat] ( docs/DocFormat.md )
446
+ - [ DocMDPAccessPermissionType] ( docs/DocMDPAccessPermissionType.md )
440
447
- [ DocRecognitionMode] ( docs/DocRecognitionMode.md )
441
448
- [ DocumentPrivilege] ( docs/DocumentPrivilege.md )
442
449
- [ EpubRecognitionMode] ( docs/EpubRecognitionMode.md )
@@ -487,6 +494,7 @@ Class | Method | HTTP request | Description
487
494
- [ Segment] ( docs/Segment.md )
488
495
- [ ShapeType] ( docs/ShapeType.md )
489
496
- [ Signature] ( docs/Signature.md )
497
+ - [ SignatureCustomAppearance] ( docs/SignatureCustomAppearance.md )
490
498
- [ SignatureType] ( docs/SignatureType.md )
491
499
- [ SoundEncoding] ( docs/SoundEncoding.md )
492
500
- [ SoundIcon] ( docs/SoundIcon.md )
@@ -506,6 +514,7 @@ Class | Method | HTTP request | Description
506
514
- [ TextReplaceListRequest] ( docs/TextReplaceListRequest.md )
507
515
- [ TextState] ( docs/TextState.md )
508
516
- [ TextStyle] ( docs/TextStyle.md )
517
+ - [ TimestampSettings] ( docs/TimestampSettings.md )
509
518
- [ VerticalAlignment] ( docs/VerticalAlignment.md )
510
519
- [ WordCount] ( docs/WordCount.md )
511
520
- [ WrapMode] ( docs/WrapMode.md )
@@ -542,6 +551,7 @@ Class | Method | HTTP request | Description
542
551
- [ FileAttachmentAnnotations] ( docs/FileAttachmentAnnotations.md )
543
552
- [ FileAttachmentAnnotationsResponse] ( docs/FileAttachmentAnnotationsResponse.md )
544
553
- [ FileVersion] ( docs/FileVersion.md )
554
+ - [ FormField] ( docs/FormField.md )
545
555
- [ FreeTextAnnotationResponse] ( docs/FreeTextAnnotationResponse.md )
546
556
- [ FreeTextAnnotations] ( docs/FreeTextAnnotations.md )
547
557
- [ FreeTextAnnotationsResponse] ( docs/FreeTextAnnotationsResponse.md )
@@ -582,6 +592,9 @@ Class | Method | HTTP request | Description
582
592
- [ ScreenAnnotationResponse] ( docs/ScreenAnnotationResponse.md )
583
593
- [ ScreenAnnotations] ( docs/ScreenAnnotations.md )
584
594
- [ ScreenAnnotationsResponse] ( docs/ScreenAnnotationsResponse.md )
595
+ - [ SignatureFieldResponse] ( docs/SignatureFieldResponse.md )
596
+ - [ SignatureFields] ( docs/SignatureFields.md )
597
+ - [ SignatureFieldsResponse] ( docs/SignatureFieldsResponse.md )
585
598
- [ SignatureVerifyResponse] ( docs/SignatureVerifyResponse.md )
586
599
- [ SoundAnnotationResponse] ( docs/SoundAnnotationResponse.md )
587
600
- [ SoundAnnotations] ( docs/SoundAnnotations.md )
@@ -629,6 +642,7 @@ Class | Method | HTTP request | Description
629
642
- [ PopupAnnotation] ( docs/PopupAnnotation.md )
630
643
- [ RedactionAnnotation] ( docs/RedactionAnnotation.md )
631
644
- [ ScreenAnnotation] ( docs/ScreenAnnotation.md )
645
+ - [ SignatureField] ( docs/SignatureField.md )
632
646
- [ TextFooter] ( docs/TextFooter.md )
633
647
- [ TextHeader] ( docs/TextHeader.md )
634
648
- [ TextStamp] ( docs/TextStamp.md )
0 commit comments