Skip to content

Commit ba7e39e

Browse files
Merge pull request #24 from kaferi/master
Update to v19.11
2 parents 9b73d28 + 2ba102b commit ba7e39e

File tree

15 files changed

+1705
-8
lines changed

15 files changed

+1705
-8
lines changed

README.md

Lines changed: 13 additions & 4 deletions
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.10.0
3+
- Package version: 19.11.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

@@ -37,7 +37,7 @@ Add this dependency to your project's POM:
3737
<dependency>
3838
<groupId>com.aspose</groupId>
3939
<artifactId>aspose-cloud-pdf</artifactId>
40-
<version>19.10.0</version>
40+
<version>19.11.0</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
```
@@ -47,7 +47,7 @@ Add this dependency to your project's POM:
4747
Add this dependency to your project's build file:
4848

4949
```groovy
50-
compile "com.aspose:aspose-cloud-pdf:19.10.0"
50+
compile "com.aspose:aspose-cloud-pdf:19.11.0"
5151
```
5252

5353
### Others
@@ -58,7 +58,7 @@ At first generate the JAR by executing:
5858

5959
Then manually install the following JARs:
6060

61-
* target/aspose-cloud-pdf-19.10.0.jar
61+
* target/aspose-cloud-pdf-19.11.0.jar
6262
* target/lib/*.jar
6363

6464
## Getting Started
@@ -145,6 +145,7 @@ Class | Method | HTTP request | Description
145145
*PdfApi* | [**getCaretAnnotation**](docs/PdfApi.md#getCaretAnnotation) | **GET** /pdf/\{name}/annotations/caret/\{annotationId} | Read document page caret annotation by ID.
146146
*PdfApi* | [**getCheckBoxField**](docs/PdfApi.md#getCheckBoxField) | **GET** /pdf/\{name}/fields/checkbox/\{fieldName} | Read document checkbox field by name.
147147
*PdfApi* | [**getCircleAnnotation**](docs/PdfApi.md#getCircleAnnotation) | **GET** /pdf/\{name}/annotations/circle/\{annotationId} | Read document page circle annotation by ID.
148+
*PdfApi* | [**getComboBoxField**](docs/PdfApi.md#getComboBoxField) | **GET** /pdf/\{name}/fields/combobox/\{fieldName} | Read document combobox field by name.
148149
*PdfApi* | [**getDiscUsage**](docs/PdfApi.md#getDiscUsage) | **GET** /pdf/storage/disc | Get disc usage
149150
*PdfApi* | [**getDocument**](docs/PdfApi.md#getDocument) | **GET** /pdf/\{name} | Read common document info.
150151
*PdfApi* | [**getDocumentAnnotations**](docs/PdfApi.md#getDocumentAnnotations) | **GET** /pdf/\{name}/annotations | Read documant page annotations. Returns only FreeTextAnnotations, TextAnnotations, other annotations will implemented next releases.
@@ -154,6 +155,7 @@ Class | Method | HTTP request | Description
154155
*PdfApi* | [**getDocumentCaretAnnotations**](docs/PdfApi.md#getDocumentCaretAnnotations) | **GET** /pdf/\{name}/annotations/caret | Read document caret annotations.
155156
*PdfApi* | [**getDocumentCheckBoxFields**](docs/PdfApi.md#getDocumentCheckBoxFields) | **GET** /pdf/\{name}/fields/checkbox | Read document checkbox fields.
156157
*PdfApi* | [**getDocumentCircleAnnotations**](docs/PdfApi.md#getDocumentCircleAnnotations) | **GET** /pdf/\{name}/annotations/circle | Read document circle annotations.
158+
*PdfApi* | [**getDocumentComboBoxFields**](docs/PdfApi.md#getDocumentComboBoxFields) | **GET** /pdf/\{name}/fields/combobox | Read document combobox fields.
157159
*PdfApi* | [**getDocumentFileAttachmentAnnotations**](docs/PdfApi.md#getDocumentFileAttachmentAnnotations) | **GET** /pdf/\{name}/annotations/fileattachment | Read document FileAttachment annotations.
158160
*PdfApi* | [**getDocumentFreeTextAnnotations**](docs/PdfApi.md#getDocumentFreeTextAnnotations) | **GET** /pdf/\{name}/annotations/freetext | Read document free text annotations.
159161
*PdfApi* | [**getDocumentHighlightAnnotations**](docs/PdfApi.md#getDocumentHighlightAnnotations) | **GET** /pdf/\{name}/annotations/highlight | Read document highlight annotations.
@@ -215,6 +217,7 @@ Class | Method | HTTP request | Description
215217
*PdfApi* | [**getPageCaretAnnotations**](docs/PdfApi.md#getPageCaretAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/caret | Read document page caret annotations.
216218
*PdfApi* | [**getPageCheckBoxFields**](docs/PdfApi.md#getPageCheckBoxFields) | **GET** /pdf/\{name}/page/\{pageNumber}/fields/checkbox | Read document page checkbox fields.
217219
*PdfApi* | [**getPageCircleAnnotations**](docs/PdfApi.md#getPageCircleAnnotations) | **GET** /pdf/\{name}/pages/\{pageNumber}/annotations/circle | Read document page circle annotations.
220+
*PdfApi* | [**getPageComboBoxFields**](docs/PdfApi.md#getPageComboBoxFields) | **GET** /pdf/\{name}/page/\{pageNumber}/fields/combobox | Read document page combobox fields.
218221
*PdfApi* | [**getPageConvertToBmp**](docs/PdfApi.md#getPageConvertToBmp) | **GET** /pdf/\{name}/pages/\{pageNumber}/convert/bmp | Convert document page to Bmp image and return resulting file in response.
219222
*PdfApi* | [**getPageConvertToEmf**](docs/PdfApi.md#getPageConvertToEmf) | **GET** /pdf/\{name}/pages/\{pageNumber}/convert/emf | Convert document page to Emf image and return resulting file in response.
220223
*PdfApi* | [**getPageConvertToGif**](docs/PdfApi.md#getPageConvertToGif) | **GET** /pdf/\{name}/pages/\{pageNumber}/convert/gif | Convert document page to Gif image and return resulting file in response.
@@ -298,6 +301,7 @@ Class | Method | HTTP request | Description
298301
*PdfApi* | [**postBookmark**](docs/PdfApi.md#postBookmark) | **POST** /pdf/\{name}/bookmarks/bookmark/\{bookmarkPath} | Add document bookmarks.
299302
*PdfApi* | [**postChangePasswordDocumentInStorage**](docs/PdfApi.md#postChangePasswordDocumentInStorage) | **POST** /pdf/\{name}/changepassword | Change document password in storage.
300303
*PdfApi* | [**postCheckBoxFields**](docs/PdfApi.md#postCheckBoxFields) | **POST** /pdf/\{name}/fields/checkbox | Add document checkbox fields.
304+
*PdfApi* | [**postComboBoxFields**](docs/PdfApi.md#postComboBoxFields) | **POST** /pdf/\{name}/fields/combobox | Add document combobox fields.
301305
*PdfApi* | [**postCreateField**](docs/PdfApi.md#postCreateField) | **POST** /pdf/\{name}/fields | Create field.
302306
*PdfApi* | [**postDecryptDocumentInStorage**](docs/PdfApi.md#postDecryptDocumentInStorage) | **POST** /pdf/\{name}/decrypt | Decrypt document in storage.
303307
*PdfApi* | [**postDocumentImageFooter**](docs/PdfApi.md#postDocumentImageFooter) | **POST** /pdf/\{name}/footer/image | Add document image footer.
@@ -354,6 +358,7 @@ Class | Method | HTTP request | Description
354358
*PdfApi* | [**putChangePasswordDocument**](docs/PdfApi.md#putChangePasswordDocument) | **PUT** /pdf/changepassword | Change document password from content.
355359
*PdfApi* | [**putCheckBoxField**](docs/PdfApi.md#putCheckBoxField) | **PUT** /pdf/\{name}/fields/checkbox/\{fieldName} | Replace document checkbox field
356360
*PdfApi* | [**putCircleAnnotation**](docs/PdfApi.md#putCircleAnnotation) | **PUT** /pdf/\{name}/annotations/circle/\{annotationId} | Replace document circle annotation
361+
*PdfApi* | [**putComboBoxField**](docs/PdfApi.md#putComboBoxField) | **PUT** /pdf/\{name}/fields/combobox/\{fieldName} | Replace document combobox field
357362
*PdfApi* | [**putCreateDocument**](docs/PdfApi.md#putCreateDocument) | **PUT** /pdf/\{name} | Create empty document.
358363
*PdfApi* | [**putDecryptDocument**](docs/PdfApi.md#putDecryptDocument) | **PUT** /pdf/decrypt | Decrypt document from content.
359364
*PdfApi* | [**putEncryptDocument**](docs/PdfApi.md#putEncryptDocument) | **PUT** /pdf/encrypt | Encrypt document from content.
@@ -575,6 +580,9 @@ Class | Method | HTTP request | Description
575580
- [CircleAnnotationResponse](docs/CircleAnnotationResponse.md)
576581
- [CircleAnnotations](docs/CircleAnnotations.md)
577582
- [CircleAnnotationsResponse](docs/CircleAnnotationsResponse.md)
583+
- [ComboBoxFieldResponse](docs/ComboBoxFieldResponse.md)
584+
- [ComboBoxFields](docs/ComboBoxFields.md)
585+
- [ComboBoxFieldsResponse](docs/ComboBoxFieldsResponse.md)
578586
- [Document](docs/Document.md)
579587
- [DocumentPageResponse](docs/DocumentPageResponse.md)
580588
- [DocumentPagesResponse](docs/DocumentPagesResponse.md)
@@ -697,6 +705,7 @@ Class | Method | HTTP request | Description
697705
- [TextHeader](docs/TextHeader.md)
698706
- [TextStamp](docs/TextStamp.md)
699707
- [CaretAnnotation](docs/CaretAnnotation.md)
708+
- [ComboBoxField](docs/ComboBoxField.md)
700709
- [CommonFigureAnnotation](docs/CommonFigureAnnotation.md)
701710
- [FileAttachmentAnnotation](docs/FileAttachmentAnnotation.md)
702711
- [FreeTextAnnotation](docs/FreeTextAnnotation.md)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'idea'
2020
apply plugin: 'eclipse'
2121

2222
group = 'com.aspose'
23-
version = '19.10.0'
23+
version = '19.11.0'
2424

2525
buildscript {
2626
repositories {
@@ -71,7 +71,7 @@ dependencies {
7171
publish {
7272
groupId = 'com.aspose'
7373
artifactId = 'aspose-cloud-pdf'
74-
publishVersion = '19.10.0'
74+
publishVersion = '19.11.0'
7575
desc = 'Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others. Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.'
7676
licences = ['MIT']
7777
website = 'https://products.aspose.cloud/pdf/cloud'

docs/ComboBoxField.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
# ComboBoxField
3+
Provides ComboBoxField.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**options** | [**List&lt;Option&gt;**](Option.md) | Gets collection of options of the combobox. | [optional]
9+
**activeState** | **String** | Gets or sets current annotation appearance state. | [optional]
10+
**editable** | **Boolean** | Gets or sets editable status of the field. | [optional]
11+
**spellCheck** | **Boolean** | Gets or sets spellchaeck activiity status. | [optional]
12+
**selected** | **Integer** | Gets or sets index of selected item. Numbering of items is started from 1. |
13+
**multiSelect** | **Boolean** | Gets or sets multiselection flag. | [optional]
14+
**partialName** | **String** | Field name. | [optional]
15+
**rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
16+
**value** | **String** | Field value. | [optional]
17+
**pageIndex** | **Integer** | Page index. |
18+
**height** | **Double** | Gets or sets height of the field. | [optional]
19+
**width** | **Double** | Gets or sets width of the field. | [optional]
20+
**zIndex** | **Integer** | Z index. | [optional]
21+
**isGroup** | **Boolean** | Is group. |
22+
**parent** | [**FormField**](FormField.md) | Gets field parent. | [optional]
23+
**isSharedField** | **Boolean** | Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. | [optional]
24+
**flags** | [**List&lt;AnnotationFlags&gt;**](AnnotationFlags.md) | Gets Flags of the field. | [optional]
25+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
26+
**contents** | **String** | Get the field content. | [optional]
27+
**margin** | [**MarginInfo**](MarginInfo.md) | Gets or sets a outer margin for paragraph (for pdf generation) | [optional]
28+
**highlighting** | [**LinkHighlightingMode**](LinkHighlightingMode.md) | Field highlighting mode. | [optional]
29+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the field. | [optional]
30+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the field. | [optional]
31+
**links** | [**List&lt;Link&gt;**](Link.md) | Link to the document. | [optional]
32+
33+
34+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
35+
36+

docs/ComboBoxFieldResponse.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# ComboBoxFieldResponse
3+
Represents response containing single combobox field object
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**field** | [**ComboBoxField**](ComboBoxField.md) | Combobox field object | [optional]
9+
**code** | **Integer** | Response status code. |
10+
**status** | **String** | Response status. | [optional]
11+
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+

docs/ComboBoxFields.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# ComboBoxFields
3+
Object representing a list of combobox fields.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**list** | [**List&lt;ComboBoxField&gt;**](ComboBoxField.md) | List of combobox fields. | [optional]
9+
**links** | [**List&lt;Link&gt;**](Link.md) | Link to the document. | [optional]
10+
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

docs/ComboBoxFieldsResponse.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# ComboBoxFieldsResponse
3+
Represents response containing multiple combobox field objects
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**fields** | [**ComboBoxFields**](ComboBoxFields.md) | Combobox fields object | [optional]
9+
**code** | **Integer** | Response status code. |
10+
**status** | **String** | Response status. | [optional]
11+
12+
13+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
14+
15+

0 commit comments

Comments
 (0)