Class JRPdfaIccProfileNotFoundException

All Implemented Interfaces:
Serializable

public class JRPdfaIccProfileNotFoundException extends JRRuntimeException
Exception raised when an ICC profile is not available to the JVM.

The ICC profiles are defined by the International Color Consortium. They are a means by which OpenPDF ensures color management in a device-independent manner and they need to be embedded for PDF/A-1 compliance.

Here are some sources of freely available and high quality ICC profiles:

After obtaining a valid ICC profile, use the path to the profile as value for the PdfExporterConfiguration.getIccProfilePath() configuration property.

Author:
Narcis Marcu (narcism@users.sourceforge.net)
See Also:
  • Field Details

    • EXCEPTION_MESSAGE_KEY_ICC_PROFILE_NOT_AVAILABLE

      public static final String EXCEPTION_MESSAGE_KEY_ICC_PROFILE_NOT_AVAILABLE
      See Also:
  • Constructor Details

    • JRPdfaIccProfileNotFoundException

      public JRPdfaIccProfileNotFoundException()