Skip to content

Commit a090be0

Browse files
authored
Merge pull request #65 from aspose-pdf-cloud/develop
update to 25.2
2 parents 0850f2e + 11bc341 commit a090be0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ 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 25.1
12+
## Enhancements in Version 25.2
1313
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
14-
1514
## Installation
1615
```
1716
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"] = "25.1.0"
179+
headerParams["x-aspose-client-version"] = "25.2.0"
180180

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

docs/PdfAType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Name | Type | Value | Description
99
**PdfATypePDFA3A** | **string** | "PDFA3A" | Pdf/A-3a format
1010
**PdfATypePDFA3B** | **string** | "PDFA3B" | Pdf/A-3b format
1111

12-
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)[[View Source]](../pdf_atype.go)
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)[[View Source]](../pdf_a_type.go)
1313

1414

0 commit comments

Comments
 (0)