Skip to content

Commit 7a10ff7

Browse files
authored
Merge pull request #51 from aspose-pdf-cloud/develop
update to 23.11.0
2 parents a4f6356 + 284c871 commit 7a10ff7

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,10 @@ These SDKs are now fully supported. If you have any questions, see any bugs or h
99

1010
Extract Text & Images of a PDF document online https://products.aspose.app/pdf/parser.
1111

12-
## Enhancements in Version 23.10
13-
- Support of reading common info of password protected PDF in GetDocument API.
14-
- Support stamp password protected document using DeleteDocumentStamps API method.
15-
- Support stamp password protected document using DeleteStamp API method.
16-
- Support stamp password protected document using PostDocumentPageNumberStamps API method.
17-
- Support stamp password protected document using PostPageImageStamps API method.
18-
- Support stamp password protected document using PostPageTextStamps API method.
19-
- Support stamp password protected document using GetPageStamps API method.
20-
- Support stamp password protected document using GetDocumentStamps API method.
21-
- Support stamp password protected document using PostPagePdfPageStamps API method.
22-
- Support stamp password protected document using DeletePageStamps API method.
23-
- Develop a method to add an attachment file to a PDF document.
12+
## Enhancements in Version 23.11
13+
- Support to Convert Password Protected PDF Documents.
2414
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
2515

26-
## Bugs fixed in Version 23.10
27-
- Aspose.PDF Cloud PostFlattenDocument API Issue.
28-
- The GetPages API throws timeout error for PDF files larger than 10 Mb.
29-
3016
## Installation
3117
```
3218
go get -u github.com/aspose-pdf-cloud/aspose-pdf-cloud-go/v23

api_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (c *APIClient) prepareRequest (
176176

177177
// set custom header
178178
headerParams["x-aspose-client"] = "go sdk"
179-
headerParams["x-aspose-client-version"] = "23.10.0"
179+
headerParams["x-aspose-client-version"] = "23.11.0"
180180

181181
// Detect postBody type and post.
182182
if postBody != nil {

0 commit comments

Comments
 (0)