Skip to content

Commit 057d87f

Browse files
update to 24.10
1 parent 1e3d053 commit 057d87f

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ 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 24.9
13-
- Develop DeleteDocumentLayer Method.
14-
- Develop GetDocumentLayers Method.
15-
- How to extract PDF layer elements and create a new PDF
12+
## Enhancements in Version 24.10
13+
- Develop a method to add XMP metadata.
14+
- Develop a method to obtain XMP metadata in the XML form.
15+
- Develop a method to obtain XMP metadata in the JSON form.
1616
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
1717

18+
## Bugs fixed in Version 24.10
19+
- PDF XFA form to Acro from conversion API results corrupt PDF.
20+
1821
## Installation
1922
```
2023
go get -u github.com/aspose-pdf-cloud/aspose-pdf-cloud-go/v24

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"] = "24.9.0"
179+
headerParams["x-aspose-client-version"] = "24.10.0"
180180

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

docs/PdfApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PdfApi
1+
# PdfApi
22

33
All URIs are relative to *https://api.aspose.cloud/v3.0*
44

0 commit comments

Comments
 (0)