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 BookRenderercontext - 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–2014. All rights reserved.