Interface PdfRenderer
-
- All Superinterfaces:
DocumentRenderer
- All Known Implementing Classes:
AbstractPdfRenderer
,FoPdfRenderer
@Deprecated public interface PdfRenderer extends DocumentRenderer
Deprecated.PDF renderer interface.- Since:
- 1.1
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ROLE
Deprecated.Plexus lookup role.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
generatePdf(java.io.File inputFile, java.io.File pdfFile)
Deprecated.Generate a final pdf ouput file from an intermediate format file.-
Methods inherited from interface org.apache.maven.doxia.docrenderer.DocumentRenderer
getOutputExtension, readDocumentModel, render, render
-
-
-
-
Method Detail
-
generatePdf
void generatePdf(java.io.File inputFile, java.io.File pdfFile) throws DocumentRendererException
Deprecated.Generate a final pdf ouput file from an intermediate format file.- Parameters:
inputFile
- eg a fo or an itext file.pdfFile
- the pdf file to generate.- Throws:
DocumentRendererException
- if any.
-
-