public class PdfOutputModule
extends 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(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. |
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 ModuleInitializeException
ModuleInitializeExceptionpublic static ITextFontRegistry getFontRegistry()
public void initialize(SubSystem subSystem)
throws ModuleInitializeException
"org.jfree.report.modules.output.pageable.itext.PDFOutputTarget.AutoInit"
is set to true.ModuleInitializeException - if an error occured.