| BasePresenter |
A Presenter is responsible to 'present' the result of the comparison in some way.
|
| ConsolePresenter |
A presenter to print the Modifications of a comparison run to the log.
|
| DifferencesImagePresenter |
This presenter generates images of all pages as well as side-by-side images of pages with differences.
|
| DifferencesPDFPresenter |
This presenter creates a complete comparison PDF for any comparison.
|
| DifferencesPNGPresenter |
This presenter generates images for a complete graphical representation of the comparison.
|
| DifferencesPrintPresenter |
This presenter exports a graphical overview of the complete comparison to a printer.
|
| ExportFilePresenter |
Sub-Presenter for Differences-Exports creating a file result, such as PDF or PNG.
|
| ExportPresenter |
Basic presenter for Exports which generates a graphical comparison result.
Contains some useful methods allowing some settings to be made and applied to the PrintPainter.
|
| JsonPresenter |
A presenter to format the Modifications of a comparison run to JSON Data.
|
| JsonPresenter.JsonDifference |
JSON format for differences
|
| JsonPresenter.JsonResult |
JSON format for result model for enduser
|
| ReportPDFPresenter |
Deprecated.
|
| ReportPresenter |
Generates a statistical report of the comparison which contains diagrams of the difference types and their
distribution along the pages.
An active 'reporting' plugin is required to use this filter!
|