Class SafeAppenderModifier

  • All Implemented Interfaces:
    Component, Modifier, RemoteModifier

    public class SafeAppenderModifier
    extends AbstractRemoteModifier
    Safe appender : appends a document to another one. Document types can be mixed (example: append PDF to PS). The modified document returned by the modify method is always the same as the source document provided. The parameter APPEND_DOCUMENT (the document to append to the source one) must be passed to the modify method. Important : this appender is safe even for PostScript document generated by diffrent softwares.