Aspose::Pdf::Comparison::TextPdfComparer class

TextPdfComparer class

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

class TextPdfComparer : public System::Object

Methods

MethodDescription
static AssemblyDestinationPageText(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>)Restores changed text from the list of changes.
static AssemblySourcePageText(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>)Restores the original text from the list of changes.
static CompareDocumentsPageByPage(System::SharedPtr<Document>, System::SharedPtr<Document>, System::SharedPtr<ComparisonOptions>)Compares two documents page by page.
static CompareDocumentsPageByPage(System::SharedPtr<Document>, System::SharedPtr<Document>, System::SharedPtr<ComparisonOptions>, System::String)Compares two documents page by page. The result is saved in a PDF file.
static CompareFlatDocuments(System::SharedPtr<Document>, System::SharedPtr<Document>, System::SharedPtr<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(System::SharedPtr<Document>, System::SharedPtr<Document>, System::SharedPtr<ComparisonOptions>, System::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(System::SharedPtr<Page>, System::SharedPtr<Page>, System::SharedPtr<ComparisonOptions>)Compares document pages.
static CreateComparisonStatistics(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>)Gets comparison statistics.
static CreateComparisonStatistics(System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<System::Collections::Generic::List<System::SharedPtr<Diff::DiffOperation>>>>>)Gets documents comparison statistics.

See Also