com.adobe.icc.render
Interface IRenderService


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

renderPdfForm

byte[] renderPdfForm(byte[] xmlData,
                     byte[] xdpData)
                     throws Exception
Render an interactive PDF with settings based on the given render profile

Parameters:
xmlData - byte array with XML data to use for rendering. If left null a PDF Form with no pre-filled data will be rendered
xdpdata - byteArray with the XDP to render. This is required otherwise
Returns:
byte array with rendered PDF
Throws:
Exception

renderPrintPdf

byte[] renderPrintPdf(byte[] xmlData,
                      byte[] xdpData)
                      throws Exception
Render a print PDF with settings based on the given render profile

Parameters:
xmlData - byte array with XML data to use for rendering. If left null a PDF Form with no pre-filled data will be rendered
xdpdata - byteArray with the XDP to render. This is required otherwise
Returns:
byte array with rendered PDF
Throws:
Exception


[an error occurred while processing this directive] [an error occurred while processing this directive]