com.github.dandelion.datatables.extras.export.itext
Class PdfExport

java.lang.Object
  extended by com.github.dandelion.datatables.extras.export.itext.PdfExport
All Implemented Interfaces:
DatatablesExport

public class PdfExport
extends Object
implements DatatablesExport

Default PDF export implementation.

Author:
Thibault Duchateau

Constructor Summary
PdfExport()
           
 
Method Summary
 void initExport(HtmlTable table)
           
 void processExport(OutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfExport

public PdfExport()
Method Detail

initExport

public void initExport(HtmlTable table)
Specified by:
initExport in interface DatatablesExport

processExport

public void processExport(OutputStream output)
                   throws ExportException
Specified by:
processExport in interface DatatablesExport
Throws:
ExportException


Copyright © 2013. All Rights Reserved.