public interface PdfRenderer extends DocumentRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
generatePdf(File inputFile,
File pdfFile)
Generate a final pdf ouput file from an intermediate format file.
|
getOutputExtension, readDocumentModel, render, renderstatic final String ROLE
void generatePdf(File inputFile, File pdfFile) throws DocumentRendererException
inputFile - eg a fo or an itext file.pdfFile - the pdf file to generate.DocumentRendererException - if any.Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.