|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.render.RenderFacade
public class RenderFacade
Abstract implementation of the CM render facade, which performs the final rendering operation.
| Constructor Summary | |
|---|---|
RenderFacade()
Constructor |
|
| Method Summary | |
|---|---|
void |
init()
init Method. |
PDFResponseType |
renderInteractivePDF(byte[] xdpTemplate,
byte[] xmlData)
Render an interactive PDF form based on given XDP and XML data. |
PDFResponseType |
renderNonInteractivePDF(byte[] xdpTemplate,
byte[] xmlData)
Render a non-interactive PDF form based on given XDP and XML data. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenderFacade()
| Method Detail |
|---|
public void init()
public PDFResponseType renderNonInteractivePDF(byte[] xdpTemplate,
byte[] xmlData)
throws java.lang.Exception
renderNonInteractivePDF in interface IRenderFacadexdpTemplate - XDP template definition to be renderedxmlData - XML formatted data
java.lang.Exception
public PDFResponseType renderInteractivePDF(byte[] xdpTemplate,
byte[] xmlData)
throws java.lang.Exception
renderInteractivePDF in interface IRenderFacadexdpTemplate - XDP template definition to be renderedxmlData - XML formatted data
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||