org.apache.maven.doxia.book.services.renderer
public abstract class AbstractITextBookRenderer extends AbstractLogEnabled implements BookRenderer
iText
renderer.
Version: $Id: AbstractITextBookRenderer.java 572956 2007-09-05 14:22:50Z ltheussl $
Method Summary | |
---|---|
abstract String | getOutputExtension()
Get the output extension supported.
|
void | renderBook(BookContext context) |
abstract void | renderXML(File iTextFile, File iTextOutput)
Generate an ouput file with the iText framework.
|
Returns: the ouput extension supported.
Parameters: iTextFile the input file. iTextOutput the output file.
Throws: IOException if any.