Skip to content

Commit c3a034a

Browse files
committed
Update to v19.2
1 parent fee9601 commit c3a034a

30 files changed

+4895
-150
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aspose.PDF Cloud
22
- API version: 2.0
3-
- Package version: 19.1.0
3+
- Package version: 19.2.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

@@ -131,9 +131,11 @@ Class | Method | HTTP request | Description
131131
*PdfApi* | [**get_document_properties**](docs/PdfApi.md#get_document_properties) | **GET** /pdf/\{name}/documentproperties | Read document properties.
132132
*PdfApi* | [**get_document_property**](docs/PdfApi.md#get_document_property) | **GET** /pdf/\{name}/documentproperties/\{propertyName} | Read document property by name.
133133
*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.
134135
*PdfApi* | [**get_document_sound_annotations**](docs/PdfApi.md#get_document_sound_annotations) | **GET** /pdf/\{name}/annotations/sound | Read document sound annotations.
135136
*PdfApi* | [**get_document_square_annotations**](docs/PdfApi.md#get_document_square_annotations) | **GET** /pdf/\{name}/annotations/square | Read document square annotations.
136137
*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.
137139
*PdfApi* | [**get_document_strike_out_annotations**](docs/PdfApi.md#get_document_strike_out_annotations) | **GET** /pdf/\{name}/annotations/strikeout | Read document StrikeOut annotations.
138140
*PdfApi* | [**get_document_text_annotations**](docs/PdfApi.md#get_document_text_annotations) | **GET** /pdf/\{name}/annotations/text | Read document text annotations.
139141
*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
185187
*PdfApi* | [**get_page_polygon_annotations**](docs/PdfApi.md#get_page_polygon_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/polygon | Read document page polygon annotations.
186188
*PdfApi* | [**get_page_popup_annotations**](docs/PdfApi.md#get_page_popup_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/popup | Read document page popup annotations.
187189
*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.
188191
*PdfApi* | [**get_page_sound_annotations**](docs/PdfApi.md#get_page_sound_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/sound | Read document page sound annotations.
189192
*PdfApi* | [**get_page_square_annotations**](docs/PdfApi.md#get_page_square_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/square | Read document page square annotations.
190193
*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.
191195
*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.
192196
*PdfApi* | [**get_page_text**](docs/PdfApi.md#get_page_text) | **GET** /pdf/\{name}/pages/\{pageNumber}/text | Read page text items.
193197
*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
211215
*PdfApi* | [**get_popup_annotation**](docs/PdfApi.md#get_popup_annotation) | **GET** /pdf/\{name}/annotations/popup/\{annotationId} | Read document page popup annotation by ID.
212216
*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.
213217
*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.
214219
*PdfApi* | [**get_sound_annotation**](docs/PdfApi.md#get_sound_annotation) | **GET** /pdf/\{name}/annotations/sound/\{annotationId} | Read document page sound annotation by ID.
215220
*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.
216221
*PdfApi* | [**get_square_annotation**](docs/PdfApi.md#get_square_annotation) | **GET** /pdf/\{name}/annotations/square/\{annotationId} | Read document page square annotation by ID.
217222
*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.
218225
*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.
219226
*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.
220227
*PdfApi* | [**get_text**](docs/PdfApi.md#get_text) | **GET** /pdf/\{name}/text | Read document text.
@@ -248,9 +255,11 @@ Class | Method | HTTP request | Description
248255
*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.
249256
*PdfApi* | [**post_page_polygon_annotations**](docs/PdfApi.md#post_page_polygon_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/polygon | Add document page polygon annotations.
250257
*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.
251259
*PdfApi* | [**post_page_sound_annotations**](docs/PdfApi.md#post_page_sound_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/sound | Add document page sound annotations.
252260
*PdfApi* | [**post_page_square_annotations**](docs/PdfApi.md#post_page_square_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/square | Add document page square annotations.
253261
*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.
254263
*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.
255264
*PdfApi* | [**post_page_text_annotations**](docs/PdfApi.md#post_page_text_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/text | Add document page text annotations.
256265
*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
261270
*PdfApi* | [**post_split_document**](docs/PdfApi.md#post_split_document) | **POST** /pdf/\{name}/split | Split document to parts.
262271
*PdfApi* | [**put_add_new_page**](docs/PdfApi.md#put_add_new_page) | **PUT** /pdf/\{name}/pages | Add new page to end of the document.
263272
*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
264274
*PdfApi* | [**put_caret_annotation**](docs/PdfApi.md#put_caret_annotation) | **PUT** /pdf/\{name}/annotations/caret/\{annotationId} | Replace document caret annotation
265275
*PdfApi* | [**put_circle_annotation**](docs/PdfApi.md#put_circle_annotation) | **PUT** /pdf/\{name}/annotations/circle/\{annotationId} | Replace document circle annotation
266276
*PdfApi* | [**put_create**](docs/PdfApi.md#put_create) | **PUT** /storage/file | Upload a specific file
@@ -328,12 +338,15 @@ Class | Method | HTTP request | Description
328338
*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.
329339
*PdfApi* | [**put_redaction_annotation**](docs/PdfApi.md#put_redaction_annotation) | **PUT** /pdf/\{name}/annotations/redaction/\{annotationId} | Replace document redaction annotation
330340
*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
331342
*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.
332343
*PdfApi* | [**put_set_property**](docs/PdfApi.md#put_set_property) | **PUT** /pdf/\{name}/documentproperties/\{propertyName} | Add/update document property.
333344
*PdfApi* | [**put_sound_annotation**](docs/PdfApi.md#put_sound_annotation) | **PUT** /pdf/\{name}/annotations/sound/\{annotationId} | Replace document sound annotation
334345
*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
335346
*PdfApi* | [**put_square_annotation**](docs/PdfApi.md#put_square_annotation) | **PUT** /pdf/\{name}/annotations/square/\{annotationId} | Replace document square annotation
336347
*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
337350
*PdfApi* | [**put_strike_out_annotation**](docs/PdfApi.md#put_strike_out_annotation) | **PUT** /pdf/\{name}/annotations/strikeout/\{annotationId} | Replace document StrikeOut annotation
338351
*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.
339352
*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
410423
- [SoundIcon](docs/SoundIcon.md)
411424
- [SplitResult](docs/SplitResult.md)
412425
- [Stamp](docs/Stamp.md)
426+
- [StampIcon](docs/StampIcon.md)
413427
- [StampType](docs/StampType.md)
414428
- [TextHorizontalAlignment](docs/TextHorizontalAlignment.md)
415429
- [TextIcon](docs/TextIcon.md)
@@ -493,6 +507,9 @@ Class | Method | HTTP request | Description
493507
- [RedactionAnnotationResponse](docs/RedactionAnnotationResponse.md)
494508
- [RedactionAnnotations](docs/RedactionAnnotations.md)
495509
- [RedactionAnnotationsResponse](docs/RedactionAnnotationsResponse.md)
510+
- [ScreenAnnotationResponse](docs/ScreenAnnotationResponse.md)
511+
- [ScreenAnnotations](docs/ScreenAnnotations.md)
512+
- [ScreenAnnotationsResponse](docs/ScreenAnnotationsResponse.md)
496513
- [SignatureVerifyResponse](docs/SignatureVerifyResponse.md)
497514
- [SoundAnnotationResponse](docs/SoundAnnotationResponse.md)
498515
- [SoundAnnotations](docs/SoundAnnotations.md)
@@ -505,6 +522,9 @@ Class | Method | HTTP request | Description
505522
- [SquigglyAnnotationResponse](docs/SquigglyAnnotationResponse.md)
506523
- [SquigglyAnnotations](docs/SquigglyAnnotations.md)
507524
- [SquigglyAnnotationsResponse](docs/SquigglyAnnotationsResponse.md)
525+
- [StampAnnotationResponse](docs/StampAnnotationResponse.md)
526+
- [StampAnnotations](docs/StampAnnotations.md)
527+
- [StampAnnotationsResponse](docs/StampAnnotationsResponse.md)
508528
- [StorageExistResponse](docs/StorageExistResponse.md)
509529
- [StrikeOutAnnotationResponse](docs/StrikeOutAnnotationResponse.md)
510530
- [StrikeOutAnnotations](docs/StrikeOutAnnotations.md)
@@ -523,6 +543,7 @@ Class | Method | HTTP request | Description
523543
- [MovieAnnotation](docs/MovieAnnotation.md)
524544
- [PopupAnnotation](docs/PopupAnnotation.md)
525545
- [RedactionAnnotation](docs/RedactionAnnotation.md)
546+
- [ScreenAnnotation](docs/ScreenAnnotation.md)
526547
- [CaretAnnotation](docs/CaretAnnotation.md)
527548
- [CommonFigureAnnotation](docs/CommonFigureAnnotation.md)
528549
- [FileAttachmentAnnotation](docs/FileAttachmentAnnotation.md)
@@ -534,6 +555,7 @@ Class | Method | HTTP request | Description
534555
- [PopupAnnotationWithParent](docs/PopupAnnotationWithParent.md)
535556
- [SoundAnnotation](docs/SoundAnnotation.md)
536557
- [SquigglyAnnotation](docs/SquigglyAnnotation.md)
558+
- [StampAnnotation](docs/StampAnnotation.md)
537559
- [StrikeOutAnnotation](docs/StrikeOutAnnotation.md)
538560
- [TextAnnotation](docs/TextAnnotation.md)
539561
- [UnderlineAnnotation](docs/UnderlineAnnotation.md)

asposepdfcloud/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
from .models.sound_icon import SoundIcon
9292
from .models.split_result import SplitResult
9393
from .models.stamp import Stamp
94+
from .models.stamp_icon import StampIcon
9495
from .models.stamp_type import StampType
9596
from .models.text_horizontal_alignment import TextHorizontalAlignment
9697
from .models.text_icon import TextIcon
@@ -174,6 +175,9 @@
174175
from .models.redaction_annotation_response import RedactionAnnotationResponse
175176
from .models.redaction_annotations import RedactionAnnotations
176177
from .models.redaction_annotations_response import RedactionAnnotationsResponse
178+
from .models.screen_annotation_response import ScreenAnnotationResponse
179+
from .models.screen_annotations import ScreenAnnotations
180+
from .models.screen_annotations_response import ScreenAnnotationsResponse
177181
from .models.signature_verify_response import SignatureVerifyResponse
178182
from .models.sound_annotation_response import SoundAnnotationResponse
179183
from .models.sound_annotations import SoundAnnotations
@@ -186,6 +190,9 @@
186190
from .models.squiggly_annotation_response import SquigglyAnnotationResponse
187191
from .models.squiggly_annotations import SquigglyAnnotations
188192
from .models.squiggly_annotations_response import SquigglyAnnotationsResponse
193+
from .models.stamp_annotation_response import StampAnnotationResponse
194+
from .models.stamp_annotations import StampAnnotations
195+
from .models.stamp_annotations_response import StampAnnotationsResponse
189196
from .models.storage_exist_response import StorageExistResponse
190197
from .models.strike_out_annotation_response import StrikeOutAnnotationResponse
191198
from .models.strike_out_annotations import StrikeOutAnnotations
@@ -204,6 +211,7 @@
204211
from .models.movie_annotation import MovieAnnotation
205212
from .models.popup_annotation import PopupAnnotation
206213
from .models.redaction_annotation import RedactionAnnotation
214+
from .models.screen_annotation import ScreenAnnotation
207215
from .models.caret_annotation import CaretAnnotation
208216
from .models.common_figure_annotation import CommonFigureAnnotation
209217
from .models.file_attachment_annotation import FileAttachmentAnnotation
@@ -215,6 +223,7 @@
215223
from .models.popup_annotation_with_parent import PopupAnnotationWithParent
216224
from .models.sound_annotation import SoundAnnotation
217225
from .models.squiggly_annotation import SquigglyAnnotation
226+
from .models.stamp_annotation import StampAnnotation
218227
from .models.strike_out_annotation import StrikeOutAnnotation
219228
from .models.text_annotation import TextAnnotation
220229
from .models.underline_annotation import UnderlineAnnotation

0 commit comments

Comments
 (0)