| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| org.apache.pdfbox.pdmodel.graphics |
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
|
| org.apache.pdfbox.pdmodel.graphics.color |
This package deals with colors that are stored in a PDF document.
|
| org.apache.pdfbox.pdmodel.graphics.form |
This package deals with Form XObjects that are stored in a PDF document.
|
| org.apache.pdfbox.pdmodel.graphics.image |
This package deals with images that are stored in a PDF document.
|
| org.apache.pdfbox.pdmodel.graphics.pattern |
This package deals with patterns which are used instead of colors.
|
| org.apache.pdfbox.pdmodel.graphics.shading |
This package deals with shadings which are used for filling instead of a color.
|
| org.apache.pdfbox.pdmodel.graphics.state |
This package deals with graphics states within the PDF document.
|
| org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PDFontLike
A font-like object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDCIDFont
A CIDFont.
|
class |
PDCIDFontType0
Type 0 CIDFont (CFF).
|
class |
PDCIDFontType2
Type 2 CIDFont (TrueType).
|
class |
PDFont
This is the base class for all PDF fonts.
|
class |
PDMMType1Font
Type 1 Multiple Master Font.
|
class |
PDSimpleFont
A simple font.
|
class |
PDTrueTypeFont
TrueType font.
|
class |
PDType0Font
A Composite (Type 0) font.
|
class |
PDType1CFont
Type 1-equivalent CFF font.
|
class |
PDType1Font
A PostScript Type 1 Font.
|
class |
PDType3Font
A PostScript Type 3 Font.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDPostScriptXObject
A PostScript XObject.
|
class |
PDXObject
An external object, or "XObject".
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDCalGray
A CalGray colour space is a special case of a single-component CIE-based
colour space.
|
class |
PDCalRGB
A CalRGB colour space is a CIE-based colour space with one transformation stage instead of two.
|
class |
PDCIEBasedColorSpace
CIE-based colour spaces specify colours in a way that is independent of the characteristics
of any particular output device.
|
class |
PDCIEDictionaryBasedColorSpace
CIE-based colour spaces that use a dictionary.
|
class |
PDColorSpace
A color space specifies how the colours of graphics objects will be painted on the page.
|
class |
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.
|
class |
PDDeviceColorSpace
Device colour spaces directly specify colours or shades of gray produced by an output device.
|
class |
PDDeviceGray
A color space with black, white, and intermediate shades of gray.
|
class |
PDDeviceN
DeviceN colour spaces may contain an arbitrary number of colour components.
|
class |
PDDeviceRGB
Colours in the DeviceRGB colour space are specified according to the additive
RGB (red-green-blue) colour model.
|
class |
PDICCBased
ICCBased colour spaces are based on a cross-platform colour profile as defined by the
International Color Consortium (ICC).
|
class |
PDIndexed
An Indexed colour space specifies that an area is to be painted using a colour table
of arbitrary colours from another color space.
|
class |
PDJPXColorSpace
A color space embedded in a JPX file.
|
class |
PDLab
A Lab colour space is a CIE-based ABC colour space with two transformation stages.
|
class |
PDPattern
A Pattern color space is either a Tiling pattern or a Shading pattern.
|
class |
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.
|
class |
PDSpecialColorSpace
Special colour spaces add features or properties to an underlying colour space.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDFormXObject
A Form XObject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDImageXObject
An Image XObject.
|
class |
PDImageXObjectProxy |
| Modifier and Type | Class and Description |
|---|---|
class |
PDAbstractPattern
A Pattern dictionary from a page's resources.
|
class |
PDShadingPattern
A shading pattern dictionary.
|
class |
PDTilingPattern
A tiling pattern dictionary.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDShading
A Shading Resource.
|
class |
PDShadingType1
Resources for a function based shading.
|
class |
PDShadingType2
Resources for an axial shading.
|
class |
PDShadingType3
Resources for a radial shading.
|
class |
PDShadingType4
Resources for a shading type 4 (Free-Form Gouraud-Shaded Triangle Mesh).
|
class |
PDShadingType5
Resources for a shading type 5 (Lattice-Form Gouraud-Shade Triangle Mesh).
|
class |
PDShadingType6
Resources for a shading type 6 (Coons Patch Mesh).
|
class |
PDShadingType7
Resources for a shading type 7 (Tensor-Product Patch Mesh).
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDExtendedGraphicsState
An extended graphics state dictionary.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDAppearanceStream
An appearance stream is a form XObject, a self-contained content stream that shall be rendered inside the annotation
rectangle.
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.