|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRenderFacade
Generic Render Facade Interface for document rendering.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
PDFResponseType renderInteractivePDF(byte[] xdpTemplate,
byte[] xmlData)
throws java.lang.Exception
xdpTemplate - XDP template definition to be renderedxmlData - XML formatted data
java.lang.Exception
PDFResponseType renderNonInteractivePDF(byte[] xdpTemplate,
byte[] xmlData)
throws java.lang.Exception
xdpTemplate - 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 | ||||||||