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)
Specified by:
processExport in interface DatatablesExport


Copyright © 2013–2014 Dandelion Project. All rights reserved.