Skip to content

Commit d764a3f

Browse files
author
osubachevataspose
authored
Merge pull request #52 from aspose-pdf-cloud/develop
update to 23.12.0
2 parents 7a10ff7 + 8b2ecd9 commit d764a3f

File tree

4 files changed

+155
-50
lines changed

4 files changed

+155
-50
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,19 @@ 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.11
13-
- Support to Convert Password Protected PDF Documents.
12+
## Enhancements in Version 23.12
13+
- Support to update bookmark in password protected PDF document.
14+
- Support to delete bookmarks from password protected PDF document.
15+
- Support to add bookmarks to password protected PDF document.
16+
- Support to delete properties of password protected PDF document.
17+
- Support to add properties of password protected PDF document.
18+
- Support to read properties of password protected PDF document.
1419
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
1520

21+
## Bugs fixed in Version 23.12
22+
- PDF to XLSX Conversion clubs data in one cell.
23+
- GetDocumentBookmarks does not get bookmarks from protected PDF.
24+
1625
## Installation
1726
```
1827
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.11.0"
179+
headerParams["x-aspose-client-version"] = "23.12.0"
180180

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

docs/PdfApi.md

Lines changed: 40 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ Name | Type | Description | Notes
519519
**bookmarkPath** | **string**| The bookmark path. |
520520
**folder** | **string**| The document folder. |
521521
**storage** | **string**| The document storage. |
522+
**password** | **string**| The password (Base64). |
522523

523524
### Return type
524525

@@ -581,6 +582,7 @@ Name | Type | Description | Notes
581582
**name** | **string**| The document name. |
582583
**folder** | **string**| The document folder. |
583584
**storage** | **string**| The document storage. |
585+
**password** | **string**| The password (Base64). |
584586

585587
### Return type
586588

@@ -1022,17 +1024,18 @@ Delete custom document properties.
10221024

10231025
Name | Type | Description | Notes
10241026
------------- | ------------- | ------------- | -------------
1025-
**name** | **string**| |
1027+
**name** | **string**| The document name. |
10261028
**optional** | **map[string]interface{}** | optional parameters | nil if no parameters
10271029

10281030
### Optional Parameters
10291031
Optional parameters are passed through a map[string]interface{}.
10301032

10311033
Name | Type | Description | Notes
10321034
------------- | ------------- | ------------- | -------------
1033-
**name** | **string**| |
1034-
**storage** | **string**| |
1035-
**folder** | **string**| |
1035+
**name** | **string**| The document name. |
1036+
**storage** | **string**| The document storage. |
1037+
**folder** | **string**| The document folder. |
1038+
**password** | **string**| The password (Base64). |
10361039

10371040
### Return type
10381041

@@ -1053,19 +1056,20 @@ Delete document property.
10531056

10541057
Name | Type | Description | Notes
10551058
------------- | ------------- | ------------- | -------------
1056-
**name** | **string**| |
1057-
**propertyName** | **string**| |
1059+
**name** | **string**| The document name. |
1060+
**propertyName** | **string**| Property name. |
10581061
**optional** | **map[string]interface{}** | optional parameters | nil if no parameters
10591062

10601063
### Optional Parameters
10611064
Optional parameters are passed through a map[string]interface{}.
10621065

10631066
Name | Type | Description | Notes
10641067
------------- | ------------- | ------------- | -------------
1065-
**name** | **string**| |
1066-
**propertyName** | **string**| |
1067-
**storage** | **string**| |
1068-
**folder** | **string**| |
1068+
**name** | **string**| The document name. |
1069+
**propertyName** | **string**| Property name. |
1070+
**storage** | **string**| The document storage. |
1071+
**folder** | **string**| The document folder. |
1072+
**password** | **string**| The password (Base64). |
10691073

10701074
### Return type
10711075

@@ -1197,6 +1201,7 @@ Name | Type | Description | Notes
11971201
**bookmarkPath** | **string**| The bookmark path. |
11981202
**folder** | **string**| The document folder. |
11991203
**storage** | **string**| The document storage. |
1204+
**password** | **string**| The password (Base64). |
12001205

12011206
### Return type
12021207

@@ -1230,6 +1235,7 @@ Name | Type | Description | Notes
12301235
**bookmarkPath** | **string**| The bookmark path. |
12311236
**folder** | **string**| The document folder. |
12321237
**storage** | **string**| The document storage. |
1238+
**password** | **string**| The password (Base64). |
12331239

12341240
### Return type
12351241

@@ -1548,6 +1554,7 @@ Name | Type | Description | Notes
15481554
**name** | **string**| The document name. |
15491555
**folder** | **string**| The document folder. |
15501556
**storage** | **string**| The document storage. |
1557+
**password** | **string**| The password (Base64). |
15511558

15521559
### Return type
15531560

@@ -2066,17 +2073,18 @@ Read document properties.
20662073

20672074
Name | Type | Description | Notes
20682075
------------- | ------------- | ------------- | -------------
2069-
**name** | **string**| |
2076+
**name** | **string**| The document name. |
20702077
**optional** | **map[string]interface{}** | optional parameters | nil if no parameters
20712078

20722079
### Optional Parameters
20732080
Optional parameters are passed through a map[string]interface{}.
20742081

20752082
Name | Type | Description | Notes
20762083
------------- | ------------- | ------------- | -------------
2077-
**name** | **string**| |
2078-
**storage** | **string**| |
2079-
**folder** | **string**| |
2084+
**name** | **string**| The document name. |
2085+
**storage** | **string**| The document storage. |
2086+
**folder** | **string**| The document folder. |
2087+
**password** | **string**| The password (Base64). |
20802088

20812089
### Return type
20822090

@@ -2097,19 +2105,20 @@ Read document property by name.
20972105

20982106
Name | Type | Description | Notes
20992107
------------- | ------------- | ------------- | -------------
2100-
**name** | **string**| |
2101-
**propertyName** | **string**| |
2108+
**name** | **string**| The document name. |
2109+
**propertyName** | **string**| Property name. |
21022110
**optional** | **map[string]interface{}** | optional parameters | nil if no parameters
21032111

21042112
### Optional Parameters
21052113
Optional parameters are passed through a map[string]interface{}.
21062114

21072115
Name | Type | Description | Notes
21082116
------------- | ------------- | ------------- | -------------
2109-
**name** | **string**| |
2110-
**propertyName** | **string**| |
2111-
**storage** | **string**| |
2112-
**folder** | **string**| |
2117+
**name** | **string**| The document name. |
2118+
**propertyName** | **string**| Property name. |
2119+
**storage** | **string**| The document storage. |
2120+
**folder** | **string**| The document folder. |
2121+
**password** | **string**| The password (Base64). |
21132122

21142123
### Return type
21152124

@@ -6600,6 +6609,7 @@ Name | Type | Description | Notes
66006609
**bookmarks** | [**[]Bookmark**](Bookmark.md)| The array of bookmark. |
66016610
**folder** | **string**| The document folder. |
66026611
**storage** | **string**| The document storage. |
6612+
**password** | **string**| The password (Base64). |
66036613

66046614
### Return type
66056615

@@ -8715,6 +8725,7 @@ Name | Type | Description | Notes
87158725
**bookmark** | [**Bookmark**](Bookmark.md)| The bookmark. |
87168726
**folder** | **string**| The document folder. |
87178727
**storage** | **string**| The document storage. |
8728+
**password** | **string**| The password (Base64). |
87188729

87198730
### Return type
87208731

@@ -11803,21 +11814,22 @@ Add/update document property.
1180311814

1180411815
Name | Type | Description | Notes
1180511816
------------- | ------------- | ------------- | -------------
11806-
**name** | **string**| |
11807-
**propertyName** | **string**| |
11808-
**value** | **string**| |
11817+
**name** | **string**| The document name. |
11818+
**propertyName** | **string**| Property name. |
11819+
**value** | **string**| Property value. |
1180911820
**optional** | **map[string]interface{}** | optional parameters | nil if no parameters
1181011821

1181111822
### Optional Parameters
1181211823
Optional parameters are passed through a map[string]interface{}.
1181311824

1181411825
Name | Type | Description | Notes
1181511826
------------- | ------------- | ------------- | -------------
11816-
**name** | **string**| |
11817-
**propertyName** | **string**| |
11818-
**value** | **string**| |
11819-
**storage** | **string**| |
11820-
**folder** | **string**| |
11827+
**name** | **string**| The document name. |
11828+
**propertyName** | **string**| Property name. |
11829+
**value** | **string**| Property value. |
11830+
**storage** | **string**| The document storage. |
11831+
**folder** | **string**| The document folder. |
11832+
**password** | **string**| The password (Base64). |
1182111833

1182211834
### Return type
1182311835

0 commit comments

Comments
 (0)