@Deprecated public interface DocumentRenderHandler
Modifier and Type | Field and Description |
---|---|
static int |
INTERACTIVE_DOCUMENT_HANDLER
Deprecated.
|
static int |
NONINTERACTIVE_DOCUMENT_HANDLER
Deprecated.
|
static String |
XDP_KEY
Deprecated.
XDP Template key for preProcessDocument API.
|
static String |
XML_KEY
Deprecated.
XML Data key for preProcessDocument API.
|
Modifier and Type | Method and Description |
---|---|
int |
getHandlerType()
Deprecated.
|
byte[] |
postProcessDocument(byte[] inputDocument)
Deprecated.
|
Map<String,byte[]> |
preProcessDocument(byte[] xdpBytes,
byte[] xmlBytes)
Deprecated.
|
static final int INTERACTIVE_DOCUMENT_HANDLER
static final int NONINTERACTIVE_DOCUMENT_HANDLER
static final String XDP_KEY
static final String XML_KEY
@Deprecated Map<String,byte[]> preProcessDocument(byte[] xdpBytes, byte[] xmlBytes)
xdpBytes
- XDP bytes for the documentxmlBytes
- XML data bytes for the documentMap
of processed XDP and XML bytes, using the "xdpBytes" key for XDP and "xmlBytes" key for XML.@Deprecated byte[] postProcessDocument(byte[] inputDocument)
inputDocument
- the rendered document bytes@Deprecated int getHandlerType()
DocumentRenderHandler.INTERACTIVE_DOCUMENT_HANDLER
) or
non-interactive documents (DocumentRenderHandler.NONINTERACTIVE_DOCUMENT_HANDLER
).
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.