| Package | Description |
|---|---|
| com.itextpdf.forms | |
| com.itextpdf.forms.fields.merging |
| Modifier and Type | Method and Description |
|---|---|
static PdfAcroForm |
PdfAcroForm.getAcroForm(PdfDocument document,
boolean createIfNotExist,
OnDuplicateFormFieldNameStrategy onDuplicateFieldNameStrategy)
Retrieves AcroForm from the document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddIndexStrategy
A
OnDuplicateFormFieldNameStrategy implementation that adds an index to the field name of the second field |
class |
AlwaysThrowExceptionStrategy
A
OnDuplicateFormFieldNameStrategy implementation that throws an exception if the second field has the same
name as the first field. |
class |
MergeFieldsStrategy
A
OnDuplicateFormFieldNameStrategy implementation that merges the second field into the first field if the
second field has the same name as the first field. |
Copyright © 1998–2024 Apryse Group NV. All rights reserved.