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 java.lang.String |
getOutputExtension()
Get the output extension supported.
|
void |
renderBook(BookContext context)
Render a book.
|
abstract void |
renderXML(java.io.File iTextFile,
java.io.File iTextOutput)
Generate an ouput file with the iText framework.
|
public void renderBook(BookContext context) throws BookDoxiaException
renderBook in interface BookRenderercontext - the BookContext.BookDoxiaException - if the book cannot be rendered.public abstract java.lang.String getOutputExtension()
public abstract void renderXML(java.io.File iTextFile,
java.io.File iTextOutput)
throws java.io.IOException
iTextFile - the input file.iTextOutput - the output file.java.io.IOException - if any.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.