Interface IFileOutputGenerator
IFileOutputGenerator interface
Represents an interface for generating output to a file of differences between texts.
public interface IFileOutputGenerator
Methods
| Name | Description |
|---|---|
| GenerateOutput(List<DiffOperation>, string) | Generates the output based on the differences between texts and saves it to a file. |
| GenerateOutput(List<List<DiffOperation>>, string) | Generates the output based on the differences between texts and saves it to a file. |
See Also
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF