|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRenderService
Interface for render Service integration classes
| Method Summary | |
|---|---|
Document |
invokeDDX(com.adobe.idp.Document ddx,
java.util.Map inputMap)
Invokes assembler service with the given ddx and inputDocument map. |
byte[] |
renderPdfForm(byte[] xmlData,
byte[] xdpData)
Render an interactive PDF with settings based on the given render profile |
byte[] |
renderPrintPdf(byte[] xmlData,
byte[] xdpData)
Render a print PDF with settings based on the given render profile |
void |
setRenderHandlers(java.util.List renderHandlers)
Register the document handlers for the service. |
| Method Detail |
|---|
byte[] renderPdfForm(byte[] xmlData,
byte[] xdpData)
throws java.lang.Exception
xmlData - byte array with XML data to use for rendering. If left null a
PDF Form with no pre-filled data will be renderedxdpdata - byteArray with the XDP to render. This is required otherwise
java.lang.Exception
byte[] renderPrintPdf(byte[] xmlData,
byte[] xdpData)
throws java.lang.Exception
xmlData - byte array with XML data to use for rendering. If left null a
PDF Form with no pre-filled data will be renderedxdpdata - byteArray with the XDP to render. This is required otherwise
java.lang.Exceptionvoid setRenderHandlers(java.util.List renderHandlers)
renderHandlers List.
renderHandlers - DocumentRenderHandler
Document invokeDDX(com.adobe.idp.Document ddx,
java.util.Map inputMap)
throws ICCException
ddx - - ddx needs to be passed to assembler service.inputMap - - input document map needs to be passed to the assembler service.
ICCException
OperationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||