public interface PdfRenderer extends DocumentRenderer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE
Plexus lookup role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
generatePdf(java.io.File inputFile,
java.io.File pdfFile)
Generate a final pdf ouput file from an intermediate format file.
|
getOutputExtension, readDocumentModel, render, rendervoid generatePdf(java.io.File inputFile,
java.io.File pdfFile)
throws DocumentRendererException
inputFile - eg a fo or an itext file.pdfFile - the pdf file to generate.DocumentRendererException - if any.