|
|||||||||
| 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 | |
|---|---|
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 |
| Method Detail |
|---|
byte[] renderPdfForm(byte[] xmlData,
byte[] xdpData)
throws 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
Exception
byte[] renderPrintPdf(byte[] xmlData,
byte[] xdpData)
throws 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
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||