Skip to content

Commit 2f79447

Browse files
author
kirill.novinskiy@aspose.com
committed
update to 24.10
1 parent e010c66 commit 2f79447

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

README.md

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

39+
## Bugs fixed in Version 24.10
40+
- PDF XFA form to Acro from conversion API results corrupt PDF.
41+
3942
## Requirements.
4043
Python 2.7 and 3.4+
4144

asposepdfcloud/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, app_key, app_sid, host=None, self_host=False):
8383
self.rest_client = RESTClientObject()
8484
self.default_headers = {}
8585
self.default_headers['x-aspose-client'] = 'python sdk'
86-
self.default_headers['x-aspose-client-version'] = '24.9.0'
86+
self.default_headers['x-aspose-client-version'] = '24.10.0'
8787

8888
self.self_host = self_host
8989
self.app_key = app_key

asposepdfcloud/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ def to_debug_report(self):
199199
"OS: {env}\n"\
200200
"Python Version: {pyversion}\n"\
201201
"Version of the API: 3.0\n"\
202-
"SDK Package Version: 24.9.0".\
202+
"SDK Package Version: 24.10.0".\
203203
format(env=sys.platform, pyversion=sys.version)

docs/PdfApi.md

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from setuptools import setup, find_packages
3333

3434
NAME = "asposepdfcloud"
35-
VERSION = "24.9.0"
35+
VERSION = "24.10.0"
3636
# To install the library, run the following
3737
#
3838
# python setup.py install

0 commit comments

Comments
 (0)