You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
16
16
-[Convert a document to desired file format](https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage) along with detailed settings.
17
17
- Convert an encrypted PDF document into Word document format.
18
18
19
+
## Enhancements in Version 23.3
20
+
21
+
- Fix compatibility between CreateDocument API and Dropbox storage.
22
+
- Fix compatibility for property PageCount for FixedPageSaveOptionsData.
23
+
24
+
19
25
## Enhancements in Version 23.2
20
26
21
27
- Added operations to manipulate with Structure Document Tags (SDT) in documents.
:param range_start_identifier str : The range start identifier. (required)
13410
-
:param range_end_identifier str : The range end identifier.
13409
+
:param range_start_identifier str : The range start identifier. Identifier examples: id0.0.0, page0. (required)
13410
+
:param range_end_identifier str : The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
13411
13411
:param load_encoding str : Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
13412
13412
:param password str : Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
13413
13413
:param encrypted_password str : Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
:param range_start_identifier str : The range start identifier. (required)
20472
-
:param range_end_identifier str : The range end identifier.
20471
+
:param range_start_identifier str : The range start identifier. Identifier examples: id0.0.0, page0. (required)
20472
+
:param range_end_identifier str : The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
20473
20473
:param load_encoding str : Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
20474
20474
:param password str : Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
20475
20475
:param encrypted_password str : Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
:param range_start_identifier str : The range start identifier. (required)
21609
+
:param range_start_identifier str : The range start identifier. Identifier examples: id0.0.0, page0. (required)
21610
21610
:param range_text ReplaceRange : Model with text for replacement. (required)
21611
-
:param range_end_identifier str : The range end identifier.
21611
+
:param range_end_identifier str : The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
21612
21612
:param load_encoding str : Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
21613
21613
:param password str : Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
21614
21614
:param encrypted_password str : Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
:param range_start_identifier str : The range start identifier. (required)
22002
+
:param range_start_identifier str : The range start identifier. Identifier examples: id0.0.0, page0. (required)
22003
22003
:param document_parameters RangeDocument : Parameters of a new document. (required)
22004
-
:param range_end_identifier str : The range end identifier.
22004
+
:param range_end_identifier str : The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
22005
22005
:param load_encoding str : Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
22006
22006
:param password str : Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
22007
22007
:param encrypted_password str : Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
Copy file name to clipboardExpand all lines: asposewordscloud/models/requests/get_range_text_online_request.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ class GetRangeTextOnlineRequest(BaseRequestObject):
36
36
Request model for get_range_text_online operation.
37
37
Initializes a new instance.
38
38
:param document The document.
39
-
:param range_start_identifier The range start identifier.
40
-
:param range_end_identifier The range end identifier.
39
+
:param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
40
+
:param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
41
41
:param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
42
42
:param password Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
43
43
:param encrypted_password Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
Copy file name to clipboardExpand all lines: asposewordscloud/models/requests/remove_range_online_request.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ class RemoveRangeOnlineRequest(BaseRequestObject):
36
36
Request model for remove_range_online operation.
37
37
Initializes a new instance.
38
38
:param document The document.
39
-
:param range_start_identifier The range start identifier.
40
-
:param range_end_identifier The range end identifier.
39
+
:param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
40
+
:param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
41
41
:param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
42
42
:param password Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
43
43
:param encrypted_password Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
Copy file name to clipboardExpand all lines: asposewordscloud/models/requests/replace_with_text_online_request.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ class ReplaceWithTextOnlineRequest(BaseRequestObject):
36
36
Request model for replace_with_text_online operation.
37
37
Initializes a new instance.
38
38
:param document The document.
39
-
:param range_start_identifier The range start identifier.
39
+
:param range_start_identifier The range start identifier. Identifier examples: id0.0.0, page0.
40
40
:param range_text Model with text for replacement.
41
-
:param range_end_identifier The range end identifier.
41
+
:param range_end_identifier The range end identifier. Identifier examples: id1.0.0, id0.0.0:end, page1, page1:end, document:end.
42
42
:param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
43
43
:param password Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don't recommend to use the parameter to pass a plain password for direct call of API.
44
44
:param encrypted_password Password of protected Word document. Use the parameter to pass an encrypted password for direct calls of API. See SDK code for encyption details.
0 commit comments