Package | Description |
---|---|
org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
org.apache.pdfbox.encoding |
This package contains the implementations for all of the encodings that are used in PDF documents.
|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
org.apache.pdfbox.pdmodel.common.filespecification |
The file specification package defines classes that are used for the PDF File Specification logic.
|
org.apache.pdfbox.pdmodel.common.function |
This package contains functions that are available in the PDF specification.
|
org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure |
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
|
org.apache.pdfbox.pdmodel.documentinterchange.prepress |
This package contains classes for prepress support in PDFBox.
|
org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf |
The tagged PDF package provides a mechanism for incorporating "tags" (standard
structure types and attributes) into a PDF file.
|
org.apache.pdfbox.pdmodel.fdf |
The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.
|
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.optionalcontent | |
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.xobject |
This package deals with images that are stored in a PDF document.
|
org.apache.pdfbox.pdmodel.interactive.action |
This package represents actions that can be performed in a PDF document.
|
org.apache.pdfbox.pdmodel.interactive.action.type |
This package contains all of the available PDF action types.
|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
org.apache.pdfbox.pdmodel.interactive.digitalsignature |
The digitial signature library will manage signatures that are stored in the PDF document.
|
org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination |
The destination package allows destinations into a pdf document to be specified.
|
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline |
The outline package allows for a PDF outline(bookmarks) to be created.
|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes that deal with interactive annotations such as textfields and buttons.
|
org.apache.pdfbox.pdmodel.interactive.measurement |
The measurement package contains classes that work with elements specifying measure properties.
|
org.apache.pdfbox.pdmodel.interactive.pagenavigation |
A package to allow provide access to PDF page navigation functionality.
|
org.apache.pdfbox.pdmodel.interactive.viewerpreferences |
A package to allow access to document viewing preferences.
|
org.apache.pdfbox.pdmodel.markedcontent | |
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
Modifier and Type | Class | Description |
---|---|---|
class |
COSArray |
An array of PDFBase objects as part of the PDF document.
|
class |
COSBase |
The base object that all objects in the PDF document will extend.
|
class |
COSBoolean |
This class represents a boolean value in the PDF document.
|
class |
COSDictionary |
This class represents a dictionary where name/value pairs reside.
|
class |
COSDictionaryLateBinding |
|
class |
COSDocument |
This is the in-memory representation of the PDF document.
|
class |
COSFloat |
This class represents a floating point number in a PDF document.
|
class |
COSInteger |
This class represents an integer number in a PDF document.
|
class |
COSName |
This class represents a PDF named object.
|
class |
COSNull |
This class represents a null PDF object.
|
class |
COSNumber |
This class represents an abstract number in a PDF document.
|
class |
COSObject |
This class represents a PDF object.
|
class |
COSStream |
This class represents a stream object in a PDF document.
|
class |
COSString |
This represents a string object in a PDF document.
|
class |
COSUnread |
Modifier and Type | Method | Description |
---|---|---|
void |
COSArray.add(COSObjectable object) |
This will add an object to the array.
|
void |
COSArray.set(int index,
COSObjectable object) |
This will set an object at a specific index.
|
void |
COSDictionary.setItem(java.lang.String key,
COSObjectable value) |
This will set an item in the dictionary.
|
void |
COSDictionary.setItem(COSName key,
COSObjectable value) |
This will set an item in the dictionary.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AFMEncoding |
This will handle the encoding from an AFM font.
|
class |
DictionaryEncoding |
This will perform the encoding from a dictionary.
|
class |
Encoding |
This is an interface to a text encoder.
|
class |
MacOSRomanEncoding |
This is the Mac OS Roman encoding, which is similar to the
MacRomanEncoding with the addition of 15 entries
|
class |
MacRomanEncoding |
This is an interface to a text encoder.
|
class |
PdfDocEncoding |
This is an interface to a text encoder.
|
class |
StandardEncoding |
This is an interface to a text encoder.
|
class |
Type1Encoding |
This class represents an encoding which was read from a type1 font.
|
class |
WinAnsiEncoding |
This the win ansi encoding.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDDestinationNameTreeNode |
This class holds all of the name trees that are available at the document level.
|
class |
PDDocumentCatalog |
This class represents the acroform of a PDF document.
|
class |
PDDocumentInformation |
This is the document metadata.
|
class |
PDDocumentNameDestinationDictionary |
This encapsulates the "dictionary of names and corresponding destinations" for the /Dest entry in
the document catalog.
|
class |
PDDocumentNameDictionary |
This class holds all of the name trees that are available at the document level.
|
class |
PDEmbeddedFilesNameTreeNode |
This class holds all of the name trees that are available at the document level.
|
class |
PDJavascriptNameTreeNode |
This class holds all of the name trees that are available at the document level.
|
class |
PDPage |
This represents a single page in a PDF document.
|
class |
PDPageNode |
This represents a page node in a pdf document.
|
class |
PDResources |
This represents a set of resources available at the page/pages/stream level.
|
Modifier and Type | Method | Description |
---|---|---|
protected COSObjectable |
PDDestinationNameTreeNode.convertCOSToPD(COSBase base) |
Method to convert the COS value in the name tree to the PD Model object.
|
protected COSObjectable |
PDEmbeddedFilesNameTreeNode.convertCOSToPD(COSBase base) |
Method to convert the COS value in the name tree to the PD Model object.
|
protected COSObjectable |
PDJavascriptNameTreeNode.convertCOSToPD(COSBase base) |
Method to convert the COS value in the name tree to the PD Model object.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
PDDestinationOrAction |
This is an interface used for some elements such as the document
OpenAction that can be either a Destination or an Action.
|
Modifier and Type | Class | Description |
---|---|---|
class |
COSStreamArray |
This will take an array of streams and sequence them together.
|
class |
PDDictionaryWrapper |
A wrapper for a COS dictionary.
|
class |
PDMatrix |
This class will be used for matrix manipulation.
|
class |
PDMemoryStream |
A PDStream represents a stream in a PDF document.
|
class |
PDMetadata |
This class represents metadata for various objects in a PDF document.
|
class |
PDNameTreeNode |
This class represents a PDF Name tree.
|
class |
PDNumberTreeNode |
This class represents a PDF Number tree.
|
class |
PDObjectStream |
A PDStream represents a stream in a PDF document.
|
class |
PDPageLabelRange |
Contains information for a page label range.
|
class |
PDPageLabels |
Represents the page label dictionary of a document.
|
class |
PDRange |
This class will be used to signify a range.
|
class |
PDRectangle |
This represents a rectangle in a PDF document.
|
class |
PDStream |
A PDStream represents a stream in a PDF document.
|
class |
PDTextStream |
A PDTextStream class is used when the PDF specification supports either
a string or a stream for the value of an object.
|
class |
PDTypedDictionaryWrapper |
A wrapper for a COS dictionary including Type information.
|
Modifier and Type | Method | Description |
---|---|---|
protected COSObjectable |
PDNameTreeNode.convertCOSToPD(COSBase base) |
Method to convert the COS value in the name tree to the PD Model object.
|
protected COSObjectable |
PDNumberTreeNode.convertCOSToPD(COSBase base) |
Method to convert the COS value in the name tree to the PD Model object.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,COSObjectable> |
PDNameTreeNode.getNames() |
This will return a map of names.
|
java.util.Map<java.lang.Integer,COSObjectable> |
PDNumberTreeNode.getNumbers() |
This will return a map of numbers.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDNameTreeNode.setNames(java.util.Map<java.lang.String,? extends COSObjectable> names) |
Set the names of for this node.
|
void |
PDNumberTreeNode.setNumbers(java.util.Map<java.lang.Integer,? extends COSObjectable> numbers) |
Set the names of for this node.
|
Constructor | Description |
---|---|
PDNameTreeNode(java.lang.Class<? extends COSObjectable> valueClass) |
Constructor.
|
PDNameTreeNode(COSDictionary dict,
java.lang.Class<? extends COSObjectable> valueClass) |
Constructor.
|
PDNumberTreeNode(java.lang.Class<? extends COSObjectable> valueClass) |
Constructor.
|
PDNumberTreeNode(COSDictionary dict,
java.lang.Class<? extends COSObjectable> valueClass) |
Constructor.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDComplexFileSpecification |
This represents a file specification.
|
class |
PDEmbeddedFile |
This represents an embedded file in a file specification.
|
class |
PDFileSpecification |
This represents a file specification.
|
class |
PDSimpleFileSpecification |
A file specification that is just a string.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDFunction |
This class represents a function in a PDF document.
|
class |
PDFunctionType0 |
This class represents a type 0 function in a PDF document.
|
class |
PDFunctionType2 |
This class represents a type 2 function in a PDF document.
|
class |
PDFunctionType3 |
This class represents a type 3 function in a PDF document.
|
class |
PDFunctionType4 |
This class represents a type 4 function in a PDF document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDAttributeObject |
An attribute object.
|
class |
PDDefaultAttributeObject |
A default attribute object.
|
class |
PDMarkedContentReference |
A marked-content reference.
|
class |
PDMarkInfo |
The MarkInfo provides additional information relevant to specialized
uses of structured documents.
|
class |
PDObjectReference |
An object reference.
|
class |
PDStructureElement |
A structure element.
|
class |
PDStructureNode |
A node in the structure tree.
|
class |
PDStructureTreeRoot |
A root of a structure tree.
|
class |
PDUserAttributeObject |
A User attribute object.
|
class |
PDUserProperty |
A user property.
|
Modifier and Type | Method | Description |
---|---|---|
COSObjectable |
PDObjectReference.getReferencedObject() |
Gets a higher-level object for the referenced object.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
PDStructureNode.appendObjectableKid(COSObjectable objectable) |
Appends an objectable kid.
|
protected void |
PDStructureNode.insertObjectableBefore(COSObjectable newKid,
java.lang.Object refKid) |
Inserts an objectable kid before a reference kid.
|
protected boolean |
PDStructureNode.removeObjectableKid(COSObjectable objectable) |
Removes an objectable kid.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDBoxStyle |
The Box Style specifies visual characteristics for displaying box areas.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDExportFormatAttributeObject |
An Export Format attribute object.
|
class |
PDFourColours |
An object for four colours.
|
class |
PDLayoutAttributeObject |
A Layout attribute object.
|
class |
PDListAttributeObject |
A List attribute object.
|
class |
PDPrintFieldAttributeObject |
A PrintField attribute object.
|
class |
PDStandardAttributeObject |
A standard attribute object.
|
class |
PDTableAttributeObject |
A Table attribute object.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FDFAnnotation |
This represents an FDF annotation that is part of the FDF document.
|
class |
FDFAnnotationCaret |
This represents a Caret FDF annotation.
|
class |
FDFAnnotationCircle |
This represents a Circle FDF annotation.
|
class |
FDFAnnotationFileAttachment |
This represents a FileAttachment FDF annotation.
|
class |
FDFAnnotationFreeText |
This represents a FreeText FDF annotation.
|
class |
FDFAnnotationHighlight |
This represents a Highlight FDF annotation.
|
class |
FDFAnnotationInk |
This represents a Ink FDF annotation.
|
class |
FDFAnnotationLine |
This represents a Line FDF annotation.
|
class |
FDFAnnotationPolygon |
This represents a Polygon FDF annotation.
|
class |
FDFAnnotationPolyline |
This represents a Polyline FDF annotation.
|
class |
FDFAnnotationSound |
This represents a Sound FDF annotation.
|
class |
FDFAnnotationSquare |
This represents a Square FDF annotation.
|
class |
FDFAnnotationSquiggly |
This represents a Squiggly FDF annotation.
|
class |
FDFAnnotationStamp |
This represents a Stamp FDF annotation.
|
class |
FDFAnnotationStrikeOut |
This represents a StrikeOut FDF annotation.
|
class |
FDFAnnotationText |
This represents a Text FDF annotation.
|
class |
FDFAnnotationUnderline |
This represents a Underline FDF annotation.
|
class |
FDFCatalog |
This represents an FDF catalog that is part of the FDF document.
|
class |
FDFDictionary |
This represents an FDF dictionary that is part of the FDF document.
|
class |
FDFField |
This represents an FDF field that is part of the FDF document.
|
class |
FDFIconFit |
This represents an Icon fit dictionary for an FDF field.
|
class |
FDFJavaScript |
This represents an FDF JavaScript dictionary that is part of the FDF document.
|
class |
FDFNamedPageReference |
This represents an FDF named page reference that is part of the FDF field.
|
class |
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.
|
class |
FDFPage |
This represents an FDF page that is part of the FDF document.
|
class |
FDFPageInfo |
This represents an FDF page info that is part of the FDF page.
|
class |
FDFTemplate |
This represents an FDF template that is part of the FDF page.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDCIDFont |
This is implementation for the CIDFontType0/CIDFontType2 Fonts.
|
class |
PDCIDFontType0Font |
This is implementation of the CIDFontType0 Font.
|
class |
PDCIDFontType2Font |
This is implementation of the CIDFontType2 Font.
|
class |
PDFont |
This is the base class for all PDF fonts.
|
class |
PDFontDescriptorDictionary |
This class represents an implementation to the font descriptor that gets its
information from a COS Dictionary.
|
class |
PDMMType1Font |
This is implementation of the Multiple Master Type1 Font.
|
class |
PDSimpleFont |
This class contains implementation details of the simple pdf fonts.
|
class |
PDTrueTypeFont |
This is the TrueType implementation of fonts.
|
class |
PDType0Font |
This is implementation of the Type0 Font.
|
class |
PDType1AfmPfbFont |
This is implementation of the Type1 Font with a afm and a pfb file.
|
class |
PDType1CFont |
This class represents a CFF/Type2 Font (aka Type1C Font).
|
class |
PDType1Font |
This is implementation of the Type1 Font.
|
class |
PDType3Font |
This is implementation of the Type3 Font.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDExtendedGraphicsState |
This class represents the graphics state dictionary that is stored in the PDF document.
|
class |
PDFontSetting |
This class represents a font setting used for the graphics state.
|
class |
PDLineDashPattern |
This class represents the line dash pattern for a graphics state.
|
class |
PDShading |
This class represents a Shading Pattern color space.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDCalGray |
This class represents a Cal Gray color space.
|
class |
PDCalRGB |
This class represents a Cal RGB color space.
|
class |
PDColorSpace |
This class represents a color space in a pdf document.
|
class |
PDDeviceCMYK |
This class represents a CMYK color space.
|
class |
PDDeviceGray |
This class represents a Gray color space.
|
class |
PDDeviceN |
This class represents a DeviceN color space.
|
class |
PDDeviceRGB |
This class represents an RGB color space.
|
class |
PDGamma |
A gamma array, or collection of three floating point parameters used for
color operations.
|
class |
PDICCBased |
This class represents a ICC profile color space.
|
class |
PDIndexed |
This class represents an Indexed color space.
|
class |
PDLab |
This class represents a Lab color space.
|
class |
PDOutputIntent |
|
class |
PDPattern |
This class represents a Pattern color space.
|
class |
PDSeparation |
This class represents a Separation color space.
|
class |
PDTristimulus |
A tristimulus, or collection of three floating point parameters used for
color operations.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDOptionalContentGroup |
This class represents an optional content group (OCG).
|
class |
PDOptionalContentProperties |
This class represents the optional content properties dictionary.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDPatternResources |
This represents the resources for a pattern colorspace.
|
class |
PDShadingPatternResources |
This represents the resources for a shading pattern.
|
class |
PDTilingPatternResources |
This represents the resources for a tiling pattern.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDShadingResources |
This represents resources for a shading.
|
class |
PDShadingType1 |
This represents resources for a function based shading.
|
class |
PDShadingType2 |
This represents resources for an axial shading.
|
class |
PDShadingType3 |
This represents resources for a radial shading.
|
class |
PDShadingType4 |
This represents resources for a shading type 4 (Free-Form Gouraud-Shaded
Triangle Meshes).
|
class |
PDShadingType5 |
This represents resources for a shading type 5 (Lattice-Form Gouraud-Shaded
Triangle Meshes).
|
class |
PDShadingType6 |
Resources for a shading type 6 (Coons Patch Mesh).
|
class |
PDShadingType7 |
This represents resources for a shading type 7 (Tensor-Product Patch Meshes).
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDCcitt |
An image class for CCITT Fax.
|
class |
PDJpeg |
An image class for JPegs.
|
class |
PDPixelMap |
This class contains a PixelMap Image.
|
class |
PDXObject |
The base class for all XObjects in the PDF document.
|
class |
PDXObjectForm |
A form xobject.
|
class |
PDXObjectImage |
The prototype for all PDImages.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDAdditionalActions |
This represents a dictionary of actions that occur due to events.
|
class |
PDAnnotationAdditionalActions |
This class represents an annotation's dictionary of actions
that occur due to events.
|
class |
PDDocumentCatalogAdditionalActions |
This class represents a document catalog's dictionary of actions
that occur due to events.
|
class |
PDFormFieldAdditionalActions |
This class represents a form field's dictionary of actions
that occur due to events.
|
class |
PDPageAdditionalActions |
This class represents a page object's dictionary of actions
that occur due to events.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDAction |
This represents an action that can be executed in a PDF document.
|
class |
PDActionGoTo |
This represents a go-to action that can be executed in a PDF document.
|
class |
PDActionJavaScript |
This represents a JavaScript action.
|
class |
PDActionLaunch |
This represents a launch action that can be executed in a PDF document.
|
class |
PDActionNamed |
This represents a named action in a PDF document.
|
class |
PDActionRemoteGoTo |
This represents a remote go-to action that can be executed in a PDF document.
|
class |
PDActionURI |
This represents a URI action that can be executed in a PDF document.
|
class |
PDURIDictionary |
This is the implementation of an URI dictionary.
|
class |
PDWindowsLaunchParams |
Launch paramaters for the windows OS.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDAnnotation |
This class represents a PDF annotation.
|
class |
PDAnnotationFileAttachment |
This is the class that represents a file attachement.
|
class |
PDAnnotationLine |
This is the class that represents a line annotation.
|
class |
PDAnnotationLink |
This is the class that represents a link annotation.
|
class |
PDAnnotationMarkup |
This class represents the additonal fields of a Markup type Annotation.
|
class |
PDAnnotationPopup |
This is the class that represents a popup annotation.
|
class |
PDAnnotationRubberStamp |
This is the class that represents a rubber stamp annotation.
|
class |
PDAnnotationSquareCircle |
This is the class that represents a rectangular or eliptical annotation
Introduced in PDF 1.3 specification .
|
class |
PDAnnotationText |
This is the class that represents a text annotation.
|
class |
PDAnnotationTextMarkup |
This is the abstract class that represents a text markup annotation
Introduced in PDF 1.3 specification, except Squiggly lines in 1.4.
|
class |
PDAnnotationUnknown |
This is the class that represents an arbitary Unknown Annotation type.
|
class |
PDAnnotationWidget |
This is the class that represents a widget.
|
class |
PDAppearanceCharacteristicsDictionary |
This class represents an appearance characteristics dictionary.
|
class |
PDAppearanceDictionary |
This class represents a PDF /AP entry the appearance dictionary.
|
class |
PDAppearanceStream |
This class represents an appearance for an annotation.
|
class |
PDBorderEffectDictionary |
This class represents a PDF /BE entry the border effect dictionary.
|
class |
PDBorderStyleDictionary |
This class represents a PDF /BS entry the border style dictionary.
|
class |
PDExternalDataDictionary |
This class represents an external data dictionary.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDPropBuild |
This represents a pdf signature build dictionary as specified in
http://partners.adobe.com/public/developer/en/acrobat/Acrobat_Signature_BuildDict.pdf
|
class |
PDPropBuildDataDict |
This represents the general property dictionaries from the build property dictionary.
|
class |
PDSeedValue |
This represents a pdf signature seed value dictionary.
|
class |
PDSignature |
This represents a digital signature that can be attached to a document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDDestination |
This represents a destination in a PDF document.
|
class |
PDNamedDestination |
This represents a destination to a page by referencing it with a name.
|
class |
PDPageDestination |
This represents a destination to a page, see subclasses for specific parameters.
|
class |
PDPageFitDestination |
This represents a destination to a page and the page contents will be magnified to just
fit on the screen.
|
class |
PDPageFitHeightDestination |
This represents a destination to a page at a x location and the height is magnified
to just fit on the screen.
|
class |
PDPageFitRectangleDestination |
This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
class |
PDPageFitWidthDestination |
This represents a destination to a page at a y location and the width is magnified
to just fit on the screen.
|
class |
PDPageXYZDestination |
This represents a destination to a page at an x,y coordinate with a zoom setting.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDDocumentOutline |
This represents an outline in a pdf document.
|
class |
PDOutlineItem |
This represents an outline in a pdf document.
|
class |
PDOutlineNode |
This represents an node in an outline in a pdf document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDAcroForm |
This class represents the acroform of a PDF document.
|
class |
PDCheckbox |
A class for handling the PDF field as a checkbox.
|
class |
PDChoiceButton |
This holds common functionality for check boxes and radio buttons.
|
class |
PDChoiceField |
A class for handling the PDF field as a choicefield.
|
class |
PDField |
This is the superclass for a Field element in a PDF.
|
class |
PDPushButton |
A class for handling the PDF field as a PDPushButton.
|
class |
PDRadioCollection |
A class for handling the PDF field as a Radio Collection.
|
class |
PDSignature |
Deprecated.
Use
PDSignatureField instead (see PDFBOX-1513). |
class |
PDSignatureField |
A class for handling the PDF field as a signature.
|
class |
PDTextbox |
A class for handling the PDF field as a textbox.
|
class |
PDUnknownField |
This class represents a form field with an unknown type.
|
class |
PDVariableText |
A class for handling PDF fields that display text.
|
class |
PDXFA |
This class represents an XML Forms Architecture Data packet.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<COSObjectable> |
PDField.getKids() |
This will get all the kids of this field.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDField.setKids(java.util.List<COSObjectable> kids) |
This will set the list of kids.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDMeasureDictionary |
This class represents a measure dictionary.
|
class |
PDNumberFormatDictionary |
This class represents a number format dictionary.
|
class |
PDRectlinearMeasureDictionary |
This class represents a rectlinear measure dictionary.
|
class |
PDViewportDictionary |
This class represents a viewport dictionary.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDThread |
This a single thread in a PDF document.
|
class |
PDThreadBead |
This a single bead in a thread in a PDF document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDViewerPreferences |
This is the document viewing preferences.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDPropertyList |
This class represents a property list used for the marked content feature to map a resource name
to a dictionary.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFCloneUtility.cloneMerge(COSObjectable base,
COSObjectable target) |
Merges two objects of the same type by deep-cloning its members.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
PDFTextStripper.processPages(java.util.List<COSObjectable> pages) |
This will process all of the pages and the text that is in them.
|