Skip to content

Commit b47ed6e

Browse files
authored
Merge pull request #63 from aspose-pdf-cloud/develop
update to 23.11
2 parents 64e10fa + 915a3e2 commit b47ed6e

File tree

4 files changed

+5
-19
lines changed

4 files changed

+5
-19
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,10 @@ 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 23.10
34-
- Support of reading common info of password protected PDF in GetDocument API.
35-
- Support stamp password protected document using DeleteDocumentStamps API method.
36-
- Support stamp password protected document using DeleteStamp API method.
37-
- Support stamp password protected document using PostDocumentPageNumberStamps API method.
38-
- Support stamp password protected document using PostPageImageStamps API method.
39-
- Support stamp password protected document using PostPageTextStamps API method.
40-
- Support stamp password protected document using GetPageStamps API method.
41-
- Support stamp password protected document using GetDocumentStamps API method.
42-
- Support stamp password protected document using PostPagePdfPageStamps API method.
43-
- Support stamp password protected document using DeletePageStamps API method.
44-
- Develop a method to add an attachment file to a PDF document.
33+
## Enhancements in Version 23.11
34+
- Support to Convert Password Protected PDF Documents.
4535
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
4636

47-
## Bugs fixed in Version 23.10
48-
- Aspose.PDF Cloud PostFlattenDocument API Issue.
49-
- The GetPages API throws timeout error for PDF files larger than 10 Mb.
50-
5137
## Requirements.
5238
Python 2.7 and 3.4+
5339

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):
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'] = '23.10.0'
86+
self.default_headers['x-aspose-client-version'] = '23.11.0'
8787

8888
self.app_key = app_key
8989
self.app_sid = app_sid

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: 23.10.0".\
202+
"SDK Package Version: 23.11.0".\
203203
format(env=sys.platform, pyversion=sys.version)

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 = "23.10.0"
35+
VERSION = "23.11.0"
3636
# To install the library, run the following
3737
#
3838
# python setup.py install

0 commit comments

Comments
 (0)