Comparer
Contents
[
Hide
]Comparer class
Provides methods intended to compare documents.
public class Comparer : Processor
Methods
| Name | Description |
|---|---|
| static Create() | Creates new instance of the converter processor. |
| static Create(ComparerContext) | Creates new instance of the comparer processor. |
| Execute() | Execute the processor action. |
| From(Stream, LoadOptions) | Specifies input document for processing. |
| From(string, LoadOptions) | Specifies input document for processing. |
| To(List<Stream>, SaveFormat) | Specifies output Document streams list. |
| To(List<Stream>, SaveOptions) | Specifies output Document streams list. |
| To(Stream, SaveFormat) | Specifies output stream for the processor. |
| To(Stream, SaveOptions) | Specifies output stream for the processor. |
| To(string, SaveFormat) | Specifies output file for the processor. |
| To(string, SaveOptions) | Specifies output file for the processor. |
| static Compare(string, string, string, string, DateTime, CompareOptions) | 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. |
| static Compare(Stream, Stream, Stream, SaveFormat, string, DateTime, CompareOptions) | 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. |
| static Compare(Stream, Stream, Stream, SaveOptions, string, DateTime, CompareOptions) | 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. |
| static Compare(string, string, string, SaveFormat, string, DateTime, CompareOptions) | 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. |
| static Compare(string, string, string, SaveOptions, string, DateTime, CompareOptions) | 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. |
| static CompareToImages(Stream, Stream, ImageSaveOptions, string, DateTime, CompareOptions) | 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. |
| static CompareToImages(string, string, ImageSaveOptions, string, DateTime, CompareOptions) | 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. |
See Also
- class Processor
- namespace Aspose.Words.LowCode
- assembly Aspose.Words