IStringOutputGenerator.GenerateOutput
GenerateOutput(List<DiffOperation>)
Generates the output based on the differences between texts and saves it to a file.
public string GenerateOutput(List<DiffOperation> diffrences)
| Parameter | Type | Description | 
|---|---|---|
| diffrences | List`1 | The list of differences between texts. | 
Return Value
Text representation of output.
See Also
- class DiffOperation
 - interface IStringOutputGenerator
 - namespace Aspose.Pdf.Comparison
 - assembly Aspose.PDF
 
GenerateOutput(List<List<DiffOperation>>)
Generates the output based on the differences between texts and saves it to a file.
public string GenerateOutput(List<List<DiffOperation>> diffrences)
| Parameter | Type | Description | 
|---|---|---|
| diffrences | List`1 | The list of differences between texts. | 
Return Value
Text representation of output.
See Also
- class DiffOperation
 - interface IStringOutputGenerator
 - namespace Aspose.Pdf.Comparison
 - assembly Aspose.PDF