All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AccessPermission |
This class represents the access permissions to a document.
|
AnnotationFilter |
Simple interface allowing the use of an annotation filter visitor.
|
AppendRectangleToPath |
re Appends a rectangle to the path.
|
AxialShadingContext |
AWT PaintContext for axial shading.
|
AxialShadingPaint |
AWT Paint for axial shading.
|
BaseParser |
This class is used to contain parsing logic that will be used by both the
PDFParser and the COSStreamParser.
|
BeginInlineImage |
BI Begins an inline image.
|
BeginMarkedContentSequence |
BMC : Begins a marked-content sequence.
|
BeginMarkedContentSequenceWithProperties |
BDC : Begins a marked-content sequence with property list.
|
BeginText |
BT: Begin text.
|
BlendComposite |
AWT composite for blend modes.
|
BlendMode |
Blend mode.
|
BuiltInEncoding |
A font's built-in encoding.
|
CCITTFactory |
Factory for creating a PDImageXObject containing a CCITT Fax compressed TIFF image.
|
Charsets |
Utility class providing common Charsets used in PDFBox.
|
CIDFontMapping |
A CIDFontMapping is a kind of FontMapping which allows for an additional TrueTypeFont substitute
to be provided if a CID font is not available.
|
CIDSystemInfo |
Represents a CIDSystemInfo for the FontMapper API.
|
ClipEvenOddRule |
W* Set clipping path using even odd rule.
|
ClipNonZeroRule |
W Set the clipping path using non zero winding rule.
|
CloseAndStrokePath |
s: close and stroke the path.
|
CloseFillEvenOddAndStrokePath |
b* Close, fill and stroke the path with even-odd winding rule.
|
CloseFillNonZeroAndStrokePath |
b Close, fill and stroke the path with non-zero winding rule.
|
ClosePath |
h Close the path.
|
Concatenate |
cm: Concatenate matrix to current transformation matrix.
|
ContentStreamWriter |
A class that will take a list of tokens and write out a stream with them.
|
COSArray |
An array of PDFBase objects as part of the PDF document.
|
COSArrayList<E> |
This is an implementation of a List that will sync its contents to a COSArray.
|
COSBase |
The base object that all objects in the PDF document will extend.
|
COSBoolean |
This class represents a boolean value in the PDF document.
|
COSDictionary |
This class represents a dictionary where name/value pairs reside.
|
COSDictionaryMap<K,V> |
This is a Map that will automatically sync the contents to a COSDictionary.
|
COSDocument |
This is the in-memory representation of the PDF document.
|
COSFilterInputStream |
|
COSFloat |
This class represents a floating point number in a PDF document.
|
COSInputStream |
An InputStream which reads from an encoded COS stream.
|
COSInteger |
This class represents an integer number in a PDF document.
|
COSName |
A PDF Name object.
|
COSNull |
This class represents a null PDF object.
|
COSNumber |
This class represents an abstract number in a PDF document.
|
COSObject |
This class represents a PDF object.
|
COSObjectable |
This is an interface used to get/create the underlying COSObject.
|
COSObjectKey |
Object representing the physical reference to an indirect pdf object.
|
COSOutputStream |
An OutputStream which writes to an encoded COS stream.
|
COSParser |
PDF-Parser which first reads startxref and xref tables in order to know valid objects and parse only these objects.
|
COSStandardOutputStream |
simple output stream with some minor features for generating "pretty" PDF files.
|
COSStream |
This class represents a stream object in a PDF document.
|
COSString |
A string object, which may be a text string, a PDFDocEncoded string, ASCII string, or byte string.
|
COSUpdateInfo |
|
COSWriter |
This class acts on a in-memory representation of a PDF document.
|
COSWriterXRefEntry |
this is en entry in the xref section of the physical pdf document
generated by the COSWriter.
|
CurveTo |
c Append curved segment to path.
|
CurveToReplicateFinalPoint |
y Append curved segment to path with final point replicated.
|
CurveToReplicateInitialPoint |
v Append curved segment to path with the initial point replicated.
|
DateConverter |
Converts dates to strings and back using the PDF date standard
in section 3.8.2 of PDF Reference 1.7.
|
DecodeOptions |
Options that may be passed to a Filter to request special handling when decoding the stream.
|
DecodeResult |
The result of a filter decode operation.
|
DecryptionMaterial |
This class represents data required to decrypt PDF documents.
|
DefaultResourceCache |
A resource cached based on SoftReference, retains resources until memory pressure causes them
to be garbage collected.
|
DictionaryEncoding |
This will perform the encoding from a dictionary.
|
DrawObject |
Do: Draws an XObject.
|
DrawObject |
Do: Draws an XObject.
|
DrawObject |
Do: Draws an XObject.
|
EmptyGraphicsStackException |
Throw when restore is executed when the graphics stack is empty.
|
Encoding |
A PostScript encoding vector, maps character codes to glyph names.
|
EndMarkedContentSequence |
EMC : Ends a marked-content sequence begun by BMC or BDC.
|
EndPath |
n End the path.
|
EndText |
ET: End text.
|
ExecutionContext |
Makes up the execution context, holding the available operators and the execution stack.
|
ExternalSigningSupport |
Interface for external signature creation scenarios.
|
FDFAnnotation |
This represents an FDF annotation that is part of the FDF document.
|
FDFAnnotationCaret |
This represents a Caret FDF annotation.
|
FDFAnnotationCircle |
This represents a Circle FDF annotation.
|
FDFAnnotationFileAttachment |
This represents a FileAttachment FDF annotation.
|
FDFAnnotationFreeText |
This represents a FreeText FDF annotation.
|
FDFAnnotationHighlight |
This represents a Highlight FDF annotation.
|
FDFAnnotationInk |
This represents a Ink FDF annotation.
|
FDFAnnotationLine |
This represents a Line FDF annotation.
|
FDFAnnotationLink |
This represents a Polygon FDF annotation.
|
FDFAnnotationPolygon |
This represents a Polygon FDF annotation.
|
FDFAnnotationPolyline |
This represents a Polyline FDF annotation.
|
FDFAnnotationSound |
This represents a Sound FDF annotation.
|
FDFAnnotationSquare |
This represents a Square FDF annotation.
|
FDFAnnotationSquiggly |
This represents a Squiggly FDF annotation.
|
FDFAnnotationStamp |
This represents a Stamp FDF annotation.
|
FDFAnnotationStrikeOut |
This represents a StrikeOut FDF annotation.
|
FDFAnnotationText |
This represents a Text FDF annotation.
|
FDFAnnotationTextMarkup |
This abstract class is used as a superclass for the different FDF annotations with text markup attributes.
|
FDFAnnotationUnderline |
This represents a Underline FDF annotation.
|
FDFCatalog |
This represents an FDF catalog that is part of the FDF document.
|
FDFDictionary |
This represents an FDF dictionary that is part of the FDF document.
|
FDFDocument |
This is the in-memory representation of the FDF document.
|
FDFField |
This represents an FDF field that is part of the FDF document.
|
FDFIconFit |
This represents an Icon fit dictionary for an FDF field.
|
FDFJavaScript |
This represents an FDF JavaScript dictionary that is part of the FDF document.
|
FDFNamedPageReference |
This represents an FDF named page reference that is part of the FDF field.
|
FDFOptionElement |
This represents an object that can be used in a Field's Opt entry to represent an available option and a default
appearance string.
|
FDFPage |
This represents an FDF page that is part of the FDF document.
|
FDFPageInfo |
This represents an FDF page info that is part of the FDF page.
|
FDFParser |
|
FDFTemplate |
This represents an FDF template that is part of the FDF page.
|
FieldUtils |
A set of utility methods to help with common AcroForm form and field related functions.
|
FileType |
|
FileTypeDetector |
|
FillEvenOddAndStrokePath |
B* Fill and then stroke the path, using the even-odd rule to determine the region to fill.
|
FillEvenOddRule |
f* Fill path using even odd rule.
|
FillNonZeroAndStrokePath |
B Fill and then stroke the path, using the nonzero winding number rule to determine the region
to fill.
|
FillNonZeroRule |
f Fill path using non zero winding rule.
|
Filter |
A filter for stream data.
|
FilterFactory |
Factory for Filter classes.
|
FontCache |
An in-memory cache for system fonts.
|
FontFormat |
Font file format.
|
FontInfo |
Information about a font on the system.
|
FontMapper |
Font mapper, locates non-embedded fonts.
|
FontMappers |
FontMapper factory class.
|
FontMapping<T extends org.apache.fontbox.FontBoxFont> |
A font mapping from a PDF font to a FontBox font.
|
FontProvider |
External font service provider interface.
|
GlyphList |
PostScript glyph list, maps glyph names to sequences of Unicode characters.
|
GraphicsOperatorProcessor |
Base class for graphics operators.
|
Hex |
Utility functions for hex encoding.
|
ICOSVisitor |
An interface for visiting a PDF document at the type (COS) level.
|
ImageType |
Image type for rendering.
|
InstructionSequence |
Represents an instruction sequence, a combination of values, operands and nested procedures.
|
InstructionSequenceBuilder |
Basic parser for Type 4 functions which is used to build up instruction sequences.
|
InvalidPasswordException |
Indicates that an invalid password was supplied.
|
IOUtils |
This class contains various I/O-related methods.
|
JPEGFactory |
Factory for creating a PDImageXObject containing a JPEG compressed image.
|
JPXFilter |
Decompress data encoded using the wavelet-based JPEG 2000 standard,
reproducing the original data.
|
LayerUtility |
This class allows to import pages as Form XObjects into a PDF file and use them to create
layers (optional content groups).
|
LegacyFillNonZeroRule |
F Fill path using non zero winding rule.
|
LineTo |
l Append straight line segment to path.
|
LosslessFactory |
Factory for creating a PDImageXObject containing a lossless compressed image.
|
LZWFilter |
This is the filter used for the LZWDecode filter.
|
MacExpertEncoding |
This is an interface to a text encoder.
|
MacOSRomanEncoding |
This is the Mac OS Roman encoding, which is similar to the
MacRomanEncoding with the addition of 15 entries
|
MacRomanEncoding |
This is an interface to a text encoder.
|
Matrix |
This class will be used for matrix manipulation.
|
MemoryUsageSetting |
Controls how memory/temporary files are used for
buffering streams etc.
|
MissingImageReaderException |
Thrown when a required JAI ImageReader is missing.
|
MissingOperandException |
Throw when a PDF operator is missing required operands.
|
MissingResourceException |
Thrown when a named resource is missing.
|
MoveText |
Td: Move text position.
|
MoveTextSetLeading |
TD: Move text position and set leading.
|
MoveTo |
m Begins a new subpath.
|
NextLine |
T*: Move to start of next text line.
|
NonSeparableBlendMode |
Non-separable blend mode (supports blend function).
|
NumberFormatUtil |
This class contains methods to format numbers.
|
OpenMode |
This will specify whether to open the destination document in a new window.
|
Operator |
An Operator in a PDF content stream.
|
Operator |
Interface for PostScript operators.
|
OperatorProcessor |
Processes a PDF operator.
|
Operators |
This class provides all the supported operators.
|
Orientation |
Orientation of printed pages.
|
Overlay |
Adds an overlay to an existing PDF document.
|
Overlay.Position |
Possible location of the overlayed pages: foreground or background.
|
PageDrawer |
Paints a page in a PDF document to a Graphics context.
|
PageDrawerParameters |
Parameters for a PageDrawer.
|
PageExtractor |
This class will extract one or more sequential pages and create a new document.
|
PageLayout |
A name object specifying the page layout shall be used when the document is opened.
|
PageMode |
A name object specifying how the document shall be displayed when opened.
|
Parser |
Parser for PDF Type 4 functions.
|
Parser.AbstractSyntaxHandler |
|
Parser.SyntaxHandler |
This interface defines all possible syntactic elements of a Type 4 function.
|
PDAbstractPattern |
This class wraps a pattern dictionary.
|
PDAcroForm |
An interactive form, also known as an AcroForm.
|
PDAction |
This represents an action that can be executed in a PDF document.
|
PDActionEmbeddedGoTo |
This represents a embedded go-to action that can be executed in a PDF document.
|
PDActionFactory |
This class will take a dictionary and determine which type of action to create.
|
PDActionGoTo |
This represents a go-to action that can be executed in a PDF document.
|
PDActionHide |
This represents a thread action that can be executed in a PDF document.
|
PDActionImportData |
|
PDActionJavaScript |
This represents a JavaScript action.
|
PDActionLaunch |
This represents a launch action that can be executed in a PDF document.
|
PDActionMovie |
|
PDActionNamed |
This represents a named action in a PDF document.
|
PDActionRemoteGoTo |
This represents a remote go-to action that can be executed in a PDF document.
|
PDActionResetForm |
|
PDActionSound |
This represents a Sound action that can be executed in a PDF document
|
PDActionSubmitForm |
This represents a Submit-Form action that can be executed in a PDF document.
|
PDActionThread |
This represents a thread action that can be executed in a PDF document.
|
PDActionURI |
This represents a URI action that can be executed in a PDF document.
|
PDAdditionalActions |
This represents a dictionary of actions that occur due to events.
|
PDAnnotation |
A PDF annotation.
|
PDAnnotationAdditionalActions |
This class represents an annotation's dictionary of actions
that occur due to events.
|
PDAnnotationFileAttachment |
This is the class that represents a file attachment.
|
PDAnnotationLine |
This is the class that represents a line annotation.
|
PDAnnotationLink |
This is the class that represents a link annotation.
|
PDAnnotationMarkup |
This class represents the additional fields of a Markup type Annotation.
|
PDAnnotationPopup |
This is the class that represents a popup annotation.
|
PDAnnotationRubberStamp |
This is the class that represents a rubber stamp annotation.
|
PDAnnotationSquareCircle |
This is the class that represents a rectangular or eliptical annotation Introduced in PDF 1.3 specification .
|
PDAnnotationText |
This is the class that represents a text annotation.
|
PDAnnotationTextMarkup |
This is the abstract class that represents a text markup annotation Introduced in PDF 1.3 specification, except
Squiggly lines in 1.4.
|
PDAnnotationUnknown |
This is the class that represents an arbitary Unknown Annotation type.
|
PDAnnotationWidget |
This is the class that represents a widget annotation.
|
PDAppearanceCharacteristicsDictionary |
This class represents an appearance characteristics dictionary.
|
PDAppearanceDictionary |
An appearance dictionary specifying how the annotation shall be presented visually on the page.
|
PDAppearanceEntry |
An entry in an appearance dictionary.
|
PDAppearanceStream |
An appearance stream is a form XObject, a self-contained content stream that shall be rendered inside the annotation
rectangle.
|
PDArtifactMarkedContent |
An artifact marked content.
|
PDAttributeObject |
An attribute object.
|
PDBorderEffectDictionary |
This class represents a PDF /BE entry the border effect dictionary.
|
PDBorderStyleDictionary |
This class represents a PDF /BS entry the border style dictionary.
|
PDBoxStyle |
The Box Style specifies visual characteristics for displaying box areas.
|
PDButton |
A button field represents an interactive control on the screen
that the user can manipulate with the mouse.
|
PDCalGray |
A CalGray colour space is a special case of a single-component CIE-based
colour space.
|
PDCalRGB |
A CalRGB colour space is a CIE-based colour space with one transformation stage instead of two.
|
PDCheckBox |
A check box toggles between two states, on and off.
|
PDChoice |
A choice field contains several text items, one or more of which shall be selected as the field
value.
|
PDCIDFont |
A CIDFont.
|
PDCIDFontType0 |
Type 0 CIDFont (CFF).
|
PDCIDFontType2 |
Type 2 CIDFont (TrueType).
|
PDCIDSystemInfo |
Represents a CIDSystemInfo.
|
PDCIEBasedColorSpace |
CIE-based colour spaces specify colours in a way that is independent of the characteristics
of any particular output device.
|
PDCIEDictionaryBasedColorSpace |
CIE-based colour spaces that use a dictionary.
|
PDColor |
A color value, consisting of one or more color components, or for pattern color spaces,
a name and optional color components.
|
PDColorSpace |
A color space specifies how the colours of graphics objects will be painted on the page.
|
PDComboBox |
A combo box consisting of a drop-down list.
|
PDComplexFileSpecification |
This represents a file specification.
|
PDContentStream |
A content stream.
|
PDCryptFilterDictionary |
This class is a specialized view of the crypt filter dictionary of a PDF document.
|
PDDefaultAttributeObject |
A default attribute object.
|
PDDestination |
This represents a destination in a PDF document.
|
PDDestinationNameTreeNode |
This class holds all of the name trees that are available at the document level.
|
PDDestinationOrAction |
This is an interface used for some elements such as the document
OpenAction that can be either a Destination or an Action.
|
PDDeviceCMYK |
Allows colors to be specified according to the subtractive CMYK (cyan, magenta, yellow, black)
model typical of printers and other paper-based output devices.
|
PDDeviceColorSpace |
Device colour spaces directly specify colours or shades of gray produced by an output device.
|
PDDeviceGray |
A color space with black, white, and intermediate shades of gray.
|
PDDeviceN |
DeviceN colour spaces may contain an arbitrary number of colour components.
|
PDDeviceNAttributes |
Contains additional information about the components of colour space.
|
PDDeviceNProcess |
A DeviceN Process Dictionary
|
PDDeviceRGB |
Colours in the DeviceRGB colour space are specified according to the additive
RGB (red-green-blue) colour model.
|
PDDictionaryWrapper |
A wrapper for a COS dictionary.
|
PDDocument |
This is the in-memory representation of the PDF document.
|
PDDocumentCatalog |
The Document Catalog of a PDF.
|
PDDocumentCatalogAdditionalActions |
This class represents a document catalog's dictionary of actions
that occur due to events.
|
PDDocumentInformation |
This is the document metadata.
|
PDDocumentNameDestinationDictionary |
This encapsulates the "dictionary of names and corresponding destinations" for the /Dests entry
in the document catalog.
|
PDDocumentNameDictionary |
This class holds all of the name trees that are available at the document level.
|
PDDocumentOutline |
This represents an outline in a pdf document.
|
PDEmbeddedFile |
This represents an embedded file in a file specification.
|
PDEmbeddedFilesNameTreeNode |
This class holds all of the name trees that are available at the document level.
|
PDEncryption |
This class is a specialized view of the encryption dictionary of a PDF document.
|
PDEncryptionDictionary |
Deprecated.
|
PDExportFormatAttributeObject |
An Export Format attribute object.
|
PDExtendedGraphicsState |
An extended graphics state dictionary.
|
PDExternalDataDictionary |
This class represents an external data dictionary.
|
PDFCloneUtility |
Utility class used to clone PDF objects.
|
PDFGraphicsStreamEngine |
PDFStreamEngine subclass for advanced processing of graphics.
|
PDField |
A field in an interactive form.
|
PDFieldTree |
The field tree.
|
PDFileSpecification |
This represents a file specification.
|
PDFMarkedContentExtractor |
This is an stream engine to extract the marked content of a pdf.
|
PDFMergerUtility |
This class will take a list of pdf documents and merge them, saving the
result in a new document.
|
PDFMergerUtility.DocumentMergeMode |
The mode to use when merging documents.
|
PDFObjectStreamParser |
This will parse a PDF 1.5 object stream and extract all of the objects from the stream.
|
PDFont |
This is the base class for all PDF fonts.
|
PDFontDescriptor |
A font descriptor.
|
PDFontFactory |
Creates the appropriate font subtype based on information in the dictionary.
|
PDFontLike |
A font-like object.
|
PDFontSetting |
This class represents a font setting used for the graphics state.
|
PDFormFieldAdditionalActions |
This class represents a form field's dictionary of actions
that occur due to events.
|
PDFormXObject |
A Form XObject.
|
PDFourColours |
An object for four colours.
|
PDFPageable |
Prints a PDF document using its original paper size.
|
PDFParser |
|
PDFPrintable |
Prints pages from a PDF document using any page size or scaling mode.
|
PDFRenderer |
Renders a PDF document to an AWT BufferedImage.
|
PDFStreamEngine |
Processes a PDF content stream and executes certain operations.
|
PDFStreamParser |
This will parse a PDF byte stream and extract operands and such.
|
PDFTemplateBuilder |
That class builds visible signature template which will be added in our PDF document.
|
PDFTemplateCreator |
Class to build PDF template.
|
PDFTemplateStructure |
Structure of PDF document with visible signature.
|
PDFTextStripper |
This class will take a pdf document and strip out all of the text and ignore the formatting and such.
|
PDFTextStripperByArea |
This will extract text from a specified region in the PDF.
|
PDFunction |
This class represents a function in a PDF document.
|
PDFunctionType0 |
This class represents a type 0 function in a PDF document.
|
PDFunctionType2 |
This class represents a Type 2 (exponential interpolation) function in a PDF
document.
|
PDFunctionType3 |
This class represents a Type 3 (stitching) function in a PDF document.
|
PDFunctionType4 |
This class represents a Type 4 (PostScript calculator) function in a PDF document.
|
PDFunctionTypeIdentity |
The identity function.
|
PDFXRef |
|
PDFXRefStream |
|
PDFXrefStreamParser |
This will parse a PDF 1.5 (or better) Xref stream and
extract the xref information from the stream.
|
PDGamma |
A gamma array, or collection of three floating point parameters used for color operations.
|
PDGraphicsState |
The current state of the graphics parameters when executing a content stream.
|
PDICCBased |
ICCBased color spaces are based on a cross-platform color profile as defined by the
International Color Consortium (ICC).
|
PDImage |
An image in a PDF document.
|
PDImageXObject |
An Image XObject.
|
PDIndexed |
An Indexed colour space specifies that an area is to be painted using a colour table
of arbitrary colours from another color space.
|
PDInlineImage |
An inline image object which uses a special syntax to express the data for a
small image directly within the content stream.
|
PDJavascriptNameTreeNode |
This class holds all of the name trees that are available at the document level.
|
PDJPXColorSpace |
A color space embedded in a JPX file.
|
PDLab |
A Lab colour space is a CIE-based ABC colour space with two transformation stages.
|
PDLayoutAttributeObject |
A Layout attribute object.
|
PDLineDashPattern |
A line dash pattern for stroking paths.
|
PDListAttributeObject |
A List attribute object.
|
PDListBox |
A scrollable list box.
|
PDMarkedContent |
A marked content.
|
PDMarkedContentReference |
A marked-content reference.
|
PDMarkInfo |
The MarkInfo provides additional information relevant to specialized
uses of structured documents.
|
PDMeasureDictionary |
This class represents a measure dictionary.
|
PDMetadata |
This class represents metadata for various objects in a PDF document.
|
PDMMType1Font |
Type 1 Multiple Master Font.
|
PDNamedDestination |
This represents a destination to a page by referencing it with a name.
|
PDNameTreeNode<T extends COSObjectable> |
This class represents a node in a name tree.
|
PDNonTerminalField |
A non terminal field in an interactive form.
|
PDNumberFormatDictionary |
This class represents a number format dictionary.
|
PDNumberTreeNode |
This class represents a PDF Number tree.
|
PDObjectReference |
An object reference.
|
PDObjectStream |
A PDStream represents a stream in a PDF document.
|
PDOptionalContentGroup |
An optional content group (OCG).
|
PDOptionalContentProperties |
This class represents the optional content properties dictionary.
|
PDOptionalContentProperties.BaseState |
Enumeration for the BaseState dictionary entry on the "D" dictionary.
|
PDOutlineItem |
This represents an outline item in a pdf document.
|
PDOutlineNode |
Base class for a node in the outline of a PDF document.
|
PDOutputIntent |
An Output Intent describes the colour reproduction characteristics of a possible output
device or production condition.
|
PDPage |
A page in a PDF document.
|
PDPageAdditionalActions |
This class represents a page object's dictionary of actions
that occur due to events.
|
PDPageContentStream |
Provides the ability to write to a page content stream.
|
PDPageContentStream.AppendMode |
This is to choose what to do with the stream: overwrite, append or prepend.
|
PDPageDestination |
This represents a destination to a page, see subclasses for specific parameters.
|
PDPageFitDestination |
This represents a destination to a page and the page contents will be magnified to just
fit on the screen.
|
PDPageFitHeightDestination |
This represents a destination to a page at a x location and the height is magnified
to just fit on the screen.
|
PDPageFitRectangleDestination |
This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
PDPageFitWidthDestination |
This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
PDPageLabelRange |
Contains information for a page label range.
|
PDPageLabels |
Represents the page label dictionary of a document.
|
PDPageTree |
The page tree, which defines the ordering of pages in the document in an efficient manner.
|
PDPageXYZDestination |
This represents a destination to a page at an x,y coordinate with a zoom setting.
|
PDPanose |
Represents the "Panose" entry of a FontDescriptor's Style dictionary.
|
PDPanoseClassification |
|
PDPattern |
A Pattern color space is either a Tiling pattern or a Shading pattern.
|
PDPostScriptXObject |
A PostScript XObject.
|
PDPrintFieldAttributeObject |
A PrintField attribute object.
|
PDPropBuild |
A signature build dictionary as specified in the PDF Signature Build Dictionary Specification.
|
PDPropBuildDataDict |
The general property dictionaries from the build property dictionary.
|
PDPropertyList |
A property list is a dictionary containing private information meaningful to the conforming
writer creating the marked content.
|
PDPushButton |
A pushbutton is a purely interactive control that responds immediately to user
input without retaining a permanent value.
|
PDRadioButton |
Radio button fields contain a set of related buttons that can each be on or off.
|
PDRange |
This class will be used to signify a range.
|
PDRectangle |
A rectangle in a PDF document.
|
PDRectlinearMeasureDictionary |
This class represents a rectlinear measure dictionary.
|
PDResources |
A set of resources available at the page/pages/stream level.
|
PDSeedValue |
This represents a pdf signature seed value dictionary.
|
PDSeedValueCertificate |
This class represents a certificate seed value dictionary that is in the seed value which puts
constraints on certificates when signing documents.
|
PDSeedValueMDP |
This MDP dictionary is a part of the seed value dictionary and define
if a author signature or a certification signature should be use.
|
PDSeedValueTimeStamp |
If exist, it describe where the signature handler can request a RFC3161
timestamp and if it is a must have for the signature.
|
PDSeparation |
A Separation color space used to specify either additional colorants or for isolating the
control of individual colour components of a device colour space for a subtractive device.
|
PDShading |
A Shading Resource.
|
PDShadingPattern |
A shading pattern dictionary.
|
PDShadingType1 |
Resources for a function based shading.
|
PDShadingType2 |
Resources for an axial shading.
|
PDShadingType3 |
Resources for a radial shading.
|
PDShadingType4 |
Resources for a shading type 4 (Free-Form Gouraud-Shaded Triangle Mesh).
|
PDShadingType5 |
Resources for a shading type 5 (Lattice-Form Gouraud-Shade Triangle Mesh).
|
PDShadingType6 |
Resources for a shading type 6 (Coons Patch Mesh).
|
PDShadingType7 |
Resources for a shading type 7 (Tensor-Product Patch Mesh).
|
PDSignature |
This represents a digital signature that can be attached to a document.
|
PDSignatureField |
A signature field is a form field that contains a digital signature.
|
PDSimpleFileSpecification |
A file specification that is just a string.
|
PDSimpleFont |
A simple font.
|
PDSoftMask |
Soft mask.
|
PDSpecialColorSpace |
Special colour spaces add features or properties to an underlying colour space.
|
PDStandardAttributeObject |
A standard attribute object.
|
PDStream |
A PDStream represents a stream in a PDF document.
|
PDStructureElement |
A structure element.
|
PDStructureElementNameTreeNode |
todo: JavaDoc
|
PDStructureNode |
A node in the structure tree.
|
PDStructureTreeRoot |
A root of a structure tree.
|
PDTableAttributeObject |
A Table attribute object.
|
PDTargetDirectory |
A target dictionary specifying path information to the target document.
|
PDTerminalField |
A field in an interactive form.
|
PDTextField |
A text field is a box or space for text fill-in data typically entered from a keyboard.
|
PDTextState |
This class will hold the current state of the text parameters when executing a
content stream.
|
PDThread |
This a single thread in a PDF document.
|
PDThreadBead |
This a single bead in a thread in a PDF document.
|
PDTilingPattern |
A tiling pattern dictionary.
|
PDTransition |
Represents a page transition as defined in paragraph 12.4.4.1 of PDF 32000-1:2008
|
PDTransitionDimension |
The dimension in which the specified transition effect shall occur.
|
PDTransitionDirection |
The direction in which the specified transition effect shall moves, expressed in degrees counterclockwise starting
from a left-to-right direction.
|
PDTransitionMotion |
The direction of motion for the specified transition effect.
|
PDTransitionStyle |
The transition style that shall be used when moving to the page from another during a presentation.
|
PDTransparencyGroup |
A transparency group.
|
PDTransparencyGroupAttributes |
Transparency group attributes.
|
PDTristimulus |
A tristimulus, or collection of three floating point parameters used for color operations.
|
PDTrueTypeFont |
TrueType font.
|
PDType0Font |
A Composite (Type 0) font.
|
PDType1CFont |
Type 1-equivalent CFF font.
|
PDType1Font |
A PostScript Type 1 Font.
|
PDType3CharProc |
A Type 3 character procedure.
|
PDType3Font |
A PostScript Type 3 Font.
|
PDTypedDictionaryWrapper |
A wrapper for a COS dictionary including Type information.
|
PDURIDictionary |
This is the implementation of an URI dictionary.
|
PDUserAttributeObject |
A User attribute object.
|
PDUserProperty |
A user property.
|
PDVariableText |
Base class for fields which use "Variable Text".
|
PDVectorFont |
A vector outline font, e.g.
|
PDViewerPreferences |
This is the document viewing preferences.
|
PDViewerPreferences.BOUNDARY |
Enumeration containing all valid values for boundaries.
|
PDViewerPreferences.DUPLEX |
Enumeration containing all valid values for duplex.
|
PDViewerPreferences.NON_FULL_SCREEN_PAGE_MODE |
Enumeration containing all valid values for NonFullScreenPageMode.
|
PDViewerPreferences.PRINT_SCALING |
Enumeration containing all valid values for printscaling.
|
PDViewerPreferences.READING_DIRECTION |
Enumeration containing all valid values for ReadingDirection.
|
PDViewportDictionary |
This class represents a viewport dictionary.
|
PDVisibleSigBuilder |
|
PDVisibleSignDesigner |
Class for visible signature design properties.
|
PDVisibleSigProperties |
This builder class is in order to create visible signature properties.
|
PDWindowsLaunchParams |
Launch paramaters for the windows OS.
|
PDXFAResource |
An XML Forms Architecture (XFA) resource.
|
PDXObject |
An external object, or "XObject".
|
Predictor |
Helper class to contain predictor decoding used by Flate and LZW filter.
|
ProtectionPolicy |
This class represents the protection policy to apply to a document.
|
PublicKeyDecryptionMaterial |
This class holds necessary information to decrypt a PDF document
protected by the public key security handler.
|
PublicKeyProtectionPolicy |
The protection policy to use to protect a document with the public key security handler.
|
PublicKeyRecipient |
Represents a recipient in the public key protection policy.
|
PublicKeySecurityHandler |
This class implements the public key security handler described in the PDF specification.
|
QuickSort |
see http://de.wikipedia.org/wiki/Quicksort.
|
RadialShadingContext |
AWT PaintContext for radial shading.
|
RadialShadingPaint |
AWT Paint for radial shading.
|
RandomAccess |
An interface to allow data to be stored completely in memory or
to use a scratch file on the disk.
|
RandomAccessBuffer |
An implementation of the RandomAccess interface to store data in memory.
|
RandomAccessBufferedFileInputStream |
Provides InputStream access to portions of a file combined with
buffered reading of content.
|
RandomAccessFile |
A RandomAccess implementation which allows data to be stored in a scratch file on the disk to
reduce memory consumption.
|
RandomAccessInputStream |
An InputStream which reads from a RandomAccessRead.
|
RandomAccessOutputStream |
An OutputStream which writes to a RandomAccessWrite.
|
RandomAccessRead |
An interface allowing random access read operations.
|
RandomAccessWrite |
An interface allowing random access write operations.
|
RenderingIntent |
Rendering intent.
|
RenderingMode |
Text Rendering Mode.
|
ResourceCache |
A document-wide cache for page resources.
|
Restore |
Q: Restore the graphics state.
|
Revisions<T> |
|
Save |
q: Save the graphics state.
|
Scaling |
Scale of the image on printed pages.
|
ScratchFile |
Implements a memory page handling mechanism as base for creating (multiple)
RandomAccess buffers each having its set of pages (implemented by
ScratchFileBuffer ).
|
SecurityHandler |
A security handler as described in the PDF specifications.
|
SecurityHandlerFactory |
Manages security handlers for the application.
|
SecurityProvider |
Singleton which provides a security provider.
|
SeparableBlendMode |
Separable blend mode (support blendChannel)
|
SequentialRead |
An interface allowing sequential read operations.
|
SetCharSpacing |
Tc: Set character spacing.
|
SetColor |
sc,scn,SC,SCN: Sets the color to use for stroking or non-stroking operations.
|
SetFlatness |
i: Set the flatness tolerance.
|
SetFontAndSize |
Tf: Set text font and size.
|
SetGraphicsStateParameters |
gs: Set parameters from graphics state parameter dictionary.
|
SetLineCapStyle |
J: Set the line cap style.
|
SetLineDashPattern |
d: Set the line dash pattern.
|
SetLineJoinStyle |
j: Set the line join style.
|
SetLineMiterLimit |
M: Set miter limit.
|
SetLineWidth |
w: Set line width.
|
SetMatrix |
Tm: Set text matrix and text line matrix.
|
SetNonStrokingColor |
sc: Sets the colour to use for non-stroking operations.
|
SetNonStrokingColorN |
scn: Sets the colour to use for non-stroking operations.
|
SetNonStrokingColorSpace |
cs: Sets the non-stroking color space.
|
SetNonStrokingDeviceCMYKColor |
k: Set the non-stroking colour space to DeviceCMYK and set the colour to
use for non-stroking operations.
|
SetNonStrokingDeviceGrayColor |
g: Set the non-stroking colour space to DeviceGray and set the gray
level to use for non-stroking operations.
|
SetNonStrokingDeviceRGBColor |
rg: Set the non-stroking colour space to DeviceRGB and set the colour to
use for non-stroking operations.
|
SetRenderingIntent |
ri: Set the rendering intent.
|
SetStrokingColor |
SC: Sets the colour to use for stroking stroking operations.
|
SetStrokingColorN |
SCN: Sets the colour to use for stroking stroking operations.
|
SetStrokingColorSpace |
CS: Set color space for stroking operations.
|
SetStrokingDeviceCMYKColor |
K: Set the stroking colour space to DeviceCMYK and set the colour to use for stroking operations.
|
SetStrokingDeviceGrayColor |
G: Set the stroking colour space to DeviceGray and set the gray level to use for stroking
operations.
|
SetStrokingDeviceRGBColor |
RG: Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations.
|
SetTextHorizontalScaling |
Tz: Set horizontal text scaling.
|
SetTextLeading |
TL: Set text leading.
|
SetTextRenderingMode |
Tr: Set text rendering mode.
|
SetTextRise |
Ts: Set text rise.
|
SetWordSpacing |
Tw: Set word spacing.
|
ShadingContext |
A base class to handle what is common to all shading types.
|
ShadingFill |
sh Fills the clipping area with the given shading pattern.
|
ShowText |
Tj: Show text.
|
ShowTextAdjusted |
TJ: Show text, with position adjustments.
|
ShowTextLine |
': Move to the next line and show text.
|
ShowTextLineAndSpace |
": Set word and character spacing, move to next line, and show text.
|
SignatureInterface |
Providing an interface for accessing necessary functions for signing a PDF document.
|
SignatureOptions |
This contains the visual signature as a COSDocument, its preferred size and the page.
|
SigningSupport |
Class to be used when creating PDF signatures externally.
|
Splitter |
Split a document into several other documents.
|
StandardDecryptionMaterial |
Represents the necessary information to decrypt a document protected by
the standard security handler (password protection).
|
StandardEncoding |
This is an interface to a text encoder.
|
StandardProtectionPolicy |
The protection policy to add to a document for password-based protection.
|
StandardSecurityHandler |
The standard security handler.
|
StandardStructureTypes |
The standard structure types.
|
StrokePath |
S Stroke the path.
|
SymbolEncoding |
This is an interface to a text encoder.
|
TextPosition |
This represents a string and a position on the screen of those characters.
|
TextPositionComparator |
This class is a comparator for TextPosition operators.
|
Type1Encoding |
An encoding for a Type 1 font.
|
Vector |
A 2D vector.
|
Version |
Exposes PDFBox version.
|
WinAnsiEncoding |
This the win ansi encoding.
|
XrefTrailerResolver |
This class will collect all XRef/trailer objects and creates correct
xref/trailer information after all objects are read using startxref
and 'Prev' information (unused XRef/trailer objects are discarded).
|
XrefTrailerResolver.XRefType |
The XRefType of a trailer.
|
ZapfDingbatsEncoding |
This is an interface to a text encoder.
|