| Package | Description |
|---|---|
| org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
| 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.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
| org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes that deal with interactive annotations such as textfields and buttons.
|
| Class | Description |
|---|---|
| PDDocumentCatalogAdditionalActions |
This class represents a document catalog's dictionary of actions
that occur due to events.
|
| PDPageAdditionalActions |
This class represents a page object's dictionary of actions
that occur due to events.
|
| Class | Description |
|---|---|
| PDAdditionalActions |
This represents a dictionary of actions that occur due to events.
|
| Class | Description |
|---|---|
| PDAnnotationAdditionalActions |
This class represents an annotation's dictionary of actions
that occur due to events.
|
| Class | Description |
|---|---|
| PDFormFieldAdditionalActions |
This class represents a form field's dictionary of actions
that occur due to events.
|