com.github.dandelion.datatables.extras.export.itext
Class PdfExport
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PdfExport
public PdfExport()
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.