TextPdfComparer

Inheritance: java.lang.Object, com.aspose.pdf.comparison.textcomparison.TextPdfComparer

public class TextPdfComparer extends Object

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

Constructors

ConstructorDescription
TextPdfComparer

Methods

MethodDescription
assemblyDestinationPageTextRestores changed text from the list of changes.
assemblySourcePageTextRestores the original text from the list of changes.
compareDocumentsPageByPageCompares two documents page by page.
compareDocumentsPageByPageCompares two documents page by page. The result is saved in a PDF file.
compareFlatDocumentsCompares 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.
compareFlatDocumentsCompares 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.
comparePagesCompares document pages.
createComparisonStatisticsGets documents comparison statistics.
createComparisonStatistics1Gets comparison statistics.

TextPdfComparer

public TextPdfComparer()

assemblyDestinationPageText

Restores changed text from the list of changes.

assemblySourcePageText

Restores the original text from the list of changes.

compareDocumentsPageByPage

Compares two documents page by page.

compareDocumentsPageByPage

Compares two documents page by page. The result is saved in a PDF file.

compareFlatDocuments

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.

compareFlatDocuments

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.

comparePages

Compares document pages.

createComparisonStatistics

Gets documents comparison statistics.

createComparisonStatistics1

Gets comparison statistics.