Uses of Package
com.pd4ml.pdf.xfdf
-
Packages that use com.pd4ml.pdf.xfdf Package Description com.pd4ml.pdf.xfdf com.pd4ml.pdf.xfdf.internal -
Classes in com.pd4ml.pdf.xfdf used by com.pd4ml.pdf.xfdf Class Description XfdfAnnotation One<annots>entry (or a nested<popup>) -- a plain, generic bag of the XFDF attributes and child elements defined across every markup annotation type in ISO 19444-1 §6.4, rather than a separate Java class per PDF annotation subtype.XfdfDocument The parsed/in-memory form of one XFDF document (ISO 19444-1): the flat list of resolvedXfdfFields from<fields>(seeXfdfField.getQualifiedName()for how a nested<field>hierarchy collapses into this list), and the top-levelXfdfAnnotations from<annots>(each already carrying its own nested<popup>, if it has one, rather than that popup also appearing separately in this list).XfdfException Checked exception wrapping any failure that occurs while parsing an XFDF document, loading the PDF it targets, or applying/extracting annotation and form field data between the two.XfdfExporter.Options Export-time settings: the input password, and an optional type/ID subset to export.XfdfField One<field>entry under<fields>(ISO 19444-1 §6.3): a form field's fully-qualified name and its current value(s).XfdfImporter.Options XfdfImporter.Result The imported PDF, plus bookkeeping on what the import actually did. -
Classes in com.pd4ml.pdf.xfdf used by com.pd4ml.pdf.xfdf.internal Class Description XfdfAnnotation One<annots>entry (or a nested<popup>) -- a plain, generic bag of the XFDF attributes and child elements defined across every markup annotation type in ISO 19444-1 §6.4, rather than a separate Java class per PDF annotation subtype.XfdfField One<field>entry under<fields>(ISO 19444-1 §6.3): a form field's fully-qualified name and its current value(s).