Interface PdfRenderer

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

@Deprecated public interface PdfRenderer extends DocumentRenderer
Deprecated.
PDF renderer interface.
Since:
1.1
Author:
ltheussl
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
    Plexus lookup role.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    generatePdf(File inputFile, 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
  • Field Details

    • ROLE

      static final String ROLE
      Deprecated.
      Plexus lookup role.
  • Method Details

    • generatePdf

      void generatePdf(File inputFile, 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.