Comparer class
Comparer class
Provides methods intended to compare documents.
Inheritance: Comparer → Processor
Methods
| Name | Description |
|---|---|
| compare(v1, v2, output_file_name, author, date_time) | 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, 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) | 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_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) | 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 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_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) | 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. |
| compare_to_images(v1, v2, image_save_options, author, date_time) | Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image. |
| compare_to_images(v1, v2, image_save_options, author, date_time, compare_options) | Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image. |
| compare_to_images(v1, v2, image_save_options, author, date_time) | Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image. |
| compare_to_images(v1, v2, image_save_options, author, date_time, compare_options) | Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image. |
| create() | Creates new instance of the converter processor. |
| create(context) | Creates new instance of the comparer processor. |
| execute() | Execute the processor action. (Inherited from Processor) |
| from_file(input) | Specifies input document for processing. (Inherited from Processor) |
| from_file(input, load_options) | Specifies input document for processing. (Inherited from Processor) |
| from_stream(input) | Specifies input document for processing. (Inherited from Processor) |
| from_stream(input, load_options) | Specifies input document for processing. (Inherited from Processor) |
| to_file(output) | Specifies output file for the processor. (Inherited from Processor) |
| to_file(output, save_options) | Specifies output file for the processor. (Inherited from Processor) |
| to_file(output, save_format) | Specifies output file for the processor. (Inherited from Processor) |
| to_stream(output, save_options) | Specifies output stream for the processor. (Inherited from Processor) |
| to_stream(output, save_format) | Specifies output stream for the processor. (Inherited from Processor) |
| to_streams(output, save_options) | (Inherited from Processor) |
| to_streams(output, save_format) | (Inherited from Processor) |
See Also
- module aspose.words.lowcode
- class Processor