net.sf.jasperreports.engine.util
Class JRPdfaIccProfileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jasperreports.engine.JRRuntimeException
net.sf.jasperreports.engine.util.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 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:
- sRGB ICC profiles provided by the International Color Consortium:
- RGB and CMYK ICC profiles for various printing conditions provided by the European Color Initiative (ECI):
- RGB and CMYK ICC profiles provided by Adobe:
- Ifra profiles for newspaper publishing:
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JRPdfaIccProfileNotFoundException
public JRPdfaIccProfileNotFoundException()
Copyright © 2012. All Rights Reserved.