Class JsonDiffOutputGenerator

JsonDiffOutputGenerator class

Represents a class for displaying the results of comparing PDF documents or pages in JSON format.

public class JsonDiffOutputGenerator : IFileOutputGenerator, IStringOutputGenerator

Constructors

NameDescription
JsonDiffOutputGenerator()The default constructor.

Methods

NameDescription
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