1
1
# Aspose.PDF Cloud
2
2
- API version: 2.0
3
- - Package version: 19.1 .0
3
+ - Package version: 19.2 .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
@@ -131,9 +131,11 @@ Class | Method | HTTP request | Description
131
131
* PdfApi* | [ ** get_document_properties** ] ( docs/PdfApi.md#get_document_properties ) | ** GET** /pdf/\{ name}/documentproperties | Read document properties.
132
132
* PdfApi* | [ ** get_document_property** ] ( docs/PdfApi.md#get_document_property ) | ** GET** /pdf/\{ name}/documentproperties/\{ propertyName} | Read document property by name.
133
133
* PdfApi* | [ ** get_document_redaction_annotations** ] ( docs/PdfApi.md#get_document_redaction_annotations ) | ** GET** /pdf/\{ name}/annotations/redaction | Read document redaction annotations.
134
+ * PdfApi* | [ ** get_document_screen_annotations** ] ( docs/PdfApi.md#get_document_screen_annotations ) | ** GET** /pdf/\{ name}/annotations/screen | Read document screen annotations.
134
135
* PdfApi* | [ ** get_document_sound_annotations** ] ( docs/PdfApi.md#get_document_sound_annotations ) | ** GET** /pdf/\{ name}/annotations/sound | Read document sound annotations.
135
136
* PdfApi* | [ ** get_document_square_annotations** ] ( docs/PdfApi.md#get_document_square_annotations ) | ** GET** /pdf/\{ name}/annotations/square | Read document square annotations.
136
137
* PdfApi* | [ ** get_document_squiggly_annotations** ] ( docs/PdfApi.md#get_document_squiggly_annotations ) | ** GET** /pdf/\{ name}/annotations/squiggly | Read document squiggly annotations.
138
+ * PdfApi* | [ ** get_document_stamp_annotations** ] ( docs/PdfApi.md#get_document_stamp_annotations ) | ** GET** /pdf/\{ name}/annotations/stamp | Read document stamp annotations.
137
139
* PdfApi* | [ ** get_document_strike_out_annotations** ] ( docs/PdfApi.md#get_document_strike_out_annotations ) | ** GET** /pdf/\{ name}/annotations/strikeout | Read document StrikeOut annotations.
138
140
* PdfApi* | [ ** get_document_text_annotations** ] ( docs/PdfApi.md#get_document_text_annotations ) | ** GET** /pdf/\{ name}/annotations/text | Read document text annotations.
139
141
* PdfApi* | [ ** get_document_underline_annotations** ] ( docs/PdfApi.md#get_document_underline_annotations ) | ** GET** /pdf/\{ name}/annotations/underline | Read document underline annotations.
@@ -185,9 +187,11 @@ Class | Method | HTTP request | Description
185
187
* PdfApi* | [ ** get_page_polygon_annotations** ] ( docs/PdfApi.md#get_page_polygon_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/polygon | Read document page polygon annotations.
186
188
* PdfApi* | [ ** get_page_popup_annotations** ] ( docs/PdfApi.md#get_page_popup_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/popup | Read document page popup annotations.
187
189
* PdfApi* | [ ** get_page_redaction_annotations** ] ( docs/PdfApi.md#get_page_redaction_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/redaction | Read document page redaction annotations.
190
+ * PdfApi* | [ ** get_page_screen_annotations** ] ( docs/PdfApi.md#get_page_screen_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/screen | Read document page screen annotations.
188
191
* PdfApi* | [ ** get_page_sound_annotations** ] ( docs/PdfApi.md#get_page_sound_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/sound | Read document page sound annotations.
189
192
* PdfApi* | [ ** get_page_square_annotations** ] ( docs/PdfApi.md#get_page_square_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/square | Read document page square annotations.
190
193
* PdfApi* | [ ** get_page_squiggly_annotations** ] ( docs/PdfApi.md#get_page_squiggly_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/squiggly | Read document page squiggly annotations.
194
+ * PdfApi* | [ ** get_page_stamp_annotations** ] ( docs/PdfApi.md#get_page_stamp_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/stamp | Read document page stamp annotations.
191
195
* PdfApi* | [ ** get_page_strike_out_annotations** ] ( docs/PdfApi.md#get_page_strike_out_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/strikeout | Read document page StrikeOut annotations.
192
196
* PdfApi* | [ ** get_page_text** ] ( docs/PdfApi.md#get_page_text ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/text | Read page text items.
193
197
* PdfApi* | [ ** get_page_text_annotations** ] ( docs/PdfApi.md#get_page_text_annotations ) | ** GET** /pdf/\{ name}/pages/\{ pageNumber}/annotations/text | Read document page text annotations.
@@ -211,10 +215,13 @@ Class | Method | HTTP request | Description
211
215
* PdfApi* | [ ** get_popup_annotation** ] ( docs/PdfApi.md#get_popup_annotation ) | ** GET** /pdf/\{ name}/annotations/popup/\{ annotationId} | Read document page popup annotation by ID.
212
216
* PdfApi* | [ ** get_ps_in_storage_to_pdf** ] ( docs/PdfApi.md#get_ps_in_storage_to_pdf ) | ** GET** /pdf/create/ps | Convert PS file (located on storage) to PDF format and return resulting file in response.
213
217
* PdfApi* | [ ** get_redaction_annotation** ] ( docs/PdfApi.md#get_redaction_annotation ) | ** GET** /pdf/\{ name}/annotations/redaction/\{ annotationId} | Read document page redaction annotation by ID.
218
+ * PdfApi* | [ ** get_screen_annotation** ] ( docs/PdfApi.md#get_screen_annotation ) | ** GET** /pdf/\{ name}/annotations/screen/\{ annotationId} | Read document page screen annotation by ID.
214
219
* PdfApi* | [ ** get_sound_annotation** ] ( docs/PdfApi.md#get_sound_annotation ) | ** GET** /pdf/\{ name}/annotations/sound/\{ annotationId} | Read document page sound annotation by ID.
215
220
* 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.
216
221
* PdfApi* | [ ** get_square_annotation** ] ( docs/PdfApi.md#get_square_annotation ) | ** GET** /pdf/\{ name}/annotations/square/\{ annotationId} | Read document page square annotation by ID.
217
222
* PdfApi* | [ ** get_squiggly_annotation** ] ( docs/PdfApi.md#get_squiggly_annotation ) | ** GET** /pdf/\{ name}/annotations/squiggly/\{ annotationId} | Read document page squiggly annotation by ID.
223
+ * PdfApi* | [ ** get_stamp_annotation** ] ( docs/PdfApi.md#get_stamp_annotation ) | ** GET** /pdf/\{ name}/annotations/stamp/\{ annotationId} | Read document page stamp annotation by ID.
224
+ * PdfApi* | [ ** get_stamp_annotation_data** ] ( docs/PdfApi.md#get_stamp_annotation_data ) | ** GET** /pdf/\{ name}/annotations/stamp/\{ annotationId}/data | Read document page stamp annotation by ID.
218
225
* PdfApi* | [ ** get_strike_out_annotation** ] ( docs/PdfApi.md#get_strike_out_annotation ) | ** GET** /pdf/\{ name}/annotations/strikeout/\{ annotationId} | Read document page StrikeOut annotation by ID.
219
226
* PdfApi* | [ ** get_svg_in_storage_to_pdf** ] ( docs/PdfApi.md#get_svg_in_storage_to_pdf ) | ** GET** /pdf/create/svg | Convert SVG file (located on storage) to PDF format and return resulting file in response.
220
227
* PdfApi* | [ ** get_text** ] ( docs/PdfApi.md#get_text ) | ** GET** /pdf/\{ name}/text | Read document text.
@@ -248,9 +255,11 @@ Class | Method | HTTP request | Description
248
255
* PdfApi* | [ ** post_page_poly_line_annotations** ] ( docs/PdfApi.md#post_page_poly_line_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/polyline | Add document page polyline annotations.
249
256
* PdfApi* | [ ** post_page_polygon_annotations** ] ( docs/PdfApi.md#post_page_polygon_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/polygon | Add document page polygon annotations.
250
257
* PdfApi* | [ ** post_page_redaction_annotations** ] ( docs/PdfApi.md#post_page_redaction_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/redaction | Add document page redaction annotations.
258
+ * PdfApi* | [ ** post_page_screen_annotations** ] ( docs/PdfApi.md#post_page_screen_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/screen | Add document page screen annotations.
251
259
* PdfApi* | [ ** post_page_sound_annotations** ] ( docs/PdfApi.md#post_page_sound_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/sound | Add document page sound annotations.
252
260
* PdfApi* | [ ** post_page_square_annotations** ] ( docs/PdfApi.md#post_page_square_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/square | Add document page square annotations.
253
261
* PdfApi* | [ ** post_page_squiggly_annotations** ] ( docs/PdfApi.md#post_page_squiggly_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/squiggly | Add document page squiggly annotations.
262
+ * PdfApi* | [ ** post_page_stamp_annotations** ] ( docs/PdfApi.md#post_page_stamp_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/stamp | Add document page stamp annotations.
254
263
* PdfApi* | [ ** post_page_strike_out_annotations** ] ( docs/PdfApi.md#post_page_strike_out_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/strikeout | Add document page StrikeOut annotations.
255
264
* PdfApi* | [ ** post_page_text_annotations** ] ( docs/PdfApi.md#post_page_text_annotations ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/annotations/text | Add document page text annotations.
256
265
* PdfApi* | [ ** post_page_text_replace** ] ( docs/PdfApi.md#post_page_text_replace ) | ** POST** /pdf/\{ name}/pages/\{ pageNumber}/text/replace | Page' ; s replace text method.
@@ -261,6 +270,7 @@ Class | Method | HTTP request | Description
261
270
* PdfApi* | [ ** post_split_document** ] ( docs/PdfApi.md#post_split_document ) | ** POST** /pdf/\{ name}/split | Split document to parts.
262
271
* PdfApi* | [ ** put_add_new_page** ] ( docs/PdfApi.md#put_add_new_page ) | ** PUT** /pdf/\{ name}/pages | Add new page to end of the document.
263
272
* PdfApi* | [ ** put_add_text** ] ( docs/PdfApi.md#put_add_text ) | ** PUT** /pdf/\{ name}/pages/\{ pageNumber}/text | Add text to PDF document page.
273
+ * PdfApi* | [ ** put_annotations_flatten** ] ( docs/PdfApi.md#put_annotations_flatten ) | ** PUT** /pdf/\{ name}/annotations/flatten | Flattens the annotations of the specified types
264
274
* PdfApi* | [ ** put_caret_annotation** ] ( docs/PdfApi.md#put_caret_annotation ) | ** PUT** /pdf/\{ name}/annotations/caret/\{ annotationId} | Replace document caret annotation
265
275
* PdfApi* | [ ** put_circle_annotation** ] ( docs/PdfApi.md#put_circle_annotation ) | ** PUT** /pdf/\{ name}/annotations/circle/\{ annotationId} | Replace document circle annotation
266
276
* PdfApi* | [ ** put_create** ] ( docs/PdfApi.md#put_create ) | ** PUT** /storage/file | Upload a specific file
@@ -328,12 +338,15 @@ Class | Method | HTTP request | Description
328
338
* PdfApi* | [ ** put_ps_in_storage_to_pdf** ] ( docs/PdfApi.md#put_ps_in_storage_to_pdf ) | ** PUT** /pdf/\{ name}/create/ps | Convert PS file (located on storage) to PDF format and upload resulting file to storage.
329
339
* PdfApi* | [ ** put_redaction_annotation** ] ( docs/PdfApi.md#put_redaction_annotation ) | ** PUT** /pdf/\{ name}/annotations/redaction/\{ annotationId} | Replace document redaction annotation
330
340
* PdfApi* | [ ** put_replace_image** ] ( docs/PdfApi.md#put_replace_image ) | ** PUT** /pdf/\{ name}/images/\{ imageId} | Replace document image.
341
+ * PdfApi* | [ ** put_screen_annotation** ] ( docs/PdfApi.md#put_screen_annotation ) | ** PUT** /pdf/\{ name}/annotations/screen/\{ annotationId} | Replace document screen annotation
331
342
* PdfApi* | [ ** put_searchable_document** ] ( docs/PdfApi.md#put_searchable_document ) | ** PUT** /pdf/\{ name}/ocr | Create searchable PDF document. Generate OCR layer for images in input PDF document.
332
343
* PdfApi* | [ ** put_set_property** ] ( docs/PdfApi.md#put_set_property ) | ** PUT** /pdf/\{ name}/documentproperties/\{ propertyName} | Add/update document property.
333
344
* PdfApi* | [ ** put_sound_annotation** ] ( docs/PdfApi.md#put_sound_annotation ) | ** PUT** /pdf/\{ name}/annotations/sound/\{ annotationId} | Replace document sound annotation
334
345
* PdfApi* | [ ** put_sound_annotation_data_extract** ] ( docs/PdfApi.md#put_sound_annotation_data_extract ) | ** PUT** /pdf/\{ name}/annotations/sound/\{ annotationId}/data/extract | Extract document sound annotation content to storage
335
346
* PdfApi* | [ ** put_square_annotation** ] ( docs/PdfApi.md#put_square_annotation ) | ** PUT** /pdf/\{ name}/annotations/square/\{ annotationId} | Replace document square annotation
336
347
* PdfApi* | [ ** put_squiggly_annotation** ] ( docs/PdfApi.md#put_squiggly_annotation ) | ** PUT** /pdf/\{ name}/annotations/squiggly/\{ annotationId} | Replace document squiggly annotation
348
+ * PdfApi* | [ ** put_stamp_annotation** ] ( docs/PdfApi.md#put_stamp_annotation ) | ** PUT** /pdf/\{ name}/annotations/stamp/\{ annotationId} | Replace document stamp annotation
349
+ * PdfApi* | [ ** put_stamp_annotation_data_extract** ] ( docs/PdfApi.md#put_stamp_annotation_data_extract ) | ** PUT** /pdf/\{ name}/annotations/stamp/\{ annotationId}/data/extract | Extract document stamp annotation content to storage
337
350
* PdfApi* | [ ** put_strike_out_annotation** ] ( docs/PdfApi.md#put_strike_out_annotation ) | ** PUT** /pdf/\{ name}/annotations/strikeout/\{ annotationId} | Replace document StrikeOut annotation
338
351
* PdfApi* | [ ** put_svg_in_storage_to_pdf** ] ( docs/PdfApi.md#put_svg_in_storage_to_pdf ) | ** PUT** /pdf/\{ name}/create/svg | Convert SVG file (located on storage) to PDF format and upload resulting file to storage.
339
352
* PdfApi* | [ ** put_text_annotation** ] ( docs/PdfApi.md#put_text_annotation ) | ** PUT** /pdf/\{ name}/annotations/text/\{ annotationId} | Replace document text annotation
@@ -410,6 +423,7 @@ Class | Method | HTTP request | Description
410
423
- [ SoundIcon] ( docs/SoundIcon.md )
411
424
- [ SplitResult] ( docs/SplitResult.md )
412
425
- [ Stamp] ( docs/Stamp.md )
426
+ - [ StampIcon] ( docs/StampIcon.md )
413
427
- [ StampType] ( docs/StampType.md )
414
428
- [ TextHorizontalAlignment] ( docs/TextHorizontalAlignment.md )
415
429
- [ TextIcon] ( docs/TextIcon.md )
@@ -493,6 +507,9 @@ Class | Method | HTTP request | Description
493
507
- [ RedactionAnnotationResponse] ( docs/RedactionAnnotationResponse.md )
494
508
- [ RedactionAnnotations] ( docs/RedactionAnnotations.md )
495
509
- [ RedactionAnnotationsResponse] ( docs/RedactionAnnotationsResponse.md )
510
+ - [ ScreenAnnotationResponse] ( docs/ScreenAnnotationResponse.md )
511
+ - [ ScreenAnnotations] ( docs/ScreenAnnotations.md )
512
+ - [ ScreenAnnotationsResponse] ( docs/ScreenAnnotationsResponse.md )
496
513
- [ SignatureVerifyResponse] ( docs/SignatureVerifyResponse.md )
497
514
- [ SoundAnnotationResponse] ( docs/SoundAnnotationResponse.md )
498
515
- [ SoundAnnotations] ( docs/SoundAnnotations.md )
@@ -505,6 +522,9 @@ Class | Method | HTTP request | Description
505
522
- [ SquigglyAnnotationResponse] ( docs/SquigglyAnnotationResponse.md )
506
523
- [ SquigglyAnnotations] ( docs/SquigglyAnnotations.md )
507
524
- [ SquigglyAnnotationsResponse] ( docs/SquigglyAnnotationsResponse.md )
525
+ - [ StampAnnotationResponse] ( docs/StampAnnotationResponse.md )
526
+ - [ StampAnnotations] ( docs/StampAnnotations.md )
527
+ - [ StampAnnotationsResponse] ( docs/StampAnnotationsResponse.md )
508
528
- [ StorageExistResponse] ( docs/StorageExistResponse.md )
509
529
- [ StrikeOutAnnotationResponse] ( docs/StrikeOutAnnotationResponse.md )
510
530
- [ StrikeOutAnnotations] ( docs/StrikeOutAnnotations.md )
@@ -523,6 +543,7 @@ Class | Method | HTTP request | Description
523
543
- [ MovieAnnotation] ( docs/MovieAnnotation.md )
524
544
- [ PopupAnnotation] ( docs/PopupAnnotation.md )
525
545
- [ RedactionAnnotation] ( docs/RedactionAnnotation.md )
546
+ - [ ScreenAnnotation] ( docs/ScreenAnnotation.md )
526
547
- [ CaretAnnotation] ( docs/CaretAnnotation.md )
527
548
- [ CommonFigureAnnotation] ( docs/CommonFigureAnnotation.md )
528
549
- [ FileAttachmentAnnotation] ( docs/FileAttachmentAnnotation.md )
@@ -534,6 +555,7 @@ Class | Method | HTTP request | Description
534
555
- [ PopupAnnotationWithParent] ( docs/PopupAnnotationWithParent.md )
535
556
- [ SoundAnnotation] ( docs/SoundAnnotation.md )
536
557
- [ SquigglyAnnotation] ( docs/SquigglyAnnotation.md )
558
+ - [ StampAnnotation] ( docs/StampAnnotation.md )
537
559
- [ StrikeOutAnnotation] ( docs/StrikeOutAnnotation.md )
538
560
- [ TextAnnotation] ( docs/TextAnnotation.md )
539
561
- [ UnderlineAnnotation] ( docs/UnderlineAnnotation.md )
0 commit comments