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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,13 @@ 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 21.6
20
+
21
+
- Implemented beta version of CompareDocumentOnline feature with both document sending in request
22
+
- CompareDocument method now can handle PDF files
23
+
- AcceptAllRevisionsBeforeComparison option introduced which is used to specify if accept all revisions before comparison
:param comparing_document file : The comparing document.
988
989
:param load_encoding str : Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
989
990
:param password str : Password for opening an encrypted document.
990
991
:param dest_file_name str : 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.
Copy file name to clipboardExpand all lines: asposewordscloud/models/requests/compare_document_online_request.py
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,14 +36,16 @@ class CompareDocumentOnlineRequest(BaseRequestObject):
36
36
Initializes a new instance.
37
37
:param document The document.
38
38
:param compare_data Compare data.
39
+
:param comparing_document The comparing document.
39
40
:param load_encoding Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
40
41
:param password Password for opening an encrypted document.
41
42
: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.
0 commit comments