Class PDF

java.lang.Object
com.storedobject.pdf.PDF
All Implemented Interfaces:
Executable, ContentProducer, ContentType, Closeable, AutoCloseable, Runnable
Direct Known Subclasses:
PDFReport

public abstract class PDF extends Object implements Closeable, ContentProducer
This class is used to create PDF output. The only abstract method in this class is generateContent() and is the one where you really print the report content. In most cases, you may use PDFReport class instead of this class directly.
Author:
Syam