Skip to content

Commit 18d4508

Browse files
author
Kirill Novinskiy
committed
update to 24.6
1 parent f85b97c commit 18d4508

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@ 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.5
33+
## Enhancements in Version 24.6
3434
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3535

36-
## Bugs fixed in Version 24.5
37-
- Aspose.PDF Cloud Service Throws Bad Gateway Error intermittently.
38-
3936
## Requirements.
4037
Python 2.7 and 3.4+
4138

@@ -69,7 +66,7 @@ import asposepdfcloud
6966
## Get PDF Page Annotations in Python
7067
```python
7168
# Get your ClientId and ClientSecret from https://dashboard.aspose.cloud (free registration required).
72-
pdf_api_client = asposepdfcloud.ApiClient('MY_CLIENT_ID', 'MY_CLIENT_SECRET')
69+
pdf_api_client = asposepdfcloud.ApiClient('MY_CLIENT_SECRET', 'MY_CLIENT_ID')
7370
pdf_api = asposepdfcloud.PdfApi(pdf_api_client)
7471
file_name = 'PdfWithAnnotations.pdf'
7572
page_number = 2

0 commit comments

Comments
 (0)