public interface PDFEventProducer extends EventProducer
| Modifier and Type | Interface and Description |
|---|---|
static class |
PDFEventProducer.Provider
Provider class for the event producer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
incorrectEncryptionLength(java.lang.Object source,
int originalValue,
int correctedValue)
The encryption length must be a multiple of 8 between 40 and 128.
|
void |
nonFullyResolvedLinkTargets(java.lang.Object source,
int count)
Some link targets haven't been fully resolved.
|
void |
nonStandardStructureType(java.lang.Object source,
java.lang.String fo,
java.lang.String type,
java.lang.String fallback)
Custom structure type is not standard as per the PDF reference.
|
void nonFullyResolvedLinkTargets(java.lang.Object source,
int count)
source - the event sourcecount - the number of unresolved linksvoid nonStandardStructureType(java.lang.Object source,
java.lang.String fo,
java.lang.String type,
java.lang.String fallback)
source - the event sourcefo - the local name of the formatting object having the custom typetype - custom structure typefallback - default structure type used as a fallbackvoid incorrectEncryptionLength(java.lang.Object source,
int originalValue,
int correctedValue)
source - the event sourceoriginalValue - requested encryption lengthcorrectedValue - corrected encryption lengthCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.