Comparer class
Comparer class
Provides methods intended to compare documents.
Methods
Name | Description |
---|---|
compare(v1, v2, output_file_name, author, date_time) | Compares two documents and saves the differences to the specified output file, producing changes as a number of edit and format revisions. |
compare(v1, v2, output_file_name, save_format, author, date_time) | Compares two documents and saves the differences to the specified output file in the provided save format, producing changes as a number of edit and format revisions. |
compare(v1, v2, output_file_name, author, date_time, compare_options) | Compares two documents with additional options and saves the differences to the specified output file, producing changes as a number of edit and format revisions. |
compare(v1, v2, output_file_name, save_format, author, date_time, compare_options) | Compares two documents with additional options and saves the differences to the specified output file in the provided save format, producing changes as a number of edit and format revisions. |
compare(v1, v2, output_file_name, save_options, author, date_time, compare_options) | Compares two documents with additional options and saves the differences to the specified output file in the provided save format, producing changes as a number of edit and format revisions. |
compare(v1, v2, output_stream, save_format, author, date_time) | Compares two documents loaded from streams and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions. |
compare(v1, v2, output_stream, save_format, author, date_time, compare_options) | Compares two documents loaded from streams with additional options and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions. |
compare(v1, v2, output_stream, save_options, author, date_time, compare_options) | Compares two documents loaded from streams with additional options and saves the differences to the provided output stream in the specified save format, producing changes as a number of edit and format revisions. |
See Also
- module aspose.words.lowcode