MarkdownDiffOutputGenerator.GenerateOutput
Contents
[
Hide
]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
Markown text.
See Also
- class DiffOperation
 - class MarkdownDiffOutputGenerator
 - namespace Aspose.Pdf.Comparison
 - assembly Aspose.PDF
 
GenerateOutput(List<DiffOperation>, string)
Generates the output based on the differences between texts and saves it to a file.
public void GenerateOutput(List<DiffOperation> diffrences, string targetFilePath)
| Parameter | Type | Description | 
|---|---|---|
| diffrences | List`1 | The list of differences between texts. | 
| targetFilePath | String | The path of the target file to save the output. | 
See Also
- class DiffOperation
 - class MarkdownDiffOutputGenerator
 - 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
Markown text.
See Also
- class DiffOperation
 - class MarkdownDiffOutputGenerator
 - namespace Aspose.Pdf.Comparison
 - assembly Aspose.PDF
 
GenerateOutput(List<List<DiffOperation>>, string)
Generates the output based on the differences between texts and saves it to a file.
public void GenerateOutput(List<List<DiffOperation>> diffrences, string targetFilePath)
| Parameter | Type | Description | 
|---|---|---|
| diffrences | List`1 | The list of differences between texts. | 
| targetFilePath | String | The path of the target file to save the output. | 
See Also
- class DiffOperation
 - class MarkdownDiffOutputGenerator
 - namespace Aspose.Pdf.Comparison
 - assembly Aspose.PDF