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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This repository contains Aspose.Words Cloud SDK for Ruby source code. This SDK a
19
19
- Implemented DeleteOfficeMathObjects operation to delete all office math objects from document.
20
20
- Parameter ProtectionRequest was removed from the UnprotectDocument operation. Now removing protection from a document does not require a password.
21
21
- Model ProtectionRequest marked as deprecated, please use ProtectionRequestV2 instead for perform ProtectDocument operation. To change the password or protection type of protected document, the old password is no required.
22
-
22
+
- Rename aspose-client header.
23
23
24
24
## Enhancements in Version 23.11
25
25
@@ -305,7 +305,7 @@ To use Aspose Words for Cloud Ruby SDK you need to register an account with [Asp
Copy file name to clipboardExpand all lines: lib/aspose_words_cloud/models/requests/compare_document_online_request.rb
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,6 @@ class CompareDocumentOnlineRequest
35
35
# Compare data.
36
36
attr_accessor:compare_data
37
37
38
-
# The comparing document.
39
-
attr_accessor:comparing_document
40
-
41
38
# Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
42
39
attr_accessor:load_encoding
43
40
@@ -57,17 +54,15 @@ class CompareDocumentOnlineRequest
57
54
# Initializes a new instance.
58
55
# @param document The document.
59
56
# @param compare_data Compare data.
60
-
# @param comparing_document The comparing document.
61
57
# @param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
62
58
# @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.
63
59
# @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.
64
60
# @param dest_file_name Result path of the document after the operation. If this parameter is omitted then result of the operation will be saved as the source document.
65
61
# @param encrypted_password2 encrypted password for the second document.
0 commit comments