Skip to content

Commit 85dcd27

Browse files
update to 23.12
1 parent b47ed6e commit 85dcd27

File tree

6 files changed

+155
-86
lines changed

6 files changed

+155
-86
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,19 @@ 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.11
34-
- Support to Convert Password Protected PDF Documents.
33+
## Enhancements in Version 23.12
34+
- Support to update bookmark in password protected PDF document.
35+
- Support to delete bookmarks from password protected PDF document.
36+
- Support to add bookmarks to password protected PDF document.
37+
- Support to delete properties of password protected PDF document.
38+
- Support to add properties of password protected PDF document.
39+
- Support to read properties of password protected PDF document.
3540
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3641

42+
## Bugs fixed in Version 23.12
43+
- PDF to XLSX Conversion clubs data in one cell.
44+
- GetDocumentBookmarks does not get bookmarks from protected PDF.
45+
3746
## Requirements.
3847
Python 2.7 and 3.4+
3948

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.11.0'
86+
self.default_headers['x-aspose-client-version'] = '23.12.0'
8787

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

0 commit comments

Comments
 (0)