Package org.faceless.pdf2

Contains the classes used to create a PDF document

See:
          Description

Interface Summary
Cache This interface represents a structure which can be used to store parts of a PDF to disk, a database or some other secondary storage, to reduce the amount of memory required to generate a PDF.
Cache.Entry Represents a single entry in the Cache.
SignatureHandlerFactory This interface defines a factory for creating SignatureHandler objects.
 

Class Summary
AnnotationLink A subtype new PDFAnnotation that performs the specified action when clicked.
AnnotationNote This class represents the type of PDFAnnotation created by the "Note Tool" in Acrobat.
AnnotationStamp A "Rubber-Stamp" annotation, which can also contain a longer message in an associated pop-up window.
BarCode A class representing a Bar Code, which can be created and drawn onto a PDFPage object using the PDFPage.drawBarCode method.
CMYKColorSpace A subclass of ColorSpace representing the uncalibrated (device-dependent) CMYK color space available in PDF documents.
DiskCache A general purpose Cache which optionally writes closed streams to files on disk.
DSE200Handler An implementation of SignatureHandler that can be used to time-stamp documents using an nCipher DSE200.
DSE200HandlerFactory An implementation of SignatureHandlerFactory returning DSE200Handler objects.
EncryptionHandler An EncryptionHandler is the abstract superclass of all algorithms that are used to encrypt a PDF document before saving.
Event Enumeration class for listing the various types of event that can occur while a PDF document is being loded in Acrobat.
FDF A class representing an FDF object.
Form The Form class represents the interactive Form that may be included as part of a PDF document.
FormButton A type of FormElement representing a "Push Button", of the kind used to trigger an action like submitting or resetting a form.
FormCheckbox A type of form element representing a Check Box, which can be either "checked" or "cleared" (on or off), in the same way as the HTML "checkbox" input type.
FormChoice A "ListBox" type of form element, where the user can select an entry off a list of several predefined options.
FormElement The FormElement class is the baseclass for all elements which may be added to a Form.
FormRadioButton A type of form element representing a Radio Button, which can be either "checked" or "cleared" (on or off), in the same way as the HTML "radiobutton" input type.
FormSignature This class represents a public key "Digital Signature" which can be used to sign a PDF document.
FormText A type of form element representing a Text Field.
LayoutBox A LayoutBox is a box for laying out text, which allows a great deal more control over positioning than the standard drawText method.
LayoutBox.Box A class representing a Box, several of which make up the visible content of a LayoutBox.
LayoutBox.Text The Text class is a subclass of LayoutBox.Box which is specifically for displaying Text.
MaxiCode The MaxiCode class represents the two-dimensional Barcode methodology called "MaxiCode", originally developed by UPS to barcode packages for delivery, and now in the public domain.
OpenTypeFont A subclass of PDFFont that represents an OpenType font.
OutputProfile An Output Profile allows you to limit the PDF to use only certain features, or to enable features that are not on by default.
PDF A PDF describes a single document in Adobe's Portable Document Format.
PDFAction An action tells the PDF viewer how to navigate around the document.
PDFAnnotation A PDFAnnotation allows the user to interact with the generated PDF document, by adding / viewing rubber-stamps, popup notes hyperlinks and so on.
PDFBookmark This class describes the Bookmark or Outline part of a PDF document - the "Table of Contents" structure that allows easy navigation through the document.
PDFCanvas This class represents a the visible content of a page, annotation or similar.
PDFFont The PDFFont is the abstract superclass for all Fonts in a PDF document.
PDFImage The PDFImage class encapsulates a bitmap image, like a JPEG or PNG file, which can be inserted directly into the PDF document.
PDFImageSet The PDFImageSet class is a thin wrapper around a multi-page image format (currently only TIFF images).
PDFPage Represents a Page in a PDF document.
PDFPattern Create a new "pattern" fill to paint with.
PDFReader The PDFReader class adds the ability to load an existing PDF to the library.
PDFSound A PDFSound represents an audio sample in a PDF document.
PDFStyle A PDFStyle controls the colors, font and many other aspects of the actual display of elements on a PDF page.
PKCS7SignatureHandler This class represents the subclass of digital signatures that rely on Public/Private key pairs and that meet the requirements laid down in the document "PDF Public-Key Digital Signature and Encryption Specification", published by Adobe.
PublicKeyEncryptionHandler The PublicKeyEncryptionHandler can be used to encrypt and decrypt documents using public/private key Encryption, so documents can only be opened by certain individuals.
SignatureHandler This class is the baseline handler for all digital signatures - it could theoretically be used for any type of signature, using biometrics, public/private key and so on.
SpotColorSpace A type of ColorSpace dealing with Separation ("Spot") Colors.
StandardCJKFont A subclass of PDFFont representing the "standard" Chinese, Japanese and Korean fonts which are available as part of the Acrobat Reader for those countries, or as optional "language packs" for other locales.
StandardEncryptionHandler Represents the standard Acrobat encryption algorithm, both 40-bit and 128-bit variants.
StandardFont A concrete subclass of PDFFont representing the standard 14 fonts guaranteed to exist in all PDF readers.
Type1Font Create a new PostScript Type 1 font.
WidgetAnnotation The WidgetAnnotation class represents the type of annotation used to represent the visual contents of a FormElement on the page.
 

Package org.faceless.pdf2 Description

Contains the classes used to create a PDF document



Copyright © 2001-2004 Big Faceless Organization