Aspose::Pdf::Comparison namespace

The Aspose.Pdf.Comparison namespace provides classes for the PDF comparison functionalities.

Classes

ClassDescription
ComparisonOptionsRepresents a PDF document comparison options class.
ComparisonStatisticsBuilderRepresents a class for building comparison statistics.
DiffOperationRepresents a class of diff operation.
DocumentComparisonStatisticsRepresents a document comparison statistics class.
GraphicalPdfComparerRepresents a class for graphically comparing PDF documents. Should be used to search for small changes, mainly of a graphical nature. To compare text content changes, use other PDF comparison classes.
HtmlDiffOutputGeneratorRepresents a class for generating html representation of texts differences. Deleted line breaks are indicated by paragraph mark.
IFileOutputGeneratorRepresents an interface for generating output to a file of differences between texts.
ImagesDifferenceRepresents the result class of comparing two PDF pages.
IStringOutputGeneratorRepresents an interface for generating output to a string of differences between texts.
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.
SideBySideComparisonOptionsRepresents an options class for comparing documents with side-by-side output.
SideBySidePdfComparer
TextItemComparisonStatisticsRepresents a text comparison ststistics class.
TextPdfComparerRepresents a class to comparison two PDF pages or PDF documents.
TextStyleRepresents a text style class.

Enums

EnumDescription
ComparisonModeThe comparison mode enumeration.
EditOperationsOrderSpecifies the order of edit operations.
OperationRepresents a difference operation type.