Skip to content

Commit 74728e3

Browse files
authored
Merge pull request #66 from aspose-pdf-cloud/develop
update to 23.11
2 parents da654a2 + 7906f17 commit 74728e3

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,10 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
2929
## Read PDF Formats
3030
MHT, PCL, PS, XSLFO, MD
3131

32-
## Enhancements in Version 23.10
33-
- Support of reading common info of password protected PDF in GetDocument API.
34-
- Support stamp password protected document using DeleteDocumentStamps API method.
35-
- Support stamp password protected document using DeleteStamp API method.
36-
- Support stamp password protected document using PostDocumentPageNumberStamps API method.
37-
- Support stamp password protected document using PostPageImageStamps API method.
38-
- Support stamp password protected document using PostPageTextStamps API method.
39-
- Support stamp password protected document using GetPageStamps API method.
40-
- Support stamp password protected document using GetDocumentStamps API method.
41-
- Support stamp password protected document using PostPagePdfPageStamps API method.
42-
- Support stamp password protected document using DeletePageStamps API method.
43-
- Develop a method to add an attachment file to a PDF document.
32+
## Enhancements in Version 23.11
33+
- Support to Convert Password Protected PDF Documents.
4434
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
4535

46-
## Bugs fixed in Version 23.10
47-
- Aspose.PDF Cloud PostFlattenDocument API Issue.
48-
- The GetPages API throws timeout error for PDF files larger than 10 Mb.
49-
5036
## Requirements
5137
Building the API client library requires [Maven](https://maven.apache.org/) to be installed.
5238

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 = '23.10.0'
23+
version = '23.11.0'
2424

2525
buildscript {
2626
repositories {
@@ -100,7 +100,7 @@ dependencies {
100100
publish {
101101
groupId = 'com.aspose'
102102
artifactId = 'aspose-cloud-pdf-android'
103-
publishVersion = '23.10.0'
103+
publishVersion = '23.11.0'
104104
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.'
105105
licences = ['MIT']
106106
website = 'https://products.aspose.cloud/pdf/cloud'

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", "23.10.0");
95+
addDefaultHeader("x-aspose-client-version", "23.11.0");
9696

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

0 commit comments

Comments
 (0)