Skip navigation links
i-net PDFC Server
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Classes
  • Enum Classes
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Deprecated Classes
    Class
    Description
    com.inet.pdfc.presenter.ReportPDFPresenter
    As of i-net PDFC 21.4 - use the super class instead use ReportPresenter(boolean, boolean, String, OutputStream) instead
  • Deprecated Enum Classes
    Enum Class
    Description
    com.inet.pdfc.presenter.DifferencesImagePresenter.IMAGE_CONFIG
    As of i-net PDFC 5.0
  • Deprecated Fields
    Field
    Description
    com.inet.pdfc.config.PDFCProperty.CREATE_DIFFIMAGES
    As of i-net PDFC 5.0, see Settings.EXPORT.CREATE_DIFFIMAGES_FIRST and Settings.EXPORT.CREATE_DIFFIMAGES_SECOND
    com.inet.pdfc.config.PDFCProperty.CREATE_ORIGIMAGES
    As of i-net PDFC 5.0, see Settings.EXPORT.CREATE_ORIGIMAGES
    com.inet.pdfc.config.PDFCProperty.CREATE_XORIMAGES
    As of i-net PDFC 5.0, see Settings.EXPORT.CREATE_XORIMAGES
    com.inet.pdfc.config.PDFCProperty.EXPORT_PDF_ALWAYS
    As of i-net PDFC 5.0, see Settings.EXPORT.ONLY_ON_DIFFERENCES
    com.inet.pdfc.config.PDFCProperty.IMAGE_SCALE_FACTOR
    As of i-net PDFC 5.0, see Settings.IMAGE_SCALE_FACTOR
    com.inet.pdfc.config.PDFCProperty.LOG_FILE
    As of i-net PDFC 5.0, see PDFCCorePlugin.configureLogging(java.io.File)
    com.inet.pdfc.config.PDFCProperty.LOG_LEVEL
    As of i-net PDFC 5.0, see PDFCCorePlugin.setLogLevel(com.inet.logging.LogLevel)
    com.inet.pdfc.config.PDFCProperty.MAX_ERRORS_PER_FILE
    As of i-net PDFC 5.0, see Settings.MAX_ERRORS_PER_FILE
  • Deprecated Methods
    Method
    Description
    com.inet.config.Configuration.putAll(Map, boolean)
    As of i-net Clear Reports 14, use Configuration.putAll(Map)
    com.inet.pdfc.generator.message.InfoData.getFirstTotalPageNumber()
    As of i-net PDFC 5.0 please migrate to InfoData.getFirstPageCount()
    com.inet.pdfc.generator.message.InfoData.getSecondTotalPageNumber()
    As of i-net PDFC 5.0 please migrate to InfoData.getFirstPageCount()
    com.inet.pdfc.PDFC.requestAndSetTrialLicenseIfRequired()
    As of i-net PDFC 4.3, a trial license will automatically acquired if possible. If the automatic attempt is not successful, use PDFC.activateLicense(String) to activate a license via API.
    com.inet.pdfc.PDFComparer.setVisibleDifferences(DiffGroup.GroupType...)
    As of i-net PDFC 4.3, use PDFComparer.setSettings(Settings setting) instead
    com.inet.pdfc.PDFComparer.setVisibleHighlights(String...)
    As of i-net PDFC 4.3, use PDFComparer.setSettings(Settings setting) instead
    com.inet.pdfc.presenter.BasePresenter.configure(IProfile)
    As of i-net PDFC 5.0, use instead PDFComparer.setSettings(Settings) or ResultModel.getSettings()
    com.inet.pdfc.presenter.DifferencesImagePresenter.getConfigSetting(IProfile)
    As of i-net PDFC 5.0 , the property will be stored in settings Settings.EXPORT.CREATE_DIFFIMAGES_FIRST and Settings.EXPORT.CREATE_DIFFIMAGES_SECOND
    com.inet.pdfc.presenter.DifferencesImagePresenter.setCreateDifferenceImages(boolean, boolean, boolean)
    As of i-net PDFC 5.0, use instead PDFComparer.setSettings(Settings) ->
    Settings.EXPORT.CREATE_DIFFIMAGES_FIRST,
    Settings.EXPORT.CREATE_DIFFIMAGES_SECOND,
    Settings.EXPORT.CREATE_XORIMAGES
    com.inet.pdfc.presenter.DifferencesImagePresenter.setCreatePageImages(boolean)
    As of i-net PDFC 5.0, use instead PDFComparer.setSettings(Settings) -> Settings.EXPORT.CREATE_ORIGIMAGES
    com.inet.pdfc.presenter.ExportFilePresenter.setExportOnlyOnDifferences(boolean)
    As of i-net PDFC 4.3, use PDFComparer.setSettings(Settings)
    com.inet.pdfc.presenter.ExportPresenter.setAddHeaderFooter(boolean)
    As of i-net PDFC 4.1, use PDFComparer.setSettings(Settings) instead (Settings.setEnabled(boolean, VisibilitySetting...)
    com.inet.pdfc.presenter.ExportPresenter.setColorprovider(ColorProvider)
    As of i-net PDFC 4.1, use PDFComparer.setSettings(Settings) instead (Settings.setColor(Color, ColorSetting))
    com.inet.pdfc.presenter.ExportPresenter.setScaleToFitPageHeight(boolean)
    As of i-net PDFC 4.1, use PDFComparer.setSettings(Settings)
    com.inet.pdfc.results.ResultModel.isTypeVisible(DiffGroup.GroupType)
    As of i-net PDFC 4.1, use ResultModel.isVisible(VisibilitySetting) instead
    com.inet.pdfc.results.ResultModel.setHighlightVisibile(String, boolean)
    As of i-net PDFC 4.3, use ResultModel.setSetting(Settings) instead
    com.inet.pdfc.results.ResultModel.setTypeVisible(DiffGroup.GroupType, boolean)
    As of i-net PDFC 4.1, use ResultModel.setSetting(Settings) instead
    com.inet.pdfc.results.ResultModel.setVisible(boolean, VisibilitySetting...)
    As of i-net PDFC 4.3, use ResultModel.setSetting(Settings) instead
    com.inet.plugin.ServerPluginManager.init(ServerPluginDescription)
    com.inet.plugin.ServerPluginManager.init(String)
  • Deprecated Constructors
    Constructor
    Description
    com.inet.pdfc.config.PdfSource()
    As of i-net PDFC 23.10 - use the protected constructor PdfSource(String, String, long, long) instead
    com.inet.pdfc.presenter.ReportPDFPresenter(boolean, boolean, File)
    As of i-net PDFC 21.4 - use the super class instead
    com.inet.pdfc.presenter.ReportPDFPresenter(boolean, boolean, File, boolean)
    As of i-net PDFC 21.4 - use the super class instead
    com.inet.pdfc.presenter.ReportPDFPresenter(boolean, boolean, String, File, boolean)
    As of i-net PDFC 5.0 - use the super class instead
  • Deprecated Enum Constants
    Enum Constant
    Description
    com.inet.pdfc.config.Settings.OPTION.HEADERFOOTER
    com.inet.pdfc.PDFC.PROP.ONLYDIFFERENCES
    As of i-net PDFC 5.0, use instead see PDFC.PROP.EXPORTALWAYS

Copyright © 2010-2025 by i-net software GmbH