| Package | Description |
|---|---|
| de.intarsys.pdf.app.acroform |
This package encapsulates the quite complex logic when filling forms.
|
| de.intarsys.pdf.app.action |
Some application level framework to handle the event mechanics in a PDF document.
|
| de.intarsys.pdf.app.annotation | |
| de.intarsys.pdf.crypt |
This package implements the security relevant aspects of the PDF spec.
|
| de.intarsys.pdf.font |
The font part of the PDF is quite large for itself, so it is extracted to a
package of its own.
|
| de.intarsys.pdf.font.outlet |
This package summarizes the handling of fonts.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
PDDocument |
ProxyFormHandler.getDoc() |
PDDocument |
IFormHandler.getDoc() |
PDDocument |
CommonFormHandler.getDoc() |
| Modifier and Type | Method and Description |
|---|---|
IFormHandler |
StandardFormHandlerFactory.createFormHandler(PDDocument doc,
Map options) |
IFormHandler |
IFormHandlerFactory.createFormHandler(PDDocument doc,
Map options)
Get the
IFormHandler related to PDDocument. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ActionTools.documentProcessModules(PDDocument doc) |
static TriggerEvent |
ActionTools.documentTriggerClose(PDDocument doc) |
static TriggerEvent |
ActionTools.documentTriggerDidPrint(PDDocument doc) |
static TriggerEvent |
ActionTools.documentTriggerDidSave(PDDocument doc) |
static TriggerEvent |
ActionTools.documentTriggerOpen(PDDocument doc) |
static TriggerEvent |
ActionTools.documentTriggerWillPrint(PDDocument doc) |
static TriggerEvent |
ActionTools.documentTriggerWillSave(PDDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
PDDocument |
IAnnotationReference.getDocument()
The
PDDocument hosting the PDAnnotation. |
| Modifier and Type | Method and Description |
|---|---|
static IAccessPermissions |
AccessPermissionsTools.createPermissions(PDDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
static PDFont |
PDFontTools.getFont(PDDocument document,
PDResources resources,
COSName name)
The font
name, looked up in resources. |
static List |
PDFontTools.getFonts(PDDocument doc)
Determine the fonts contained as objects within the document.
|
static List |
PDFontTools.getUsedFonts(PDDocument doc,
boolean considerTR)
Tries to determine which fonts are really used within the document
The following criteria are used to determine usage of a font.
|
| Modifier and Type | Method and Description |
|---|---|
IFontFactory |
NullFontOutlet.lookupFontFactory(PDDocument doc) |
IFontFactory |
IFontOutlet.lookupFontFactory(PDDocument doc)
A
IFontFactory suitable for doc. |
| Modifier and Type | Method and Description |
|---|---|
PDDocument |
PDDocument.copyDeep()
Make a deep copy of the receiver.
|
static PDDocument |
PDDocument.createFromCos(COSDocument doc)
create a pd document based on a cos level object
|
static PDDocument |
PDDocument.createFromLocator(de.intarsys.tools.locator.ILocator locator) |
static PDDocument |
PDDocument.createFromLocator(de.intarsys.tools.locator.ILocator locator,
Map options) |
static PDDocument |
PDDocument.createNew()
create a PDDocument from scratch
|
PDDocument |
PDObject.getDoc()
Try the best in finding the PDDocument for this PDObject.
|
| Modifier and Type | Method and Description |
|---|---|
PDPage |
PDExplicitDestination.getPage(PDDocument doc)
The destination page.
|
PDExplicitDestination |
PDNamedDestination.getResolvedDestination(PDDocument doc) |
PDExplicitDestination |
PDExplicitDestination.getResolvedDestination(PDDocument doc) |
abstract PDExplicitDestination |
PDDestination.getResolvedDestination(PDDocument doc) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.