org.apache.maven.doxia.docrenderer.pdf
Interface PdfRenderer

All Superinterfaces:
DocumentRenderer
All Known Implementing Classes:
AbstractPdfRenderer, FoPdfRenderer, ITextPdfRenderer

public interface PdfRenderer
extends DocumentRenderer

PDF renderer interface.

Since:
1.1
Version:
$Id: PdfRenderer.java 746998 2009-02-23 12:52:18Z vsiveton $
Author:
ltheussl

Field Summary
static String ROLE
          Plexus lookup role.
 
Method Summary
 void generatePdf(File inputFile, File pdfFile)
          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
 

Field Detail

ROLE

static final String ROLE
Plexus lookup role.

Method Detail

generatePdf

void generatePdf(File inputFile,
                 File pdfFile)
                 throws DocumentRendererException
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.


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.