| Interface | Description |
|---|---|
| HyphenationEvent |
Called by
Chunk to hyphenate a word. |
| PdfOCG |
The interface common to all layer types.
|
| PdfPageEvent |
Allows a class to catch several document events.
|
| PdfPCellEvent |
An event called for a single cell.
|
| PdfPTableEvent |
An interface that can be used to retrieve the position of cells in
PdfPTable. |
| Class | Description |
|---|---|
| AcroFields |
Query and change fields in existing documents either by method
calls or by FDF merging.
|
| AcroFields.Item |
The field representations for retrieval and modification.
|
| Barcode |
Base class containing properties and methods common to all
barcode types.
|
| Barcode128 |
Implements the code 128 and UCC/EAN-128.
|
| BaseFont |
Base class for the several font types supported
|
| BidiLine |
Does all the line bidirectional processing with PdfChunk assembly.
|
| BoundedBufferedReader |
The BoundedBufferedReader class.
|
| ByteBuffer |
Acts like a
StringBuffer but works with byte arrays. |
| CMapAwareDocumentFont |
Implementation of DocumentFont used while parsing PDF streams.
|
| ColumnText |
Formats text in a columnwise form.
|
| DocumentFont | |
| ExtendedColor | |
| FdfWriter |
Writes an FDF form.
|
| GrayColor | |
| MultiColumnText |
Formats content into one or more columns bounded by a
rectangle.
|
| OutputStreamCounter | |
| PatternColor |
Represents a pattern.
|
| PdfAcroForm |
Each PDF document can contain maximum 1 AcroForm.
|
| PdfAction |
A
PdfAction defines an action that can be triggered from a PDF file. |
| PdfAnnotation |
A
PdfAnnotation is a note that is associated with a page. |
| PdfArray |
PdfArray is the PDF Array object. |
| PdfBoolean |
PdfBoolean is the boolean object represented by the keywords true or false. |
| PdfChunk |
A
PdfChunk is the PDF translation of a Chunk. |
| PdfContentByte |
PdfContentByte is an object containing the user positioned
text and graphic contents of a page. |
| PdfContentParser |
Parses the page or template content.
|
| PdfDate |
PdfDate is the PDF date object. |
| PdfDestination |
A
PdfColor defines a Color (it's a PdfArray containing 3 values). |
| PdfDeveloperExtension |
Beginning with BaseVersion 1.7, the extensions dictionary lets developers
designate that a given document contains extensions to PDF.
|
| PdfDictionary |
PdfDictionary is the Pdf dictionary object. |
| PdfFileSpecification |
Specifies a file or an URL.
|
| PdfFormField |
Implements form fields.
|
| PdfGState |
The graphic state dictionary.
|
| PdfImage |
PdfImage is a PdfStream containing an image-Dictionary and -stream. |
| PdfImportedPage |
Represents an imported page.
|
| PdfIndirectObject |
PdfIndirectObject is the Pdf indirect object. |
| PdfIndirectReference |
PdfIndirectReference contains a reference to a PdfIndirectObject. |
| PdfLine |
PdfLine defines an array with PdfChunk-objects
that fit into 1 line. |
| PdfLiteral |
a Literal
|
| PdfName |
PdfName is an object that can be used as a name in a PDF-file. |
| PdfNumber |
PdfNumber provides two types of numbers, integer and real. |
| PdfObject |
PdfObject is the abstract superclass of all PDF objects. |
| PdfOutline |
PdfOutline is an object that represents a PDF outline entry. |
| PdfPageEventHelper |
Helps the use of
PdfPageEvent by implementing all the interface methods. |
| PdfPatternPainter |
Implements the pattern.
|
| PdfPCell |
A cell in a PdfPTable.
|
| PdfPKCS7 |
This class does all the processing related to signing and verifying a PKCS#7
signature.
|
| PdfPKCS7.X509Name |
a class that holds an X509 name
|
| PdfPTable |
This is a table that can be put at an absolute position but can also
be added to the document as the class
Table. |
| PdfReader |
Reads a PDF document.
|
| PdfRectangle |
PdfRectangle is the PDF Rectangle object. |
| PdfShading |
Implements the shading dictionary (or stream).
|
| PdfShadingPattern |
Implements the shading pattern dictionary.
|
| PdfSigGenericPKCS |
A signature dictionary representation for the standard filters.
|
| PdfSignature |
Implements the signature dictionary.
|
| PdfSignatureAppearance |
This class takes care of the cryptographic options and appearances that form a signature.
|
| PdfSpotColor |
A
PdfSpotColor defines a ColorSpace |
| PdfStamper |
Applies extra content to the pages of a PDF document.
|
| PdfStamperImp | |
| PdfStream |
PdfStream is the Pdf stream object. |
| PdfString |
A
PdfString-class is the PDF-equivalent of a
JAVA-String-object. |
| PdfTemplate |
Implements the form XObject.
|
| PdfTransition | |
| PdfWriter |
A
DocWriter class for PDF. |
| PRIndirectReference | |
| PRStream | |
| PRTokeniser | |
| RandomAccessFileOrArray |
An implementation of a RandomAccessFile for input only
that accepts a file or a byte array as data source.
|
| ShadingColor |
Implements a shading pattern as a
Color. |
| SpotColor | |
| TextField |
Supports text, combo and list fields generating the correct appearances.
|
| XfaForm |
Processes XFA forms.
|
| XfaForm.AcroFieldsSearch |
A class to process "classic" fields.
|
| XfaForm.InverseStore |
A structure to store each part of a SOM name and link it to the next part
beginning from the lower hierarchy.
|
| XfaForm.Stack2 |
Another stack implementation.
|
| XfaForm.Xml2Som |
A class for some basic SOM processing.
|
| XfaForm.Xml2SomDatasets |
Processes the datasets section in the XFA form.
|
| XfaForm.Xml2SomTemplate |
Processes the template section in the XFA form.
|
| Exception | Description |
|---|---|
| PdfXConformanceException |
Copyright © 2021. All rights reserved.