Class TextPdfComparer

TextPdfComparer class

Represents a class to comparison two PDF pages or PDF documents.

public class TextPdfComparer

Constructors

NameDescription
TextPdfComparer()The default constructor.

Methods

NameDescription
static AssemblyDestinationPageText(List<DiffOperation>)Restores changed text from the list of changes.
static AssemblySourcePageText(List<DiffOperation>)Restores the original text from the list of changes.
static CompareDocumentsPageByPage(Document, Document, ComparisonOptions)Compares two documents page by page.
static CompareDocumentsPageByPage(Document, Document, ComparisonOptions, string)Compares two documents page by page. The result is saved in a PDF file.
static CompareFlatDocuments(Document, Document, ComparisonOptions)Compares two documents page by page. The documents are compared as a whole. Before comparing text, the texts of document pages are combined into one text.
static CompareFlatDocuments(Document, Document, ComparisonOptions, string)Compares two documents page by page. The result is saved in a PDF file. The documents are compared as a whole. Before comparing text, the texts of document pages are combined into one text.
static ComparePages(Page, Page, ComparisonOptions)Compares document pages.
static CreateComparisonStatistics(List<DiffOperation>)Gets comparison statistics.
static CreateComparisonStatistics(List<List<DiffOperation>>)Gets documents comparison statistics.

See Also