Example usage for com.itextpdf.text.pdf PdfPageEvent interface-usage

List of usage examples for com.itextpdf.text.pdf PdfPageEvent interface-usage

Introduction

In this page you can find the example usage for com.itextpdf.text.pdf PdfPageEvent interface-usage.

Usage

From source file com.dandymadeproductions.ajqvue.io.PDFDataTableDumpThread.java

/**
 *    The PDFDataTableDumpThread class provides a thread to safely
 * dump a TableTabPanel summary table data to a local pdf file.
 * 
 * @author Dana M. Proctor
 * @version 1.2 07/21/2019

From source file com.dandymadeproductions.myjsqlview.io.PDFDataTableDumpThread.java

/**
 *    The PDFDataTableDumpThread class provides a thread to safely
 * dump a TableTabPanel summary table data to a local pdf file.
 * 
 * @author Dana M. Proctor
 * @version 2.4 11/09/2013

From source file com.masscustsoft.service.ToPdf.java

public class ToPdf extends DirectAction implements PdfPageEvent {

    protected Map getRpt() throws Exception {
        Map rpt = (Map) LightUtil.parseJson(getStr("rpt", "{}"));
        return rpt;
    }

From source file dbedit.actions.ExportPdfAction.java

public class ExportPdfAction extends CustomAction implements PdfPageEvent {

    private PdfTemplate pdfTemplate;
    private static final Font FONT = new Font();
    private static final Font ROW_HEADER_FONT = new Font(FONT.getFamily(), 12, Font.BOLD);
    private static final BaseFont ROW_HEADER_BASE_FONT = ROW_HEADER_FONT.getCalculatedBaseFont(false);

From source file jmemorize.gui.swing.actions.ExportPdfAction.java

public class ExportPdfAction extends CustomAction implements PdfPageEvent {

    private PdfTemplate pdfTemplate;
    private static final Font FONT = new Font();
    private static final Font ROW_HEADER_FONT = new Font(FONT.getFamily(), 12, Font.BOLD);
    private static final BaseFont ROW_HEADER_BASE_FONT = ROW_HEADER_FONT.getCalculatedBaseFont(false);

From source file net.digitstar.vanadio.AbstractReportPdf.java

/**
 * Author: alx
 * Date: 7-nov-2010
 * <p/>
 * Vanadio a useful pdf report generator code driven
 */

From source file org.ganttproject.impex.htmlpdf.itext.ThemeImpl.java

/**
 * Implements Sortavala iText theme.
 *
 * @author dbarashev (Dmitry Barashev)
 */
class ThemeImpl extends StylesheetImpl implements PdfPageEvent, ITextStylesheet {