TextComparer Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents PDF text comparer.
Inheritance Hierarchy
Bytescout.PDFExtractorTextComparer
Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
The TextComparer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TextComparer | Initializes a new instance of the TextComparer class. | |
TextComparer(String, String) | Initializes a new instance of the TextComparer class. |
Properties
Name | Description | |
---|---|---|
AreEqual | Gets whether the documents equal. | |
ChangedInPercents | Count of changes in percents. | |
CheckPermissions | Defines whether respect permissions set by document owner. If True, extractor throws exception when the extraction is prohibited. | |
FirstFileName | ||
LinesAddedCount | Count of lines added. | |
LinesChangedCount | Count of lines changed (modified). | |
LinesRemovedCount | Count of lines removed. | |
RegistrationKey | ||
RegistrationName | ||
SecondFileName | ||
TimeSpent | Processing time. |
Methods
Name | Description | |
---|---|---|
Compare(Stream, Stream) | Compares two PDF documents. | |
Compare(String, String) | Compares two PDF documents. | |
Compare(BaseTextExtractor, BaseTextExtractor) | Compares two PDF documents loaded into an extractor instance. Supports TextExtractor, CSVExtractor, XMLExtractor and JSONExtractor as the input. | |
Compare(Stream, Stream, Int32, Int32) | Compares two PDF documents. | |
Compare(String, String, Int32, Int32) | Compares two PDF documents. | |
Compare(BaseTextExtractor, BaseTextExtractor, Int32, Int32) | Compares two PDF documents loaded into an extractor instance. Supports TextExtractor, CSVExtractor, XMLExtractor and JSONExtractor as the input. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateHtmlReport(Stream) | Generates the comparison report in HTML format. | |
GenerateHtmlReport(String) | Generates the comparison report in HTML format. | |
GenerateTextReport(Stream) | Generates the comparison report in plain text format. | |
GenerateTextReport(String) | Generates the comparison report in plain text format. | |
GetChanges | Returns list of changes in the form convenient for further processing. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
PasswordRequired | Occurs when the password required to decrypt the document. |
See Also