public abstract class AbstractITextBookRenderer extends org.codehaus.plexus.logging.AbstractLogEnabled implements BookRenderer
iText
renderer.ROLE
Constructor and Description |
---|
AbstractITextBookRenderer() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getOutputExtension()
Get the output extension supported.
|
void |
renderBook(BookContext context)
Render a book.
|
abstract void |
renderXML(File iTextFile,
File iTextOutput)
Generate an ouput file with the iText framework.
|
public void renderBook(BookContext context) throws BookDoxiaException
renderBook
in interface BookRenderer
context
- the BookContext.BookDoxiaException
- if the book cannot be rendered.public abstract String getOutputExtension()
public abstract void renderXML(File iTextFile, File iTextOutput) throws IOException
iTextFile
- the input file.iTextOutput
- the output file.IOException
- if any.Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.