Skip to content

Commit f121a00

Browse files
committed
Update to v21.1
1 parent 82dcddc commit f121a00

File tree

5 files changed

+55
-55
lines changed

5 files changed

+55
-55
lines changed

README.md

Lines changed: 4 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: 20.12.0
3+
- Package version: 21.1.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

@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838
<dependency>
3939
<groupId>com.aspose</groupId>
4040
<artifactId>aspose-cloud-pdf-android</artifactId>
41-
<version>20.12.0</version>
41+
<version>21.1.0</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
```
@@ -48,7 +48,7 @@ Add this dependency to your project's POM:
4848
Add this dependency to your project's build file:
4949

5050
```groovy
51-
compile "com.aspose:aspose-cloud-pdf-android:20.12.0"
51+
compile "com.aspose:aspose-cloud-pdf-android:21.1.0"
5252
```
5353

5454
### Others
@@ -59,7 +59,7 @@ At first generate the JAR by executing:
5959

6060
Then manually install the following JARs:
6161

62-
* target/aspose-cloud-pdf-android-20.12.0.jar
62+
* target/aspose-cloud-pdf-android-21.1.0.jar
6363
* target/lib/*.jar
6464

6565
## Getting Started

sdk/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 = '20.12.0'
23+
version = '21.1.0'
2424

2525
buildscript {
2626
repositories {
@@ -96,7 +96,7 @@ dependencies {
9696
publish {
9797
groupId = 'com.aspose'
9898
artifactId = 'aspose-cloud-pdf-android'
99-
publishVersion = '20.12.0'
99+
publishVersion = '21.1.0'
100100
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.'
101101
licences = ['MIT']
102102
website = 'https://products.aspose.cloud/pdf/cloud'

sdk/docs/PdfApi.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5374,7 +5374,7 @@ Name | Type | Description | Notes
53745374

53755375
### HTTP request headers
53765376

5377-
- **Content-Type**: application/json
5377+
- **Content-Type**: application/octet-stream
53785378
- **Accept**: application/json
53795379

53805380
<a name="postImportFieldsFromXfdf"></a>
@@ -5398,7 +5398,7 @@ Name | Type | Description | Notes
53985398

53995399
### HTTP request headers
54005400

5401-
- **Content-Type**: application/json
5401+
- **Content-Type**: application/octet-stream
54025402
- **Accept**: application/json
54035403

54045404
<a name="postImportFieldsFromXml"></a>
@@ -5422,7 +5422,7 @@ Name | Type | Description | Notes
54225422

54235423
### HTTP request headers
54245424

5425-
- **Content-Type**: application/json
5425+
- **Content-Type**: application/octet-stream
54265426
- **Accept**: application/json
54275427

54285428
<a name="postInsertImage"></a>
@@ -5452,7 +5452,7 @@ Name | Type | Description | Notes
54525452

54535453
### HTTP request headers
54545454

5455-
- **Content-Type**: application/json
5455+
- **Content-Type**: application/octet-stream
54565456
- **Accept**: application/json
54575457

54585458
<a name="postListBoxFields"></a>
@@ -6499,7 +6499,7 @@ Name | Type | Description | Notes
64996499

65006500
### HTTP request headers
65016501

6502-
- **Content-Type**: application/json
6502+
- **Content-Type**: application/octet-stream
65036503
- **Accept**: application/json
65046504

65056505
<a name="putCheckBoxField"></a>
@@ -6621,7 +6621,7 @@ Name | Type | Description | Notes
66216621

66226622
### HTTP request headers
66236623

6624-
- **Content-Type**: application/json
6624+
- **Content-Type**: application/octet-stream
66256625
- **Accept**: application/json
66266626

66276627
<a name="putDocumentDisplayProperties"></a>
@@ -6673,7 +6673,7 @@ Name | Type | Description | Notes
66736673

66746674
### HTTP request headers
66756675

6676-
- **Content-Type**: application/json
6676+
- **Content-Type**: application/octet-stream
66776677
- **Accept**: application/json
66786678

66796679
<a name="putEpubInStorageToPdf"></a>
@@ -7724,7 +7724,7 @@ Name | Type | Description | Notes
77247724

77257725
### HTTP request headers
77267726

7727-
- **Content-Type**: application/json
7727+
- **Content-Type**: application/octet-stream
77287728
- **Accept**: application/json
77297729

77307730
<a name="putPdfInRequestToEpub"></a>
@@ -7748,7 +7748,7 @@ Name | Type | Description | Notes
77487748

77497749
### HTTP request headers
77507750

7751-
- **Content-Type**: application/json
7751+
- **Content-Type**: application/octet-stream
77527752
- **Accept**: application/json
77537753

77547754
<a name="putPdfInRequestToHtml"></a>
@@ -7801,7 +7801,7 @@ Name | Type | Description | Notes
78017801

78027802
### HTTP request headers
78037803

7804-
- **Content-Type**: application/json
7804+
- **Content-Type**: application/octet-stream
78057805
- **Accept**: application/json
78067806

78077807
<a name="putPdfInRequestToLaTeX"></a>
@@ -7824,7 +7824,7 @@ Name | Type | Description | Notes
78247824

78257825
### HTTP request headers
78267826

7827-
- **Content-Type**: application/json
7827+
- **Content-Type**: application/octet-stream
78287828
- **Accept**: application/json
78297829

78307830
<a name="putPdfInRequestToMobiXml"></a>
@@ -7847,7 +7847,7 @@ Name | Type | Description | Notes
78477847

78487848
### HTTP request headers
78497849

7850-
- **Content-Type**: application/json
7850+
- **Content-Type**: application/octet-stream
78517851
- **Accept**: application/json
78527852

78537853
<a name="putPdfInRequestToPdfA"></a>
@@ -7871,7 +7871,7 @@ Name | Type | Description | Notes
78717871

78727872
### HTTP request headers
78737873

7874-
- **Content-Type**: application/json
7874+
- **Content-Type**: application/octet-stream
78757875
- **Accept**: application/json
78767876

78777877
<a name="putPdfInRequestToPptx"></a>
@@ -7896,7 +7896,7 @@ Name | Type | Description | Notes
78967896

78977897
### HTTP request headers
78987898

7899-
- **Content-Type**: application/json
7899+
- **Content-Type**: application/octet-stream
79007900
- **Accept**: application/json
79017901

79027902
<a name="putPdfInRequestToSvg"></a>
@@ -7919,7 +7919,7 @@ Name | Type | Description | Notes
79197919

79207920
### HTTP request headers
79217921

7922-
- **Content-Type**: application/json
7922+
- **Content-Type**: application/octet-stream
79237923
- **Accept**: application/json
79247924

79257925
<a name="putPdfInRequestToTeX"></a>
@@ -7942,7 +7942,7 @@ Name | Type | Description | Notes
79427942

79437943
### HTTP request headers
79447944

7945-
- **Content-Type**: application/json
7945+
- **Content-Type**: application/octet-stream
79467946
- **Accept**: application/json
79477947

79487948
<a name="putPdfInRequestToTiff"></a>
@@ -7980,7 +7980,7 @@ Name | Type | Description | Notes
79807980

79817981
### HTTP request headers
79827982

7983-
- **Content-Type**: application/json
7983+
- **Content-Type**: application/octet-stream
79847984
- **Accept**: application/json
79857985

79867986
<a name="putPdfInRequestToXls"></a>
@@ -8007,7 +8007,7 @@ Name | Type | Description | Notes
80078007

80088008
### HTTP request headers
80098009

8010-
- **Content-Type**: application/json
8010+
- **Content-Type**: application/octet-stream
80118011
- **Accept**: application/json
80128012

80138013
<a name="putPdfInRequestToXlsx"></a>
@@ -8034,7 +8034,7 @@ Name | Type | Description | Notes
80348034

80358035
### HTTP request headers
80368036

8037-
- **Content-Type**: application/json
8037+
- **Content-Type**: application/octet-stream
80388038
- **Accept**: application/json
80398039

80408040
<a name="putPdfInRequestToXml"></a>
@@ -8057,7 +8057,7 @@ Name | Type | Description | Notes
80578057

80588058
### HTTP request headers
80598059

8060-
- **Content-Type**: application/json
8060+
- **Content-Type**: application/octet-stream
80618061
- **Accept**: application/json
80628062

80638063
<a name="putPdfInRequestToXps"></a>
@@ -8080,7 +8080,7 @@ Name | Type | Description | Notes
80808080

80818081
### HTTP request headers
80828082

8083-
- **Content-Type**: application/json
8083+
- **Content-Type**: application/octet-stream
80848084
- **Accept**: application/json
80858085

80868086
<a name="putPdfInStorageToDoc"></a>
@@ -8681,7 +8681,7 @@ Name | Type | Description | Notes
86818681

86828682
### HTTP request headers
86838683

8684-
- **Content-Type**: application/json
8684+
- **Content-Type**: application/octet-stream
86858685
- **Accept**: application/json
86868686

86878687
<a name="putScreenAnnotation"></a>
@@ -9239,7 +9239,7 @@ Name | Type | Description | Notes
92399239

92409240
### HTTP request headers
92419241

9242-
- **Content-Type**: application/json
9242+
- **Content-Type**: application/octet-stream
92439243
- **Accept**: application/json
92449244

92459245
<a name="putXfaPdfInStorageToAcroForm"></a>
@@ -9380,6 +9380,6 @@ Name | Type | Description | Notes
93809380

93819381
### HTTP request headers
93829382

9383-
- **Content-Type**: application/json
9383+
- **Content-Type**: application/octet-stream
93849384
- **Accept**: application/json
93859385

sdk/src/main/java/com/aspose/asposecloudpdfandroid/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public ApiClient() {
9292

9393
// Add custom headers
9494
addDefaultHeader("x-aspose-client", "android sdk");
95-
addDefaultHeader("x-aspose-client-version", "20.12.0");
95+
addDefaultHeader("x-aspose-client-version", "21.1.0");
9696

9797
// PDFCLOUD-418 Set default Connect Timeout
9898
setConnectTimeout(5 * 60 * 1000);

0 commit comments

Comments
 (0)