net.sf.jasperreports.engine.util
Class JRPdfaIccProfileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jasperreports.engine.JRRuntimeException
                  extended by net.sf.jasperreports.engine.util.JRPdfaIccProfileNotFoundException
All Implemented Interfaces:
java.io.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 iText 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, create the PDFA_ICC_PROFILE_PATH pdf exporter parameter with the path to the profile.

Version:
$Id: JRPdfaIccProfileNotFoundException.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Narcis Marcu (narcism@users.sourceforge.net)
See Also:
Serialized Form

Constructor Summary
JRPdfaIccProfileNotFoundException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JRPdfaIccProfileNotFoundException

public JRPdfaIccProfileNotFoundException()


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com