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
| Constructor | Description |
|---|---|
| TextPdfComparer |
Methods
| Method | Description |
|---|---|
| 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. |
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.