We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85b97c commit 4d4ef14Copy full SHA for 4d4ef14
README.md
@@ -69,7 +69,7 @@ import asposepdfcloud
69
## Get PDF Page Annotations in Python
70
```python
71
# 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')
+ pdf_api_client = asposepdfcloud.ApiClient('MY_CLIENT_SECRET', 'MY_CLIENT_ID')
73
pdf_api = asposepdfcloud.PdfApi(pdf_api_client)
74
file_name = 'PdfWithAnnotations.pdf'
75
page_number = 2
0 commit comments