Namespace inetsoftware.Pdfc.Presenter
Classes
BasePresenter
A Presenter is responsible to 'present' the result of the comparison in some way.
This class the base class for a result presenter.It automatically registers to a model and should present the result presented by the ResultModel in some way.
ConsolePresenter
A presenter to print the modifications of a comparison run to the log. If used for a batch comparison the presenter will print a summary for all compared documents at the end of the batch run.
DifferencesPDFPresenter
This presenter creates a complete comparison PDF for any comparison. The PDF contains all pages of both documents along with a highlighting of all differences. The visual representation is similar to the one of the i-net PDFC GUI.
DifferencesPNGPresenter
This presenter generates images for a complete graphical representation of the comparison. Generates one images or if multiple files must be generated a zip file containing the images.The visual representation is similar to the one of the i-net PDFC GUI.
DifferencesPrintPresenter
This presenter exports a graphical overview of the complete comparison to a printer. The visual representation is similar to the one of the i-net PDFC GUI.
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.
JsonPresenter
A presenter to format the Modifications of a comparison run to JSON Data.
ReportPDFPresenter
Generates a statistical report of the comparison which contains diagrams of the difference types and their distribution along the pages. The export format of this presenter is PDF by default.
An active 'reporting' plugin is required to use this filter!
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!