Example usage for com.itextpdf.text Document subclass-usage

List of usage examples for com.itextpdf.text Document subclass-usage

Introduction

In this page you can find the example usage for com.itextpdf.text Document subclass-usage.

Usage

From source file com.vectorprint.report.itext.VectorPrintDocument.java

/**
 *
 * This subclass of document gathers information for table of contents and enables you to work with
 * {@link VectorPrintDocument.AddElementHook hooks}. Hooks are added to this document before elements are added and
 * enable for example drawing near content.
 *

From source file de.unisiegen.informatik.bs.alvis.export.PdfExport.java

/**
 * class which creates the export PDF file
 * 
 * @author Frank Weiler & Sebastian Schmitz
 */
public class PdfExport extends Document {