Skip to content

Commit d182a1c

Browse files
committed
Update to v19.12
1 parent 659696f commit d182a1c

File tree

317 files changed

+5123
-1473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

317 files changed

+5123
-1473
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Aspose Pty Ltd
3+
Copyright (c) 2020 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

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

@@ -136,11 +136,13 @@ Class | Method | HTTP request | Description
136136
*PdfApi* | [**get_document_check_box_fields**](docs/PdfApi.md#get_document_check_box_fields) | **GET** /pdf/\{name}/fields/checkbox | Read document checkbox fields.
137137
*PdfApi* | [**get_document_circle_annotations**](docs/PdfApi.md#get_document_circle_annotations) | **GET** /pdf/\{name}/annotations/circle | Read document circle annotations.
138138
*PdfApi* | [**get_document_combo_box_fields**](docs/PdfApi.md#get_document_combo_box_fields) | **GET** /pdf/\{name}/fields/combobox | Read document combobox fields.
139+
*PdfApi* | [**get_document_display_properties**](docs/PdfApi.md#get_document_display_properties) | **GET** /pdf/\{name}/displayproperties | Read document display properties.
139140
*PdfApi* | [**get_document_file_attachment_annotations**](docs/PdfApi.md#get_document_file_attachment_annotations) | **GET** /pdf/\{name}/annotations/fileattachment | Read document FileAttachment annotations.
140141
*PdfApi* | [**get_document_free_text_annotations**](docs/PdfApi.md#get_document_free_text_annotations) | **GET** /pdf/\{name}/annotations/freetext | Read document free text annotations.
141142
*PdfApi* | [**get_document_highlight_annotations**](docs/PdfApi.md#get_document_highlight_annotations) | **GET** /pdf/\{name}/annotations/highlight | Read document highlight annotations.
142143
*PdfApi* | [**get_document_ink_annotations**](docs/PdfApi.md#get_document_ink_annotations) | **GET** /pdf/\{name}/annotations/ink | Read document ink annotations.
143144
*PdfApi* | [**get_document_line_annotations**](docs/PdfApi.md#get_document_line_annotations) | **GET** /pdf/\{name}/annotations/line | Read document line annotations.
145+
*PdfApi* | [**get_document_list_box_fields**](docs/PdfApi.md#get_document_list_box_fields) | **GET** /pdf/\{name}/fields/listbox | Read document listbox fields.
144146
*PdfApi* | [**get_document_movie_annotations**](docs/PdfApi.md#get_document_movie_annotations) | **GET** /pdf/\{name}/annotations/movie | Read document movie annotations.
145147
*PdfApi* | [**get_document_poly_line_annotations**](docs/PdfApi.md#get_document_poly_line_annotations) | **GET** /pdf/\{name}/annotations/polyline | Read document polyline annotations.
146148
*PdfApi* | [**get_document_polygon_annotations**](docs/PdfApi.md#get_document_polygon_annotations) | **GET** /pdf/\{name}/annotations/polygon | Read document polygon annotations.
@@ -189,6 +191,7 @@ Class | Method | HTTP request | Description
189191
*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.
190192
*PdfApi* | [**get_line_annotation**](docs/PdfApi.md#get_line_annotation) | **GET** /pdf/\{name}/annotations/line/\{annotationId} | Read document page line annotation by ID.
191193
*PdfApi* | [**get_link_annotation**](docs/PdfApi.md#get_link_annotation) | **GET** /pdf/\{name}/links/\{linkId} | Read document link annotation by ID.
194+
*PdfApi* | [**get_list_box_field**](docs/PdfApi.md#get_list_box_field) | **GET** /pdf/\{name}/fields/listbox/\{fieldName} | Read document listbox field by name.
192195
*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.
193196
*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.
194197
*PdfApi* | [**get_movie_annotation**](docs/PdfApi.md#get_movie_annotation) | **GET** /pdf/\{name}/annotations/movie/\{annotationId} | Read document page movie annotation by ID.
@@ -211,6 +214,7 @@ Class | Method | HTTP request | Description
211214
*PdfApi* | [**get_page_line_annotations**](docs/PdfApi.md#get_page_line_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/line | Read document page line annotations.
212215
*PdfApi* | [**get_page_link_annotation**](docs/PdfApi.md#get_page_link_annotation) | **GET** /pdf/\{name}/pages/\{pageNumber}/links/\{linkId} | Read document page link annotation by ID.
213216
*PdfApi* | [**get_page_link_annotations**](docs/PdfApi.md#get_page_link_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/links | Read document page link annotations.
217+
*PdfApi* | [**get_page_list_box_fields**](docs/PdfApi.md#get_page_list_box_fields) | **GET** /pdf/\{name}/page/\{pageNumber}/fields/listbox | Read document page listbox fields.
214218
*PdfApi* | [**get_page_movie_annotations**](docs/PdfApi.md#get_page_movie_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/movie | Read document page movie annotations.
215219
*PdfApi* | [**get_page_poly_line_annotations**](docs/PdfApi.md#get_page_poly_line_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/polyline | Read document page polyline annotations.
216220
*PdfApi* | [**get_page_polygon_annotations**](docs/PdfApi.md#get_page_polygon_annotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/polygon | Read document page polygon annotations.
@@ -282,6 +286,7 @@ Class | Method | HTTP request | Description
282286
*PdfApi* | [**post_change_password_document_in_storage**](docs/PdfApi.md#post_change_password_document_in_storage) | **POST** /pdf/\{name}/changepassword | Change document password in storage.
283287
*PdfApi* | [**post_check_box_fields**](docs/PdfApi.md#post_check_box_fields) | **POST** /pdf/\{name}/fields/checkbox | Add document checkbox fields.
284288
*PdfApi* | [**post_combo_box_fields**](docs/PdfApi.md#post_combo_box_fields) | **POST** /pdf/\{name}/fields/combobox | Add document combobox fields.
289+
*PdfApi* | [**post_create_document**](docs/PdfApi.md#post_create_document) | **POST** /pdf/\{name} | Create empty document.
285290
*PdfApi* | [**post_create_field**](docs/PdfApi.md#post_create_field) | **POST** /pdf/\{name}/fields | Create field.
286291
*PdfApi* | [**post_decrypt_document_in_storage**](docs/PdfApi.md#post_decrypt_document_in_storage) | **POST** /pdf/\{name}/decrypt | Decrypt document in storage.
287292
*PdfApi* | [**post_document_image_footer**](docs/PdfApi.md#post_document_image_footer) | **POST** /pdf/\{name}/footer/image | Add document image footer.
@@ -296,6 +301,7 @@ Class | Method | HTTP request | Description
296301
*PdfApi* | [**post_import_fields_from_xfdf**](docs/PdfApi.md#post_import_fields_from_xfdf) | **POST** /pdf/\{name}/import/xfdf | Update fields from XFDF file in request.
297302
*PdfApi* | [**post_import_fields_from_xml**](docs/PdfApi.md#post_import_fields_from_xml) | **POST** /pdf/\{name}/import/xml | Update fields from XML file in request.
298303
*PdfApi* | [**post_insert_image**](docs/PdfApi.md#post_insert_image) | **POST** /pdf/\{name}/pages/\{pageNumber}/images | Insert image to document page.
304+
*PdfApi* | [**post_list_box_fields**](docs/PdfApi.md#post_list_box_fields) | **POST** /pdf/\{name}/fields/listbox | Add document listbox fields.
299305
*PdfApi* | [**post_move_page**](docs/PdfApi.md#post_move_page) | **POST** /pdf/\{name}/pages/\{pageNumber}/movePage | Move page to new position.
300306
*PdfApi* | [**post_optimize_document**](docs/PdfApi.md#post_optimize_document) | **POST** /pdf/\{name}/optimize | Optimize document.
301307
*PdfApi* | [**post_page_caret_annotations**](docs/PdfApi.md#post_page_caret_annotations) | **POST** /pdf/\{name}/pages/\{pageNumber}/annotations/caret | Add document page caret annotations.
@@ -341,6 +347,7 @@ Class | Method | HTTP request | Description
341347
*PdfApi* | [**put_combo_box_field**](docs/PdfApi.md#put_combo_box_field) | **PUT** /pdf/\{name}/fields/combobox/\{fieldName} | Replace document combobox field
342348
*PdfApi* | [**put_create_document**](docs/PdfApi.md#put_create_document) | **PUT** /pdf/\{name} | Create empty document.
343349
*PdfApi* | [**put_decrypt_document**](docs/PdfApi.md#put_decrypt_document) | **PUT** /pdf/decrypt | Decrypt document from content.
350+
*PdfApi* | [**put_document_display_properties**](docs/PdfApi.md#put_document_display_properties) | **PUT** /pdf/\{name}/displayproperties | Update document display properties.
344351
*PdfApi* | [**put_encrypt_document**](docs/PdfApi.md#put_encrypt_document) | **PUT** /pdf/encrypt | Encrypt document from content.
345352
*PdfApi* | [**put_epub_in_storage_to_pdf**](docs/PdfApi.md#put_epub_in_storage_to_pdf) | **PUT** /pdf/\{name}/create/epub | Convert EPUB file (located on storage) to PDF format and upload resulting file to storage.
346353
*PdfApi* | [**put_export_fields_from_pdf_to_fdf_in_storage**](docs/PdfApi.md#put_export_fields_from_pdf_to_fdf_in_storage) | **PUT** /pdf/\{name}/export/fdf | Export fields from from PDF in storage to FDF file in storage.
@@ -368,6 +375,7 @@ Class | Method | HTTP request | Description
368375
*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.
369376
*PdfApi* | [**put_line_annotation**](docs/PdfApi.md#put_line_annotation) | **PUT** /pdf/\{name}/annotations/line/\{annotationId} | Replace document line annotation
370377
*PdfApi* | [**put_link_annotation**](docs/PdfApi.md#put_link_annotation) | **PUT** /pdf/\{name}/links/\{linkId} | Replace document page link annotations
378+
*PdfApi* | [**put_list_box_field**](docs/PdfApi.md#put_list_box_field) | **PUT** /pdf/\{name}/fields/listbox/\{fieldName} | Replace document listbox field
371379
*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.
372380
*PdfApi* | [**put_merge_documents**](docs/PdfApi.md#put_merge_documents) | **PUT** /pdf/\{name}/merge | Merge a list of documents.
373381
*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.
@@ -449,8 +457,11 @@ Class | Method | HTTP request | Description
449457
- [AnnotationType](docs/AnnotationType.md)
450458
- [AntialiasingProcessingType](docs/AntialiasingProcessingType.md)
451459
- [AsposeResponse](docs/AsposeResponse.md)
460+
- [Border](docs/Border.md)
452461
- [BorderCornerStyle](docs/BorderCornerStyle.md)
462+
- [BorderEffect](docs/BorderEffect.md)
453463
- [BorderInfo](docs/BorderInfo.md)
464+
- [BorderStyle](docs/BorderStyle.md)
454465
- [BoxStyle](docs/BoxStyle.md)
455466
- [CapStyle](docs/CapStyle.md)
456467
- [CaptionPosition](docs/CaptionPosition.md)
@@ -462,10 +473,14 @@ Class | Method | HTTP request | Description
462473
- [ColumnAdjustment](docs/ColumnAdjustment.md)
463474
- [CompressionType](docs/CompressionType.md)
464475
- [CryptoAlgorithm](docs/CryptoAlgorithm.md)
476+
- [Dash](docs/Dash.md)
477+
- [DefaultPageConfig](docs/DefaultPageConfig.md)
478+
- [Direction](docs/Direction.md)
465479
- [DiscUsage](docs/DiscUsage.md)
466480
- [DocFormat](docs/DocFormat.md)
467481
- [DocMDPAccessPermissionType](docs/DocMDPAccessPermissionType.md)
468482
- [DocRecognitionMode](docs/DocRecognitionMode.md)
483+
- [DocumentConfig](docs/DocumentConfig.md)
469484
- [DocumentPrivilege](docs/DocumentPrivilege.md)
470485
- [EpubRecognitionMode](docs/EpubRecognitionMode.md)
471486
- [Error](docs/Error.md)
@@ -500,6 +515,8 @@ Class | Method | HTTP request | Description
500515
- [ObjectExist](docs/ObjectExist.md)
501516
- [OptimizeOptions](docs/OptimizeOptions.md)
502517
- [Option](docs/Option.md)
518+
- [PageLayout](docs/PageLayout.md)
519+
- [PageMode](docs/PageMode.md)
503520
- [PageWordCount](docs/PageWordCount.md)
504521
- [Paragraph](docs/Paragraph.md)
505522
- [PartsEmbeddingModes](docs/PartsEmbeddingModes.md)
@@ -563,6 +580,8 @@ Class | Method | HTTP request | Description
563580
- [ComboBoxFieldResponse](docs/ComboBoxFieldResponse.md)
564581
- [ComboBoxFields](docs/ComboBoxFields.md)
565582
- [ComboBoxFieldsResponse](docs/ComboBoxFieldsResponse.md)
583+
- [DisplayProperties](docs/DisplayProperties.md)
584+
- [DisplayPropertiesResponse](docs/DisplayPropertiesResponse.md)
566585
- [Document](docs/Document.md)
567586
- [DocumentPageResponse](docs/DocumentPageResponse.md)
568587
- [DocumentPagesResponse](docs/DocumentPagesResponse.md)
@@ -600,6 +619,9 @@ Class | Method | HTTP request | Description
600619
- [LinkAnnotationResponse](docs/LinkAnnotationResponse.md)
601620
- [LinkAnnotations](docs/LinkAnnotations.md)
602621
- [LinkAnnotationsResponse](docs/LinkAnnotationsResponse.md)
622+
- [ListBoxFieldResponse](docs/ListBoxFieldResponse.md)
623+
- [ListBoxFields](docs/ListBoxFields.md)
624+
- [ListBoxFieldsResponse](docs/ListBoxFieldsResponse.md)
603625
- [MovieAnnotationResponse](docs/MovieAnnotationResponse.md)
604626
- [MovieAnnotations](docs/MovieAnnotations.md)
605627
- [MovieAnnotationsResponse](docs/MovieAnnotationsResponse.md)
@@ -692,6 +714,7 @@ Class | Method | HTTP request | Description
692714
- [HighlightAnnotation](docs/HighlightAnnotation.md)
693715
- [InkAnnotation](docs/InkAnnotation.md)
694716
- [LineAnnotation](docs/LineAnnotation.md)
717+
- [ListBoxField](docs/ListBoxField.md)
695718
- [PolyAnnotation](docs/PolyAnnotation.md)
696719
- [PopupAnnotationWithParent](docs/PopupAnnotationWithParent.md)
697720
- [RadioButtonField](docs/RadioButtonField.md)

__init__.py

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)