com.lowagie.text.pdf |
|
Java Source File Name | Type | Comment |
AcroFields.java | Class | Query and change fields in existing documents either by method
calls or by FDF merging. |
ArabicLigaturizer.java | Class | Shape arabic characters. |
AsianFontMapper.java | Class | |
BadPdfFormatException.java | Class | Signals that a bad PDF format has been used to construct a PdfObject . |
Barcode.java | Class | Base class containing properties and methods commom to all
barcode types. |
Barcode128.java | Class | Implements the code 128 and UCC/EAN-128. |
Barcode39.java | Class | Implements the code 39 and code 39 extended. |
BarcodeCodabar.java | Class | Implements the code codabar. |
BarcodeDatamatrix.java | Class | A DataMatrix 2D barcode generator. |
BarcodeEAN.java | Class | Generates barcodes in several formats: EAN13, EAN8, UPCA, UPCE,
supplemental 2 and 5. |
BarcodeEANSUPP.java | Class | This class takes 2 barcodes, an EAN/UPC and a supplemental
and creates a single barcode with both combined in the
expected layout. |
BarcodeInter25.java | Class | Implements the code interleaved 2 of 5. |
BarcodePDF417.java | Class | Generates the 2D barcode PDF417. |
BarcodePostnet.java | Class | Implements the Postnet and Planet barcodes. |
BaseField.java | Class | Common field variables. |
BaseFont.java | Class | |
BidiLine.java | Class | Does all the line bidirectional processing with PdfChunk assembly. |
BidiOrder.java | Class | Reference implementation of the Unicode 3.0 Bidi algorithm.
This implementation is not optimized for performance. |
ByteBuffer.java | Class | Acts like a StringBuffer but works with byte arrays. |
CFFFont.java | Class | |
CFFFontSubset.java | Class | This Class subsets a CFF Type Font. |
CJKFont.java | Class | Creates a CJK font compatible with the fonts in the Adobe Asian font Pack. |
CMYKColor.java | Class | |
ColorDetails.java | Class | |
ColumnText.java | Class | Formats text in a columnwise form. |
DefaultFontMapper.java | Class | Default class to map awt fonts to BaseFont. |
DocumentFont.java | Class | |
EnumerateTTC.java | Class | Enumerates all the fonts inside a True Type Collection. |
ExtendedColor.java | Class | |
ExtraEncoding.java | Interface | Classes implementing this interface can create custom encodings or
replace existing ones. |
FdfReader.java | Class | |
FdfWriter.java | Class | Writes an FDF form. |
FontDetails.java | Class | Each font in the document will have an instance of this class
where the characters used will be represented. |
FontMapper.java | Interface | A FontMapper implementation handles mappings between AWT Fonts and PDF
fonts. |
FontSelector.java | Class | Selects the appropriate fonts that contain the glyphs needed to
render text correctly. |
GlyphList.java | Class | |
GrayColor.java | Class | |
HyphenationAuto.java | Class | Hyphenates words automatically accordingly to the language and country.
The hyphenator engine was taken from FOP and uses the TEX patterns. |
HyphenationEvent.java | Interface | Called by Chunk to hyphenate a word. |
IntHashtable.java | Class | A hash map that uses primitive ints for the key rather than objects.
Note that this class is for internal optimization purposes only, and may
not be supported in future releases of Jakarta Commons Lang. |
LZWDecoder.java | Class | A class for performing LZW decoding. |
MappedRandomAccessFile.java | Class | |
MultiColumnText.java | Class | Formats content into one or more columns bounded by a
rectangle. |
OutputStreamCounter.java | Class | |
OutputStreamEncryption.java | Class | |
PageResources.java | Class | |
PatternColor.java | Class | Represents a pattern. |
PdfAcroForm.java | Class | Each PDF document can contain maximum 1 AcroForm. |
PdfAction.java | Class | A PdfAction defines an action that can be triggered from a PDF file. |
PdfAnnotation.java | Class | A PdfAnnotation is a note that is associated with a page. |
PdfAppearance.java | Class | Implements the appearance stream to be used with form fields.. |
PdfArray.java | Class | PdfArray is the PDF Array object.
An array is a sequence of PDF objects. |
PdfBoolean.java | Class | PdfBoolean is the boolean object represented by the keywords true or false. |
PdfBorderArray.java | Class | A PdfBorderArray defines the border of a PdfAnnotation . |
PdfBorderDictionary.java | Class | A PdfBorderDictionary define the appearance of a Border (Annotations). |
PdfCell.java | Class | A PdfCell is the PDF translation of a Cell . |
PdfChunk.java | Class | A PdfChunk is the PDF translation of a Chunk . |
PdfColor.java | Class | A PdfColor defines a Color (it's a PdfArray containing 3 values). |
PdfContentByte.java | Class | PdfContentByte is an object containing the user positioned
text and graphic contents of a page. |
PdfContentParser.java | Class | Parses the page or template content. |
PdfContents.java | Class | PdfContents is a PdfStream containing the contents (text + graphics) of a PdfPage . |
PdfCopy.java | Class | Make copies of PDF documents. |
PdfCopyFields.java | Class | Concatenates PDF documents including form fields. |
PdfCopyFieldsImp.java | Class | |
PdfDashPattern.java | Class | A PdfDashPattern defines a dash pattern as described in
the PDF Reference Manual version 1.3 p 325 (section 8.4.3). |
PdfDate.java | Class | PdfDate is the PDF date object.
PDF defines a standard date format. |
PdfDestination.java | Class | A PdfColor defines a Color (it's a PdfArray containing 3 values). |
PdfDictionary.java | Class | PdfDictionary is the Pdf dictionary object.
A dictionary is an associative table containing pairs of objects. |
PdfDocument.java | Class | PdfDocument is the class that is used by PdfWriter
to translate a Document into a PDF with different pages. |
PdfEncodings.java | Class | Supports fast encodings for winansi and PDFDocEncoding. |
PdfEncryption.java | Class | |
PdfEncryptor.java | Class | This class takes any PDF and returns exactly the same but
encrypted. |
PdfException.java | Class | Signals that an unspecified problem while constructing a PDF document. |
PdfFileSpecification.java | Class | Specifies a file or an URL. |
PdfFont.java | Class | PdfFont is the Pdf Font object. |
PdfFormField.java | Class | Implements form fields. |
PdfFormXObject.java | Class | PdfFormObject is a type of XObject containing a template-object. |
PdfFunction.java | Class | Implements PDF functions. |
PdfGraphics2D.java | Class | |
PdfGState.java | Class | The graphic state dictionary. |
PdfICCBased.java | Class | |
PdfImage.java | Class | PdfImage is a PdfStream containing an image-Dictionary and -stream. |
PdfImportedPage.java | Class | Represents an imported page. |
PdfIndirectObject.java | Class | PdfIndirectObject is the Pdf indirect object.
An indirect object is an object that has been labeled so that it can be referenced by
other objects. |
PdfIndirectReference.java | Class | PdfIndirectReference contains a reference to a PdfIndirectObject .
Any object used as an element of an array or as a value in a dictionary may be specified
by either a direct object of an indirect reference. |
PdfLayer.java | Class | An optional content group is a dictionary representing a collection of graphics
that can be made visible or invisible dynamically by users of viewer applications. |
PdfLayerMembership.java | Class | Content typically belongs to a single optional content group,
and is visible when the group is ON and invisible when it is OFF. |
PdfLine.java | Class | PdfLine defines an array with PdfChunk -objects
that fit into 1 line. |
PdfLister.java | Class | |
PdfLiteral.java | Class | |
PdfMediaClipData.java | Class | |
PdfName.java | Class | PdfName is an object that can be used as a name in a PDF-file.
A name, like a string, is a sequence of characters. |
PdfNameTree.java | Class | Creates a name tree. |
PdfNull.java | Class | PdfNull is the Null object represented by the keyword null. |
PdfNumber.java | Class | PdfNumber provides two types of numbers, integer and real.
Integers may be specified by signed or unsigned constants. |
PdfNumberTree.java | Class | Creates a number tree. |
PdfObject.java | Class | PdfObject is the abstract superclass of all PDF objects.
PDF supports seven basic types of objects: Booleans, numbers, strings, names,
arrays, dictionaries and streams. |
PdfOCG.java | Interface | The interface common to all layer types. |
PdfOCProperties.java | Class | This class represents the /OCProperties entry in the document catalog
and holds the optional content properties dictionary, which contains
a list of all the optional content groups in the document, as well as information
about the default and alternate configurations for optional content. |
PdfOutline.java | Class | PdfOutline is an object that represents a PDF outline entry. |
PdfPage.java | Class | PdfPage is the PDF Page-object.
A Page object is a dictionary whose keys describe a single page containing text,
graphics, and images. |
PdfPageElement.java | Interface | The PdfPageElement interface has to be implemented by PdfPage and PdfPages . |
PdfPageEvent.java | Interface | Allows a class to catch several document events. |
PdfPageEventHelper.java | Class | Helps the use of PdfPageEvent by implementing all the interface methods. |
PdfPageLabels.java | Class | Page labels are used to identify each
page visually on the screen or in print. |
PdfPages.java | Class | PdfPages is the PDF Pages-object. |
PdfPattern.java | Class | |
PdfPatternPainter.java | Class | Implements the pattern. |
PdfPCell.java | Class | A cell in a PdfPTable. |
PdfPCellEvent.java | Interface | An event called for a single cell. |
PdfPKCS7.java | Class | This class does all the processing related to signing and verifying a PKCS#7
signature. |
PdfPrinterGraphics2D.java | Class | This is an extension class for the sole purpose of implementing the
java.awt.print.PrinterGraphics PrinterGraphics interface. |
PdfPRow.java | Class | A row in a PdfPTable. |
PdfPSXObject.java | Class | Implements the PostScript XObject. |
PdfPTable.java | Class | This is a table that can be put at an absolute position but can also
be added to the document as the class Table . |
PdfPTableEvent.java | Interface | An interface that can be used to retrieve the position of cells in PdfPTable . |
PdfPublicKeyRecipient.java | Class | |
PdfPublicKeySecurityHandler.java | Class | |
PdfReader.java | Class | Reads a PDF document. |
PdfReaderInstance.java | Class | Instance of PdfReader in each output document. |
PdfRectangle.java | Class | PdfRectangle is the PDF Rectangle object.
Rectangles are used to describe locations on the page and bounding boxes for several
objects in PDF, such as fonts. |
PdfRendition.java | Class | |
PdfResources.java | Class | PdfResources is the PDF Resources-object.
The marking operations for drawing a page are stored in a stream that is the value of the
Contents key in the Page object's dictionary. |
PdfShading.java | Class | Implements the shading dictionary (or stream). |
PdfShadingPattern.java | Class | Implements the shading pattern dictionary. |
PdfSigGenericPKCS.java | Class | A signature dictionary representation for the standard filters. |
PdfSignature.java | Class | Implements the signature dictionary. |
PdfSignatureAppearance.java | Class | This class takes care of the cryptographic options and appearances that form a signature. |
PdfSmartCopy.java | Class | PdfSmartCopy has the same functionality as PdfCopy,
but when resources (such as fonts, images,...) are
encountered, a reference to these resources is saved
in a cache, so that they can be reused. |
PdfSpotColor.java | Class | |
PdfStamper.java | Class | Applies extra content to the pages of a PDF document.
This extra content can be all the objects allowed in PdfContentByte
including pages from other Pdfs. |
PdfStamperImp.java | Class | |
PdfStream.java | Class | PdfStream is the Pdf stream object.
A stream, like a string, is a sequence of characters. |
PdfString.java | Class | A PdfString -class is the PDF-equivalent of a JAVA-String -object.
A string is a sequence of characters delimited by parenthesis. |
PdfStructureElement.java | Class | This is a node in a document logical structure. |
PdfStructureTreeRoot.java | Class | The structure tree root corresponds to the highest hierarchy level in a tagged PDF. |
PdfTable.java | Class | PdfTable is an object that contains the graphics and text of a table. |
PdfTemplate.java | Class | Implements the form XObject. |
PdfTextArray.java | Class | PdfTextArray defines an array with displacements and PdfString -objects. |
PdfTransition.java | Class | |
PdfTransparencyGroup.java | Class | The transparency group dictionary. |
PdfWriter.java | Class | A DocWriter class for PDF. |
PdfXConformanceException.java | Class | |
Pfm2afm.java | Class | Converts a PFM file into an AFM file. |
PRAcroForm.java | Class | This class captures an AcroForm on input. |
PRIndirectReference.java | Class | |
PRStream.java | Class | |
PRTokeniser.java | Class | |
PushbuttonField.java | Class | Creates a pushbutton field. |
RadioCheckField.java | Class | Creates a radio or a check field. |
RandomAccessFileOrArray.java | Class | An implementation of a RandomAccessFile for input only
that accepts a file or a byte array as data source. |
SequenceList.java | Class | This class expands a string into a list of numbers. |
ShadingColor.java | Class | Implements a shading pattern as a Color . |
SimpleBookmark.java | Class | Bookmark processing in a simple way. |
SimpleNamedDestination.java | Class | |
SpotColor.java | Class | |
StampContent.java | Class | |
StandardDecryption.java | Class | |
TextField.java | Class | Supports text, combo and list fields generating the correct appearances. |
TrueTypeFont.java | Class | |
TrueTypeFontSubSet.java | Class | Subsets a True Type font by removing the unneeded glyphs from
the font. |
TrueTypeFontUnicode.java | Class | Represents a True Type font with Unicode encoding. |
Type1Font.java | Class | |
Type3Font.java | Class | A class to support Type3 fonts. |
Type3Glyph.java | Class | The content where Type3 glyphs are written to. |
VerticalText.java | Class | Writes text vertically. |
XfaForm.java | Class | Processes XFA forms. |
XfdfReader.java | Class | Reads a XFDF. |