| Package | Description |
|---|---|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
PDAcroForm |
PDDocument.createAcroForm()
create an AcroForm in a PDF Document.
|
PDAcroForm |
PDDocument.getAcroForm()
read an AcroForm from a PDF Document. return null if no AcroForm is
available.
|
abstract PDAcroForm |
PDAcroFormNode.getAcroForm()
The
PDAcroForm for this node. |
PDAcroForm |
PDAcroFormField.getAcroForm() |
PDAcroForm |
PDAcroForm.getAcroForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDAcroFormTools.addField(PDAcroForm form,
PDAcroFormField field)
Adding a field to a form may not be as simple as changing the array of
kids.
|
void |
PDDocument.setAcroForm(PDAcroForm form)
Set AcroForm in PDF Document.
|
| Constructor and Description |
|---|
AcroFormSigFlags(PDAcroForm form) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.