Class ReportPDFPresenter

  • All Implemented Interfaces:
    NamedExtension

    @Deprecated
    public class ReportPDFPresenter
    extends ReportPresenter
    Deprecated.
    As of i-net PDFC 21.4 - use the super class instead use ReportPresenter(boolean, boolean, String, OutputStream) instead
    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!
    Since:
    i-net PDFC 21.4
    • Constructor Detail

      • ReportPDFPresenter

        @Deprecated
        public ReportPDFPresenter​(boolean detailed,
                                  boolean appendSettings,
                                  java.io.File rootFolder)
        Deprecated.
        As of i-net PDFC 21.4 - use the super class instead
        Creates the exporter with format PDF.
        Parameters:
        detailed - set to true when additional the list of errors must be rendered
        appendSettings - true when settings must be appended
        rootFolder - the root folder to write the results to, will be ignored if ReportPresenter.getExportStream() is overwritten
        Throws:
        java.lang.IllegalStateException - in case the presenter is used without the reporting plugin
        Since:
        i-net PDFC 3.0
      • ReportPDFPresenter

        @Deprecated
        public ReportPDFPresenter​(boolean detailed,
                                  boolean appendSettings,
                                  java.io.File target,
                                  boolean isFolder)
        Deprecated.
        As of i-net PDFC 21.4 - use the super class instead
        Creates the exporter with format PDF.
        Parameters:
        detailed - set to true when additional the list of errors must be rendered
        appendSettings - true when settings must be appended
        target - the folder or file to write the results to, will be ignored if ReportPresenter.getExportStream() is overwritten
        isFolder - if the target is a folder or a file
        Throws:
        java.lang.IllegalStateException - in case the presenter is used without the reporting plugin
        Since:
        i-net PDFC 4.3
      • ReportPDFPresenter

        @Deprecated
        public ReportPDFPresenter​(boolean detailed,
                                  boolean appendSettings,
                                  java.lang.String exportFormat,
                                  java.io.File target,
                                  boolean isFolder)
        Deprecated.
        As of i-net PDFC 5.0 - use the super class instead
        Creates the exporter with a custom format.
        Parameters:
        detailed - set to true when additional the list of errors must be rendered
        appendSettings - true when settings must be appended
        exportFormat - defines the format of the exported report. Valid values are 'pdf', 'xls', 'xlsx', 'ods' and 'rtf'.
        target - the folder or file to write the results to, will be ignored if ReportPresenter.getExportStream() is overwritten
        isFolder - if the target is a folder or a file
        Throws:
        java.lang.IllegalStateException - in case the presenter is used without the reporting plugin
        Since:
        i-net PDFC 4.3