Skip to content

Commit bef6a37

Browse files
SDK regenerated by CI server [ci skip]
1 parent 7db604b commit bef6a37

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This repository contains Aspose.Words Cloud SDK for Java source code. This SDK a
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 22.9
17+
18+
- CompressDocument method now can handle images.
19+
- Added support to convert password protected document using ConvertDocument API.
20+
21+
1622
## Enhancements in Version 22.8
1723

1824
- Added optional loadEncoding and password parameters for ConvertDocument API method.
@@ -236,7 +242,7 @@ Add this dependency to your project's POM:
236242
<dependency>
237243
<groupId>com.aspose</groupId>
238244
<artifactId>aspose-words-cloud</artifactId>
239-
<version>22.8.0</version>
245+
<version>22.9.0</version>
240246
</dependency>
241247
</dependencies>
242248
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>aspose-words-cloud</artifactId>
55
<packaging>jar</packaging>
66
<name>AsposeWordsCloud</name>
7-
<version>22.8.0</version>
7+
<version>22.9.0</version>
88
<url>https://www.aspose.cloud/</url>
99
<description>Aspose Words Java SDK</description>
1010
<scm>

src/main/java/com/aspose/words/cloud/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class ApiClient {
5858
private String apiVersion = "v4.0";
5959
private String baseUrl = "https://api.aspose.cloud";
6060
private String basePath = baseUrl + "/" + apiVersion;
61-
private String clientVersion = "22.8";
61+
private String clientVersion = "22.9";
6262
private boolean debugging = false;
6363
private Map<String, String> defaultHeaderMap = new HashMap<String, String>();
6464
private String tempFolderPath = null;

0 commit comments

Comments
 (0)