Skip to content

Commit 0550979

Browse files
author
kirill.novinskiy@aspose.com
committed
update to 25.4.0
1 parent 226a440 commit 0550979

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
3030
## Read PDF Formats
3131
MHT, PCL, PS, XSLFO, MD
3232

33-
## Enhancements in Version 25.3
33+
## Enhancements in Version 25.4
34+
- Add method for adding Stamp per page in batch.
3435
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3536

3637
## Installation
@@ -55,7 +56,7 @@ Add this dependency to your project's POM:
5556
<dependency>
5657
<groupId>com.aspose</groupId>
5758
<artifactId>aspose-cloud-pdf</artifactId>
58-
<version>25.3.0</version>
59+
<version>25.4.0</version>
5960
<scope>compile</scope>
6061
</dependency>
6162
```
@@ -64,7 +65,7 @@ Add this dependency to your project's POM:
6465
Add this dependency to your project's build file:
6566

6667
```groovy
67-
compile "com.aspose:aspose-cloud-pdf:25.3.0"
68+
compile "com.aspose:aspose-cloud-pdf:25.4.0"
6869
```
6970

7071
### Others
@@ -74,7 +75,7 @@ At first generate the JAR by executing:
7475

7576
Then manually install the following JARs:
7677

77-
* target/aspose-cloud-pdf-25.3.0.jar
78+
* target/aspose-cloud-pdf-25.4.0.jar
7879
* target/lib/*.jar
7980

8081
## Getting Started

build.gradle

Lines changed: 1 addition & 1 deletion
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 = '25.3.0'
23+
version = '25.4.0'
2424

2525
buildscript {
2626
repositories {

gradlew

100644100755
File mode changed.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>aspose-pdf-cloud</artifactId>
77
<packaging>jar</packaging>
88
<name>aspose-pdf-cloud</name>
9-
<version>25.3.0</version>
9+
<version>25.4.0</version>
1010
<url>https://www.aspose.cloud/</url>
1111
<description>Aspose.PDF Cloud is a REST API for creating and editing PDF files.
1212
Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF.

src/main/java/com/aspose/asposecloudpdf/ApiClient.java

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

9595
// Add custom headers
9696
addDefaultHeader("x-aspose-client", "java sdk");
97-
addDefaultHeader("x-aspose-client-version", "25.3.0");
97+
addDefaultHeader("x-aspose-client-version", "25.4.0");
9898

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

0 commit comments

Comments
 (0)