Aspose.Pdf.Comparison.OutputGenerator

Classes

ClassDescription
HtmlDiffOutputGeneratorRepresents a class for generating html representation of texts differences. Deleted line breaks are indicated by paragraph mark.
MarkdownDiffOutputGeneratorRepresents a class for generating markdown representation of texts differences. Because of the markdown syntax, it is not possible to show changes to whitespace characters. Selection of changes makes adding whitespace characters around formatting, otherwise markdown viewer will not correctly display the text. Deleted line breaks are indicated by - paragraph mark.
OutputTextStyleRepresents a style set class for marking text changes.
PdfOutputGeneratorRepresents a class for generating PDF representation of texts differences.
TextStyleRepresents a text style class.

Interfaces

InterfaceDescription
IFileOutputGeneratorRepresents an interface for generating output to a file of differences between texts.
IStringOutputGeneratorRepresents an interface for generating output to a string of differences between texts.