Skip to content

Commit 5e3efd3

Browse files
update to 24.10
1 parent 09ad4a0 commit 5e3efd3

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ 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 24.9
33-
- Develop DeleteDocumentLayer Method.
34-
- Develop GetDocumentLayers Method.
35-
- How to extract PDF layer elements and create a new PDF
32+
## Enhancements in Version 24.10
33+
- Develop a method to add XMP metadata.
34+
- Develop a method to obtain XMP metadata in the XML form.
35+
- Develop a method to obtain XMP metadata in the JSON form.
3636
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3737

38+
## Bugs fixed in Version 24.10
39+
- PDF XFA form to Acro from conversion API results corrupt PDF.
40+
3841
## Requirements
3942
Building the API client library requires [Maven](https://maven.apache.org/) to be installed.
4043

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 = '24.9.0'
23+
version = '24.10.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 = '24.9.0'
103+
publishVersion = '24.10.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/docs/PdfApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PdfApi
1+
# PdfApi
22

33
All URIs are relative to *https://api.aspose.cloud/v3.0*
44

sdk/src/main/java/com/aspose/asposecloudpdfandroid/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", "android sdk");
97-
addDefaultHeader("x-aspose-client-version", "24.9.0");
97+
addDefaultHeader("x-aspose-client-version", "24.10.0");
9898

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

0 commit comments

Comments
 (0)