org.jfree.layouting.modules.output.pdf
public class PdfOutputModule extends org.pentaho.reporting.libraries.base.boot.AbstractModule
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SECURITY_ENCRYPTION_128BIT
A constant for the encryption type (128 bit).
|
static java.lang.String |
SECURITY_ENCRYPTION_40BIT
A constant for the encryption type (40 bit).
|
static java.lang.String |
SECURITY_ENCRYPTION_NONE
A constant for the encryption type (40 bit).
|
Constructor and Description |
---|
PdfOutputModule() |
Modifier and Type | Method and Description |
---|---|
static ITextFontRegistry |
getFontRegistry() |
void |
initialize(org.pentaho.reporting.libraries.base.boot.SubSystem subSystem)
Initialialize the font factory when this class is loaded and the system property of
"org.jfree.report.modules.output.pageable.itext.PDFOutputTarget.AutoInit"
is set to true . |
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, isClassLoadable, loadModuleInfo, loadModuleInfo, performExternalInitialize, performExternalInitialize, setDescription, setName, setOptionalModules, setProducer, setRequiredModules, setSubSystem, toString
equals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevel
public static final java.lang.String SECURITY_ENCRYPTION_NONE
public static final java.lang.String SECURITY_ENCRYPTION_40BIT
public static final java.lang.String SECURITY_ENCRYPTION_128BIT
public PdfOutputModule() throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
public static ITextFontRegistry getFontRegistry()
public void initialize(org.pentaho.reporting.libraries.base.boot.SubSystem subSystem) throws org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
"org.jfree.report.modules.output.pageable.itext.PDFOutputTarget.AutoInit"
is set to true
.org.pentaho.reporting.libraries.base.boot.ModuleInitializeException
- if an error occured.