From 928ea2d3dc99005d9a68c6e6f92ffbfda9fb041b Mon Sep 17 00:00:00 2001 From: Kirill Novinskiy Date: Sat, 13 Dec 2025 09:17:15 +0000 Subject: [PATCH 1/3] sources generated v25.11.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94b9c88..d6fe8f1 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ MHT, PCL, PS, XSLFO, MD ## Enhancements in Version 25.11 - A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET. + ## Installation To install the API client library to your local Maven repository, simply execute: From 931ddcf2116a3595b8e1c10c0c7c04cec7d4a583 Mon Sep 17 00:00:00 2001 From: Kirill Novinskiy Date: Fri, 19 Dec 2025 09:59:47 +0000 Subject: [PATCH 2/3] sources generated v25.10.0 --- README.md | 12 ++++++++---- build.gradle | 2 +- pom.xml | 2 +- .../java/com/aspose/asposecloudpdf/ApiClient.java | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d6fe8f1..622b933 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,13 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text ## Read PDF Formats MHT, PCL, PS, XSLFO, MD -## Enhancements in Version 25.11 +## Enhancements in Version 25.10 - A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET. +## Bugs fixed in Version 25.10 +- Method PutBookmark does not change bookmark color. +- TextReplace shows hidden text in the output file. + ## Installation To install the API client library to your local Maven repository, simply execute: @@ -55,7 +59,7 @@ Add this dependency to your project's POM: com.aspose aspose-cloud-pdf - 25.11.0 + 25.10.0 compile ``` @@ -64,7 +68,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.aspose:aspose-cloud-pdf:25.11.0" +compile "com.aspose:aspose-cloud-pdf:25.10.0" ``` ### Others @@ -74,7 +78,7 @@ At first generate the JAR by executing: Then manually install the following JARs: -* target/aspose-cloud-pdf-25.11.0.jar +* target/aspose-cloud-pdf-25.10.0.jar * target/lib/*.jar ## Getting Started diff --git a/build.gradle b/build.gradle index 942a23d..e1b2b7a 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' group = 'com.aspose' -version = '25.11.0' +version = '25.10.0' buildscript { repositories { diff --git a/pom.xml b/pom.xml index 60b562d..648bd2a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ aspose-pdf-cloud jar aspose-pdf-cloud - 25.11.0 + 25.10.0 https://www.aspose.cloud/ Aspose.PDF Cloud is a REST API for creating and editing PDF files. 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. diff --git a/src/main/java/com/aspose/asposecloudpdf/ApiClient.java b/src/main/java/com/aspose/asposecloudpdf/ApiClient.java index 78df078..64cc098 100644 --- a/src/main/java/com/aspose/asposecloudpdf/ApiClient.java +++ b/src/main/java/com/aspose/asposecloudpdf/ApiClient.java @@ -94,7 +94,7 @@ public ApiClient() { // Add custom headers addDefaultHeader("x-aspose-client", "java sdk"); - addDefaultHeader("x-aspose-client-version", "25.11.0"); + addDefaultHeader("x-aspose-client-version", "25.10.0"); // PDFCLOUD-418 Set default Connect Timeout setConnectTimeout(5 * 60 * 1000); From 81bdccbb4b4cd54fc2ca9272e5a94393ba2c72bf Mon Sep 17 00:00:00 2001 From: Kirill Novinskiy Date: Fri, 19 Dec 2025 10:02:45 +0000 Subject: [PATCH 3/3] uses cases README.md --- RELEASE_NOTES.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 30c6fd9..e69de29 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,15 +0,0 @@ -# Aspose.PDF Cloud Java SDK - -## 📦 Version 25.11 - ---- - -### Enhancements -- A new version of Aspose.PDF Cloud was prepared using the latest version of **Aspose.PDF for .NET**. - ---- - -## 📚 Resources -- [API Documentation](https://docs.aspose.cloud/pdf/) -- [GitHub Repository](https://github.com/aspose-pdf-cloud/aspose-pdf-cloud-java) -- [Free Support Forum](https://forum.aspose.cloud/c/pdf) \ No newline at end of file