TextComparer Methods
 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
The TextComparer type exposes the following members.
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.) | 
See Also