Class JsonDiffOutputGenerator
Contents
[
Hide
]JsonDiffOutputGenerator class
Represents a class for displaying the results of comparing PDF documents or pages in JSON format.
public class JsonDiffOutputGenerator : IFileOutputGenerator, IStringOutputGenerator
Constructors
| Name | Description |
|---|---|
| JsonDiffOutputGenerator() | The default constructor. |
Methods
| Name | Description |
|---|---|
| GenerateOutput(List<DiffOperation>) | Generates the output of the differences between texts and saves it to a file. |
| GenerateOutput(List<List<DiffOperation>>) | Generates the output of the differences between texts and saves it to a file. |
| GenerateOutput(List<DiffOperation>, string) | Generates the output of the differences between texts and saves it to a file. |
| GenerateOutput(List<List<DiffOperation>>, string) | Generates the output of the differences between texts and saves it to a file. |
See Also
- interface IFileOutputGenerator
- interface IStringOutputGenerator
- namespace Aspose.Pdf.Comparison
- assembly Aspose.PDF