org.apache.maven.doxia.docrenderer.pdf
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, render
void 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.Copyright © 2005-2014. All Rights Reserved.